forum.coppermine-gallery.net

Support => cpg1.6.x Support => cpg1.6 miscellaneous => Topic started by: panhead on October 04, 2019, 04:13:55 pm

Title: Blank page when clicking on album link
Post by: panhead on October 04, 2019, 04:13:55 pm
If I click on an album link I get a blank page (hydra-glide.net/cpg) or HTTP 500 error, but only as guest. If I am logged in there is no problem. How can I resolve this?
Title: Re: Blank page when clicking on album link
Post by: phill104 on October 05, 2019, 01:08:40 am
Start by disabling any plugins you may have running. If that fails to fix the problem you will need to check the servers error logs. A blank screen or 500 error will get logged with all the details of what is going wrong. It is obfuscated to the front end for security reasons. If you can find that error it will make fixing the problem a lot easier.
Title: Re: Blank page when clicking on album link
Post by: ron4mac on October 05, 2019, 01:20:12 am
You are using a theme derived from an old copy of the curve theme. You will have to fix some incompatibilities with CPG 1.6.x

In the <theme>/theme.php file, replace all mysql_xxx_xxx with cpg_db_xxx_xxx.
Title: Re: Blank page when clicking on album link
Post by: panhead on October 05, 2019, 08:11:11 pm
That sounds very logical, thank you.