PHP Notice: Undefined index

Please report bugs here!

Moderator: Thorsten

Post Reply
bildergallery
Posts: 45
Joined: Fri Jun 08, 2007 6:49 pm
Contact:

PHP Notice: Undefined index

Post by bildergallery »

Hallo zusammen,
ich habe bei V2.8 folgenden Fehler in den Domain Error Logs

Code: Select all

PHP Notice: Undefined index: language in /srv/www/vhosts/domain.com/httpdocs/faq/feed/openquestions/rss.php on line 36 

Code: Select all

PHP Notice: Undefined variable: langs in /srv/www/vhosts/domain.com/httpdocs/faq/inc/Faq.php on line 548

Code: Select all

PHP Notice: Undefined index: HTTP_USER_AGENT in /srv/www/vhosts/domain.com/httpdocs/faq/inc/Init.php on line 159

Code: Select all

PHP Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /srv/www/vhosts/domain.com/httpdocs/faq/inc/PMF_DB/Mysql.php on line 153
hoffte, dass bei V2.9 der Fehler weg ist.
bisher habe ich dort folgendes festgestellt:

Code: Select all

PHP Notice: Undefined index: language in /srv/www/vhosts/domain.com/httpdocs/faq/feed/openquestions/rss.php on line 36

Code: Select all

PHP Notice: Undefined variable: langs in /srv/www/vhosts/domain.com/httpdocs/faq/inc/Faq.php on line 549 
Kann man hiermit den Fehler eruieren?
Besten Dank für die Hilfe.

Gruss Ivan
bildergallery
Posts: 45
Joined: Fri Jun 08, 2007 6:49 pm
Contact:

PHP Warning: mysql_num_rows()

Post by bildergallery »

diese meldung wurde ausgelöst von yahoo bot:

Code: Select all

PHP Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /srv/www/vhosts/domain.com/httpdocs/faq/inc/PMF_DB/Mysql.php on line 153
ich hatte nie probleme vor V2.8...

Vielleicht könnt Ihr mir einen Tip geben!

Gruss Ivan
Thorsten
Posts: 15729
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

wieso hast du den Bug nicht vorher gemeldet? :-)

Ich gucks mir an. Danke für die Hinweise!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
bildergallery
Posts: 45
Joined: Fri Jun 08, 2007 6:49 pm
Contact:

Post by bildergallery »

okay Danke Thorsten...

Gruss Ivan
bildergallery
Posts: 45
Joined: Fri Jun 08, 2007 6:49 pm
Contact:

Post by bildergallery »

Hallo Thorsten,
konntest Du schon was rausfinden?

prüfte nochmals meine Logfiles
und habe diese gefunden....

Code: Select all

PHP Notice: Undefined index: search in /srv/www/vhosts/domain.com/httpdocs/faq/microsummary.php on line 60

Code: Select all

PHP Notice: Undefined index: ask in /srv/www/vhosts/domain.com/httpdocs/faq/microsummary.php on line 60 

Code: Select all

script '/srv/www/vhosts/domain.com/httpdocs/faq/pdf/index.php' not found or unable to stat

Code: Select all

PHP Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /srv/www/vhosts/domain.com/httpdocs/faq/inc/PMF_DB/Mysql.php on line 153 
Last edited by bildergallery on Sat Oct 25, 2008 8:18 pm, edited 1 time in total.
Thorsten
Posts: 15729
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

die ersten Bugs sind bereits im SVN gefixt...

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
bildergallery
Posts: 45
Joined: Fri Jun 08, 2007 6:49 pm
Contact:

Post by bildergallery »

okay danke Thorsten!
Post Reply