Topic: Trouble installing PunBB

when I go to http://localhost/install.ph and fill in the form with all the what I belive is the correct information and click on start install at the bottom of the page, I get a white scren on the browser.. not sure what to check, are there log files or the like that will tell me what I might be missing?

2

Re: Trouble installing PunBB

Open include/common.php
goto line 56 and change

error_reporting(E_ALL ^ E_NOTICE);
to
error_reporting(E_ALL);

then try install again

If your people come crazy, you will not need to your mind any more.

Re: Trouble installing PunBB

Ok.. then what? I made the change, same result, no additional information. mysql is running and I can use mysql administrator to get to it. Apache is of course running as well as php.

Re: Trouble installing PunBB

Did you make the database?

Re: Trouble installing PunBB

yes, I created a database called punbb