Page 1 of 1

wamp problem

Posted: Sun Dec 18, 2016 1:03 pm
by altx
hi!

I have backup from my phpbb3 old site and, i trying read his again.
with wamp server.

and I have error. phpbb3 will be not instal.

Image

I dont know what is problem, I've done this a long time ago, I've forgotten everything

Re: wamp problem

Posted: Sun Dec 18, 2016 1:49 pm
by KevC
It's the two mbstring values at the top.

Add this to the .htaccess file

Code: Select all

php_value mbstring.http_input pass
php_value mbstring.http_output pass
or turn them on in the wamp php.ini file and restart it.