abcat
Aug 3rd, 2006, 12:05 PM
Hi,
I was trying to setup a PHPBB forum on my machine which is windows xp pro sp2 with IIS 5.1 and everything is seems to be ok but when install I got an error.
Everything I use should be the latest of now. When I @ the installation page install.php , I try to use mysql 5 and old version then click Start Install and it show me this error
The PHP configuration on your server doesn't support the database type that you chose
I try ms access it show me
An error occurred trying to update the database
Could not insert board_startdate :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_startdate', 1154624335) :: 888 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not insert default_lang :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_lang', 'english') :: 895 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = 'test@mail.com' WHERE config_name = 'board_email' :: 912 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = '/phpBB2/' WHERE config_name = 'script_path' :: 912 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = '80' WHERE config_name = 'server_port' :: 912 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = 'localhost' WHERE config_name = 'server_name' :: 912 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not update admin info :: UPDATE phpbb_users SET username = 'Administrator', user_password='098f6bcd4621d373cade4e832627b4f6', user_lang = 'english', user_email='test@mail.com' WHERE username = 'Admin' :: 923 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not update user_regdate :: UPDATE phpbb_users SET user_regdate = 1154624335 :: 930 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
I just wanna try to make my phpbb work with either one of the database, but I heard that the latest php does not support mysql is it true?
Hope someone can teach me how to make it works with the latest mysql and ms access too. I have try to read the documentation on the web but it show me the old version tutorial, so I think my problem is that I'm stuck on the database, I install mysql with default settings and it does not work, ms access I create a new blank databse and store in wwwroot/phpb22/db/phpbb.mdb and I go to the Data Sources (ODBC) under System DSN and add the file. Am I wrong or whats more I need to do?
Thanks in advanced :)
I was trying to setup a PHPBB forum on my machine which is windows xp pro sp2 with IIS 5.1 and everything is seems to be ok but when install I got an error.
Everything I use should be the latest of now. When I @ the installation page install.php , I try to use mysql 5 and old version then click Start Install and it show me this error
The PHP configuration on your server doesn't support the database type that you chose
I try ms access it show me
An error occurred trying to update the database
Could not insert board_startdate :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_startdate', 1154624335) :: 888 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not insert default_lang :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_lang', 'english') :: 895 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = 'test@mail.com' WHERE config_name = 'board_email' :: 912 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = '/phpBB2/' WHERE config_name = 'script_path' :: 912 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = '80' WHERE config_name = 'server_port' :: 912 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not insert default_lang :: UPDATE phpbb_config SET config_value = 'localhost' WHERE config_name = 'server_name' :: 912 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not update admin info :: UPDATE phpbb_users SET username = 'Administrator', user_password='098f6bcd4621d373cade4e832627b4f6', user_lang = 'english', user_email='test@mail.com' WHERE username = 'Admin' :: 923 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
Could not update user_regdate :: UPDATE phpbb_users SET user_regdate = 1154624335 :: 930 :: c:\Inetpub\wwwroot\phpBB2\install\install.php
I just wanna try to make my phpbb work with either one of the database, but I heard that the latest php does not support mysql is it true?
Hope someone can teach me how to make it works with the latest mysql and ms access too. I have try to read the documentation on the web but it show me the old version tutorial, so I think my problem is that I'm stuck on the database, I install mysql with default settings and it does not work, ms access I create a new blank databse and store in wwwroot/phpb22/db/phpbb.mdb and I go to the Data Sources (ODBC) under System DSN and add the file. Am I wrong or whats more I need to do?
Thanks in advanced :)