Hi, i'm having trouble installing phpBB onto my database.
I am goign to run it through MS Access. I have created the database and the DSL. But, when i try to install phpBB i get the following text:
----------------------------------------------------------
An error occurred trying to update the database
Could not insert board_startdate :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_startdate', 1139525112) :: 888 :: D:Webspacesilentoutpost.netwwwrootforuminstallinstall.php
Could not insert default_lang :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_lang', 'english') :: 895 :: D:Webspacesilentoutpost.netwwwrootforuminstallinstall.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value =
'mail@silentoutpost.net' WHERE config_name = 'board_email' :: 912 :: D:Webspacesilentoutpost.netwwwrootforuminstallinstall.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = '/forum/' WHERE config_name = 'script_path' :: 912 :: D:Webspacesilentoutpost.netwwwrootforuminstallinstall.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = '80' WHERE config_name = 'server_port' :: 912 :: D:Webspacesilentoutpost.netwwwrootforuminstallinstall.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = 'www.silentoutpost.net' WHERE config_name = 'server_name' :: 912 :: D:Webspacesilentoutpost.netwwwrootforuminstallinstall.php
Could not update admin info :: UPDATE phpbb_users SET username = 'Ravenheart', user_password='ed54681d62d1fc69b1beefd9af6eb059', user_lang = 'english', user_email='mail@silentoutpost.net' WHERE username = 'Admin' :: 923 :: D:Webspacesilentoutpost.netwwwrootforuminstallinstall.php
Could not update user_regdate :: UPDATE phpbb_users SET user_regdate = 1139525112 :: 930 :: D:Webspacesilentoutpost.netwwwrootforuminstallinstall.php
THEN I get:
PHP Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] Could not find output table 'phpbb_config'., SQL state S0002 in SQLExecDirect in D:Webspacesilentoutpost.netwwwrootforumdbmsaccess.php on line 159 PHP Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] Could not find output table 'phpbb_config'., SQL state S0002 in SQLExecDirect in D:Webspacesilentoutpost.netwwwrootforumdbmsaccess.php on line 159 PHP 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 D:Webspacesilentoutpost.netwwwrootforumdbmsaccess.php on line 176 PHP 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 D:Webspacesilentoutpost.netwwwrootforumdbmsaccess.php on line 176 PHP 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 D:Webspacesilentoutpost.netwwwrootforumdbmsaccess.php on line 176 PHP 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 D:Webspacesilentoutpost.netwwwrootforumdbmsaccess.php on line 176 PHP 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 D:Webspacesilentoutpost.netwwwrootforumdbmsaccess.php on line 176 PHP 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 D:Webspacesilentoutpost.netwwwrootforumdbmsaccess.php on line 176
--------------------------------------------
What does all of this mean? I am new to phpBB, so if possible, speak in dummy talk and give me a very clear explanation of what the problem is, and what to do next.
I think that the config file is not creating the bbs. I can't understand the rest.
Thanks alot, Ravenheart.