Hi All,
I have migrated two websites to PHP 8.0 and changed some PHP files to be compatible with PHP 8.0
It works for 2 websites.
However on 1 website I have an issue.
As soon as I change the cage.php (remove the get_magic_quotes_gpc) the page is empty.
No errors nothing (PHP error are on)
But when logged in as admin (login.php) all works !!!!
I really hope someone is able to help me out on this one..
It seems that this code in the index.php
if (MODERATOR_MODE && in_array($aid, $USER_DATA['allowed_albums'])) {
had to be changed to
if (defined('MODERATOR_MODE') && MODERATOR_MODE && in_array($aid, $USER_DATA['allowed_albums'])) {
link to site, please
Pretty annoying that you are pointing our errors when you are not using the latest CPG version. That has already been corrected.
Yes I know it was corrected.
For some reason the unmodified (pre PHP 8.0) code worked correctly on www.wildelife-photos.net and not on www.aviationix.nl
Sorry for the confusion.
Made typo's in the URL..
Can't modify my topic it seems..
Yes I know it was corrected.
For some reason the unmodified (pre PHP 8.0) code worked correctly on www.wildlife-photos.net and not on www.aviationpix.nl
Sorry for the confusion.
So are you fixed then?