PDA

Click to See Complete Forum and Search --> : phpbb2 load


Albatross
May 15th, 2006, 02:00 PM
I loaded php5 and mysql 4.1.10 on my machine using apache as the webserver. I set my database through navicat, built my tables through phpmyadmin, all of these apps work beautifully.

but after I do the install for phpbb2, which returns completed with no errors, I have nothing.

i.e. http://localhost/index.php which would normally be the portal page on phpBB2 1.52+ is a big white blank.

Any suggestions or ideas on the cause or possible fix?

edit :: These files are loaded into the htdocs folder and as far as I can tell, I've set the permissions according to the install file but I'm not 100% certain on them.

visualAd
May 15th, 2006, 05:46 PM
go to yoour php.ini file and set the error reporting line to E_ALL as shown below:

error_reporting E_ALL

You should then see what the error(s) are.