My access db is an Access 2000 database.
I get these php errors:
- Code: Select all
Warning: odbc_exec(): SQL error: [Microsoft][ODBC Microsoft Access Driver] Could not find output table 'phpbb_config'., SQL state S0002 in SQLExecDirect in d:\home\natekrygier_yahoo.com\sleight\forum\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 d:\home\natekrygier_yahoo.com\sleight\forum\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 d:\home\natekrygier_yahoo.com\sleight\forum\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 d:\home\natekrygier_yahoo.com\sleight\forum\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 d:\home\natekrygier_yahoo.com\sleight\forum\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 d:\home\natekrygier_yahoo.com\sleight\forum\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 d:\home\natekrygier_yahoo.com\sleight\forum\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 d:\home\natekrygier_yahoo.com\sleight\forum\db\msaccess.php on line 176
and then these phpbb errors:
- Code: Select all
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', 1134328845) :: 888 :: d:\home\natekrygier_yahoo.com\sleight\forum\install\install.php
Could not insert default_lang :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_lang', 'english') :: 895 :: d:\home\natekrygier_yahoo.com\sleight\forum\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = 'natekrygier@gmail.com' WHERE config_name = 'board_email' :: 912 :: d:\home\natekrygier_yahoo.com\sleight\forum\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = '/sleight/forum/' WHERE config_name = 'script_path' :: 912 :: d:\home\natekrygier_yahoo.com\sleight\forum\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = '80' WHERE config_name = 'server_port' :: 912 :: d:\home\natekrygier_yahoo.com\sleight\forum\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = 'www.nthm05274.general-hosting.com' WHERE config_name = 'server_name' :: 912 :: d:\home\natekrygier_yahoo.com\sleight\forum\install\install.php
Could not update admin info :: UPDATE phpbb_users SET username = 'Punisher', user_password='401386caf989acd267897388a0e122cf', user_lang = 'english', user_email='natekrygier@gmail.com' WHERE username = 'Admin' :: 923 :: d:\home\natekrygier_yahoo.com\sleight\forum\install\install.php
Could not update user_regdate :: UPDATE phpbb_users SET user_regdate = 1134328845 :: 930 :: d:\home\natekrygier_yahoo.com\sleight\forum\install\install.php


