SQL Errors when trying to set up PHPBB

This is an archive of the phpBB 2.0.x support forum. Support for phpBB2 has now ended.
Forum rules
Following phpBB2's EoL, this forum is now archived for reference purposes only.
Please see the following announcement for more information: viewtopic.php?f=14&t=1385785

SQL Errors when trying to set up PHPBB

Postby SleightOfHand » Sun Dec 11, 2005 7:24 pm

Ok im trying to set up phpbb using MS Access.
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

SleightOfHand
Registered User
 
Posts: 4
Joined: Sun Dec 11, 2005 6:40 pm

Postby Marshalrusty » Sun Dec 11, 2005 7:29 pm

Is there any way that you can use MySQL instead of MS Access? Even if you get it working, it will only allow a few users to be on at once.
Yuriy Rusko

Did I help you? Send a Kudo my way
User avatar
Marshalrusty
Support Team Leader
Support Team Leader
 
Posts: 26496
Joined: Mon Nov 22, 2004 10:45 pm
Location: New York City

Postby espicom » Sun Dec 11, 2005 7:31 pm

Recommendation - do not start down the path of darkness that is ACCESS+PHPBB. The limitations are significant (such as no support for MODs, limited utility with more than one user, etc.), and there are free alternatives that work much better.

When using ACCESS, you must make sure that the file is located somewhere that the IIS user has write privileges, or it will not work. The usual place for this is in the IIS wwwroot directory, or another directory that you have set either "Everyone" or at least the IIS user to "Full Control" of the directory and file.
Jeff
Fixing 1016/1030/1034 Errors | (obsolete link) | MySQL 4.1/5.x Client Error | phpBBv2 Logo in ACP
Support requests via PM are ignored!
"To be fully alive is to feel that everything is possible." - Eric Hoffer
User avatar
espicom
Registered User
 
Posts: 17906
Joined: Wed Dec 22, 2004 1:14 am
Location: Woodstock, IL

Postby SleightOfHand » Sun Dec 11, 2005 7:32 pm

No, unless I want to pay my host 35 bucks to install MySQL :evil:
SleightOfHand
Registered User
 
Posts: 4
Joined: Sun Dec 11, 2005 6:40 pm

Postby Marshalrusty » Sun Dec 11, 2005 7:35 pm

SleightOfHand wrote:No, unless I want to pay my host 35 bucks to install MySQL :evil:

Whoa. I suggest you look for a better host if they charge $35 for a basic thing like MySQL
Yuriy Rusko

Did I help you? Send a Kudo my way
User avatar
Marshalrusty
Support Team Leader
Support Team Leader
 
Posts: 26496
Joined: Mon Nov 22, 2004 10:45 pm
Location: New York City

Postby espicom » Sun Dec 11, 2005 7:36 pm

I agree with Marshalrusty - $35 bucks to install something that has lower overhead? That host is out of wack with reality! MySQL requires far fewer system resources than supporting Access files. Any host who charges extra for it has swallowed too much Microsoft Kool-Aid.
Jeff
Fixing 1016/1030/1034 Errors | (obsolete link) | MySQL 4.1/5.x Client Error | phpBBv2 Logo in ACP
Support requests via PM are ignored!
"To be fully alive is to feel that everything is possible." - Eric Hoffer
User avatar
espicom
Registered User
 
Posts: 17906
Joined: Wed Dec 22, 2004 1:14 am
Location: Woodstock, IL

Postby SleightOfHand » Sun Dec 11, 2005 7:39 pm

Good idea, I think ill get the host listed in your profile.
Everyone is so much better, even the beginner edition is better than what I have now for 7 a month.

Im thinking Ill get the Linux Home package :)
SleightOfHand
Registered User
 
Posts: 4
Joined: Sun Dec 11, 2005 6:40 pm

Postby espicom » Sun Dec 11, 2005 7:43 pm

If you have a broadband connection, you can host a significant PHPBB site without killing your downloads speed, and then shop for an outside host while building your board... The only problem is if your provider blocks traffic to port 80.

Setting up a Linux server for PHPBB will help, if you have an old pentium-based computer laying around not doing anything; Linux can do a lot on limited hardware.
Jeff
Fixing 1016/1030/1034 Errors | (obsolete link) | MySQL 4.1/5.x Client Error | phpBBv2 Logo in ACP
Support requests via PM are ignored!
"To be fully alive is to feel that everything is possible." - Eric Hoffer
User avatar
espicom
Registered User
 
Posts: 17906
Joined: Wed Dec 22, 2004 1:14 am
Location: Woodstock, IL


Return to 2.0.x Support Forum

Who is online

Users browsing this forum: Yahoo [Bot] and 15 guests