Einzelnen Beitrag anzeigen
Alt 26.06.2008, 16:15   #8 (permalink)
Timo1983
PostRank: 2
 
Registriert seit: 18.04.2008
Beiträge: 66
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);


Timo1983 ist offline   Mit Zitat antworten