Nach Änderung komtm da jetzt:
bool(false)
Warning: mysql_num_rows(): supplied argument is not a valid
MySQL result resource in
/home/geilerbl/public_html/wordpress/wp-content/plugins/pc-rss-import/pcrssimport.php on line
191
In der Zeile steht:
190-193:
// only continue, if the guid does not exist
if(mysql_num_rows($numExisting) <= 0) {
// does not exist - import it
$this->importItem($singleItem, $feedData->cat_ID);