The files and directories is all "found, writable"
Problem with instalation
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
-
- Support Team
- Posts: 40
- Joined: Sat Aug 30, 2008 12:44 am
Re: Problem with instalation
Try placing the following in an .htaccess file in the domain root:
If that does not work, you need to contact your host to change the setting.
Code: Select all
php_value mbstring.http_input pass
php_value mbstring.http_output pass
Re: Problem with instalation
When i put these lines in the .htaccess file and then go to the domain i get the 500 internal error. And when i delete it, it's all OK. So I must contact the host right?
Re: Problem with instalation
phpBB3 will run fine with those settings, the problem is that the install script won't continue automatically so you can use the following url to start the install after the checks:
yourdomain.com/phpBB3/install/index.php?mode=install&sub=database&language=en
obviously replace yourdomain.com with the actual domain, and change the phpBB3 folder to whatever you used as the location.
I've done several upgrades to version 3 for people who had this same issue.
yourdomain.com/phpBB3/install/index.php?mode=install&sub=database&language=en
obviously replace yourdomain.com with the actual domain, and change the phpBB3 folder to whatever you used as the location.
I've done several upgrades to version 3 for people who had this same issue.