Seite 1 von 1

SQL Fehlermeldung beim betreten als Gast (Debug ist ON)

Verfasst: 17.02.2010 00:10
von Bonzai
Hallo, folgende Konfiguration
Einmal Joomla 1.5.15 mit der aktuellen Jfusion Bridge, und das aktuelle 3.06 am laufen.
Sobal ich mich im Joomla einlogge kann ich auch ANGEMELDET das Forum betreten.
Will ich aber al Gast, also NIRGENDS eingeloggt das Forum betreten bekomme ich folgenden Fehler:

Code: Alles auswählen

SQL ERROR [ mysqli ]

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ) AND t.forum_id = 0 ORDER BY t.topic_last_post_time DESC LIMIT 1' at line 5 [1064]
Ich habe auch mal den Debug Modus aktiviert und dann bekomme ich diese Meldungen VOR dem SQL Error

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/session.php on line 615: Undefined index: user_id
[phpBB Debug] PHP Notice: in file /includes/session.php on line 622: Undefined index: user_type
[phpBB Debug] PHP Notice: in file /includes/session.php on line 636: Undefined index: user_type
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 69: Undefined index: user_permissions
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 387: Undefined index: user_type
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1510: Undefined index: user_lang
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1512: Undefined index: user_dateformat
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1513: Undefined index: user_timezone
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1514: Undefined index: user_dst
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1856: Undefined index: user_allow_viewonline
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 1686: Undefined index: user_lastmark

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w009d07a/joomla/phpbb3/includes/functions.php:3493) in /www/htdocs/w009d07a/joomla/phpbb3/includes/functions.php on line 354
Für testzwecke gibt es einen Gast zugang
test
test

Ich hoffe ihr könnt mir helfen.

Re: SQL Fehlermeldung beim betreten als Gast (Debug ist ON)

Verfasst: 17.02.2010 11:07
von cYbercOsmOnauT
Hallo Alex,

danke für den Testzugang, aber wie lautet denn die URL zu Deinem Board? :)

Die Fehlermeldung der SQL ist leider unvollständig, sieht für mich aber so aus, als wenn das "Last Post on Index" ein Problem macht. Die "undefined index" Meldungen (die anderen sind nur Folgefehler) entstehen, wenn man bei PHP die Notices aktiviert (DEBUG MODE aktiv bei phpBB). Das sind keine groben Fehler, sondern PHP meckert, dass da etwas abgefragt wird, was gar nicht existiert.

Viele Grüße,
Tekin

Re: SQL Fehlermeldung beim betreten als Gast (Debug ist ON)

Verfasst: 17.02.2010 20:04
von Bonzai
oh verzweiflung....lol
Die URL lautet http://www.frankenliga.com

Was die Fehlermeldung betrifft, so ist das alles was mir angezeigt wird.
Den fehler hatte ich schon bevor ich den Debug Modus aktiviert hatte.

Re: SQL Fehlermeldung beim betreten als Gast (Debug ist ON)

Verfasst: 18.02.2010 01:25
von cYbercOsmOnauT
Könntest Du bitte einmal DEBUG_EXTRA auch aktivieren? Oder besser gesagt, aktiviere es. Geh als Gast drauf. Du solltest nun eine sehr viel größere Fehlermeldung zu sehen bekommen. Die dann bitte hier reinkopieren und DEBUG_EXTRA wieder auskommentieren.