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!