Seite 1 von 1

Problem nach Installation von phpBB 2.0.19

Verfasst: 05.02.2006 21:21
von th0r
Hallo Jungs und Mädels,

bin ganz neu in sahcen PHP und os. habe auf mein XP Rechner nach anleitung aus diesem Beitrag bei mir daphpBB 2.0.19 installiert.

habe Win XP SP2
SQL Server 2000
IIS 5.1
PHP 5.1.2

zum installieren bin ich gekommen , die confg php wurde erstellt. Danach wurde mir gesagt ich muss den ordner "install" und den Ordner "contrib" löschen. Das habe ich gemacht. Nun wenn ich meine seite lade (alles lokal) dann bekomm ich folgende Fehlermeldung


Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Zeile 1: Falsche Syntax in der Nähe von '1'., SQL state 37000 in SQLExecDirect in c:\Inetpub\wwwroot\db\mssql-odbc.php on line 117

Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Zeile 3: Falsche Syntax in der Nähe von 'LEFT'., SQL state 37000 in SQLExecDirect in c:\Inetpub\wwwroot\db\mssql-odbc.php on line 117

Warning: Cannot modify header information - headers already sent by (output started at c:\Inetpub\wwwroot\db\mssql-odbc.php:117) in c:\Inetpub\wwwroot\includes\page_header.php on line 483

Warning: Cannot modify header information - headers already sent by (output started at c:\Inetpub\wwwroot\db\mssql-odbc.php:117) in c:\Inetpub\wwwroot\includes\page_header.php on line 485

Warning: Cannot modify header information - headers already sent by (output started at c:\Inetpub\wwwroot\db\mssql-odbc.php:117) in c:\Inetpub\wwwroot\includes\page_header.php on line 486


Could not query forums information

DEBUG MODE

SQL Error : 37000 [Microsoft][ODBC SQL Server Driver][SQL Server]Zeile 3: Falsche Syntax in der Nähe von 'LEFT'.

SELECT f.*, p.post_time, p.post_username, u.username, u.user_id FROM (( phpbb_forums f LEFT JOIN phpbb_posts p ON p.post_id = f.forum_last_post_id ) LEFT JOIN phpbb_users u ON u.user_id = p.poster_id ) ORDER BY f.cat_id, f.forum_order

Line : 167
File : index.php


Das Layout wird auch geladen und ich könnte ein Benutzer registrieren und ich kann auch in Administrativen bereich rein und Sachen einstellen und so.

Wie bekomm ich das hin, ich hab keine Ahnung.

Gruß Th0r