Phpbb 3.0.5 blank page error

No they are stored in the database. Alsong as you don't overwrite the config.php file you won't lose anything and it will immediately work. The config.php file contains the database connection information so deleting that will be a pain if you don't know what you db information is so it is best to just leave it and overwrite all the files around it.
 
Ok thanks, I will work on that today. I have replaced the files it edited and the board is showing up a bit.
 
Still got the blank page for me, if you've installed a fresh new copy of phpBB then it should work with no errors. So there's gotta be something else (if you've uploaded a fresh copy of it.)
 
I've had this problem myself... Thank god i had a recent backup.. I didn't know what was wrong...
 
Yes I did, Fowler. The person who owns the forum gave me FTP access and it has slow transfer so some files we failed to be sent and it took 3 hours to send some new files :\
 
Check your language files, i had this problem to and the issue was that i did this mistake (just an example it's actually not used in phpBB):

Code:
'USER_LOGS'          => 'Users logs are'
It should be

Code:
'USER_LOGS'          => 'Users logs are',

It's as simple as missing a ",".

Just make sure 😉.
 
If he overwrote all his files with fresh files from phpBB.com then it can't be down to any file edits messed up.
 
Your right, but if he uploaded new files then it still shouldn't be happening, id say this is the time to ask for support on phpbb.com.
 
Back
Top Bottom