Pagina 1 van 1

Install phpBB met SQL2000

Geplaatst: 05 mar 2005, 23:17
door Meelmuis
Hallo,

Ik probeer phpbb te installeren. Ik heb SQL2000 geinstalleerd. Een database aangemaakt en vervolgens de install gestart. Maar steeds wanneer ik alle gegevens in gevuld heb en op "install" klik, dan schiet het scherm terug naar de install scherm met weer allemaal lege velden. Ik heb het ook geprobeerd met een ODBC koppeling, zowel Acces als SQL, maar ik krijg het gewoon niet aan de gang. Heb phpbb al eerder gedraaid en toen werkte het binnen 5 minuten, krij het gevoel dat ik iets over het hoofd zie en dat ik gek word.. Vooral van elke keer diezelfde paswoorden invoeren... pffff, hoop dat iemand me een hint kan geven...

Thnx...

Mark

Geplaatst: 06 mar 2005, 13:30
door abcde
Volgens mij wordt SQL2000 niet door phpBB onderstuend, je moet hier ff de op de index pagina kijken. OCDB heeft een aantal aanpassingen nodig voordat het werkt met phpBB.

Mocht je beschikken over MySQL/MS SQL of PostgreSQL dan kan je het in 1 keer doen.

Geplaatst: 06 mar 2005, 19:22
door Meelmuis
Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] Could not find output table 'phpbb_config'., SQL state S0002 in SQLExecDirect in C:\Inetpub\forumroot\db\msaccess.php on line 159

Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] Could not find output table 'phpbb_config'., SQL state S0002 in SQLExecDirect in C:\Inetpub\forumroot\db\msaccess.php on line 159

Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'phpbb_config'. Make sure it exists and that its name is spelled correctly., SQL state S0002 in SQLExecDirect in C:\Inetpub\forumroot\db\msaccess.php on line 176

Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'phpbb_config'. Make sure it exists and that its name is spelled correctly., SQL state S0002 in SQLExecDirect in C:\Inetpub\forumroot\db\msaccess.php on line 176

Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'phpbb_config'. Make sure it exists and that its name is spelled correctly., SQL state S0002 in SQLExecDirect in C:\Inetpub\forumroot\db\msaccess.php on line 176

Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'phpbb_config'. Make sure it exists and that its name is spelled correctly., SQL state S0002 in SQLExecDirect in C:\Inetpub\forumroot\db\msaccess.php on line 176

Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'phpbb_users'. Make sure it exists and that its name is spelled correctly., SQL state S0002 in SQLExecDirect in C:\Inetpub\forumroot\db\msaccess.php on line 176

Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'phpbb_users'. Make sure it exists and that its name is spelled correctly., SQL state S0002 in SQLExecDirect in C:\Inetpub\forumroot\db\msaccess.php on line 176
Welcome to phpBB 2 Installation




Install




An error has occurred during installation
An error occurred trying to update the database

Could not insert board_startdate :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_startdate', 1110133224) :: 871 :: C:\Inetpub\forumroot\install\install.php

Could not insert default_lang :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_lang', 'english') :: 878 :: C:\Inetpub\forumroot\install\install.php

Could not insert default_lang :: UPDATE phpbb_config SET config_value = 'Postmaster@meelmuis.com' WHERE config_name = 'board_email' :: 895 :: C:\Inetpub\forumroot\install\install.php

Could not insert default_lang :: UPDATE phpbb_config SET config_value = '/' WHERE config_name = 'script_path' :: 895 :: C:\Inetpub\forumroot\install\install.php

Could not insert default_lang :: UPDATE phpbb_config SET config_value = '80' WHERE config_name = 'server_port' :: 895 :: C:\Inetpub\forumroot\install\install.php

Could not insert default_lang :: UPDATE phpbb_config SET config_value = 'forum.meelmuis.com' WHERE config_name = 'server_name' :: 895 :: C:\Inetpub\forumroot\install\install.php

Could not update admin info :: UPDATE phpbb_users SET username = 'Meelmuis', user_password='7ef4a4819aa069eb0f792452cbc75cbf', user_lang = 'english', user_email='Postmaster@meelmuis.com' WHERE username = 'Admin' :: 906 :: C:\Inetpub\forumroot\install\install.php

Could not update user_regdate :: UPDATE phpbb_users SET user_regdate = 1110133224 :: 913 :: C:\Inetpub\forumroot\install\install.php

Geplaatst: 06 mar 2005, 19:23
door Meelmuis
Heb nu php4 weer terug geinstalleerd. Die werkt 100% goed. php5 had wat fouten in mijn systeem. Als ik nu een ODBC koppeling maak met een accesdriver krijg ik bovenstaande foutmeldingen. Weet iemand wat dit inhoudt?

Greetz,

Mark

Geplaatst: 07 mar 2005, 17:26
door abcde
Ja, je moet een wijziging maken voor OCDB, je kan geloof ik een tutorial vinden op phpBB.com.