Seite 3 von 3

Verfasst: 18.07.2004 01:44
von itst
Und welche Fehlermeldung erhälst Du?

BTW, entweder Du verwendest phpBB und das Template, oder Du machst Du Ausgaben so wie jetzt direkt im PHP-Code. Mischen iss nich ;)

Verfasst: 18.07.2004 16:27
von Fabse
Fehlermeldung steht im ersten Post.

Es handelt sich ja um meine Homepage. Wo ich das Login-System von phpBB nutzen will. Steht aber alles auf der 1. Seite! ;)

Verfasst: 18.07.2004 23:24
von itst
Jut, machen wirs Schritt für Schritt.

Code: Alles auswählen

#
#-----[ OPEN ]------------------------------------------
#
includes/functions.php

#
#-----[ FIND ]------------------------------------------
#
		message_die(CRITICAL_ERROR, 'Could not query database for theme info');

#
#-----[ REPLACE WITH ]------------------------------------------
#

		message_die(CRITICAL_ERROR, 'Could not query database for theme info: ' . $sql);

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
Dann bitte nochmal die komplette Fehlermeldung posten.

Verfasst: 18.07.2004 23:41
von Fabse

Code: Alles auswählen

phpBB : Kritischer Fehler 

Could not query database for theme info:SELECT * FROM phpbb_themes WHERE themes_id = 

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the

Verfasst: 19.07.2004 01:31
von itst
Ok. Die Style-ID wird nicht übermittelt. Schritt 2 ;)

Schau bitte in der Tabelle phpbb_config nach, welcher Wert für default_style und override_user_style gesetzt ist.

Verfasst: 19.07.2004 01:50
von Fabse
default_style 1
override_user_style 0

Aber das Forum funktioniert ja problemlos. Wenn die home.php im phpBB Root ist, dann funktioniert es ja auch! Die home.php liegt im Root das Forum Root/phpBB

Verfasst: 20.07.2004 09:50
von Fabse
*schieb*

Verfasst: 24.07.2004 16:57
von PhilippK
Und der entsprechende Style existiert? (Tabelle phpbb_styles)?

Gruß, Philipp