View Single Post
Old January 4th, 2005, 02:51 AM   #1 (permalink)
pengrus
Senior Member
Verified Customer
 
Join Date: Dec 2002
Location: San Francisco
Posts: 603
help with login - invalid administrator

I have just upgraded php to 4.310. And after upgrade, my gallery is not working right. I got "You are not a valid administrator" message.

My phpbb version 2.011
My Photo Post version: 4.7j

I saw a fix posted by omegatron:

---------------------
Open your phpbb2.php file and find this

$md5cookpass=""; $ubbgroups = array();

change it to this

$md5cookpass=""; $ubbgroups = array(); $User = array();
----------------------

But our phpbb2.php file does not have
Code:
Content visible to verified customers only.
They are spread out in different places. Could anyone please help us?

Thank you!
pengrus is offline   Reply With Quote