Page 1 of 1
[SOLVED] Update = No ACP

Posted:
Wed Jan 28, 2009 1:36 pm
Author: Dioncecht
I recently did the update from 2.0.22 to 2.0.23 via the codechanges_phpbb2.0.22_2.0.23.zip file and now that I've completed it, I completely lost my ACP. Everything else seems to be ok, but when I go to my ACP, I get a totally blank page.
Any idea where I screwed up?
Re: Update = No ACP

Posted:
Wed Jan 28, 2009 10:40 pm
Author: Helter
you may not have screwed up. the phpBBsecurity site is down so your acp may just be slow. the best thing to do for now is to open root/admin/index.php
find
[code=php]$secfile = @file('http]
replace with
[code=php]// $secfile = @file('http]
Re: Update = No ACP

Posted:
Thu Jan 29, 2009 6:59 am
Author: Dioncecht
That didn't seem to have any effect. The page is still completely blank.. no title, no options, nothing, just 100% white page. The strange thing is when I went to view the page source, that was completely blank as well. Not a single character.
The rest of the board seems ok though. just no ACP
Re: Update = No ACP

Posted:
Thu Jan 29, 2009 8:48 am
Author: Helter
backup your original root/admin folder then reupload a new copy. Then add your updated/modified admin files one at a time till it breaks.
Re: [SOLVED] Update = No ACP

Posted:
Thu Jan 29, 2009 11:41 am
Author: Dioncecht
That did it. Looks like I made the error in my lang_admin.php file. Also, I forgot to copy the updated admin files to the admin/modules folder as well.
Thanks Helter!!