forum.coppermine-gallery.net

Support => cpg1.6.x Support => cpg1.6 upgrading => Topic started by: Anturaju93 on December 01, 2018, 10:06:39 am

Title: HTTP ERROR 500 after upgrade to cpg1.6.x using cpg_installer_stub.php
Post by: Anturaju93 on December 01, 2018, 10:06:39 am
Hi.
I have downloaded cpg_installer_stub.php and uploaded to my site. I followed the steps and all was okay but now my gallery does not work, I get 500 error. Any help ? Using PHP 7.0 .
Title: Re: HTTP ERROR 500 after upgrade to cpg1.6.x using cpg_installer_stub.php
Post by: ron4mac on December 01, 2018, 12:59:17 pm
It is likely being caused by a plugin our your theme. Rename the plugin folders (myplugin => sv_myplugin). Use a different theme (<mysite>/index.php?theme=curve).
Title: Re: HTTP ERROR 500 after upgrade to cpg1.6.x using cpg_installer_stub.php
Post by: Anturaju93 on December 01, 2018, 02:59:42 pm
Thanks for the replay. Renaming plugins folder works, now how to identify what plugin causes the problem ? I did not installed any plugin, I have only plugins from the original cpg1.5.x installation.
Title: Re: HTTP ERROR 500 after upgrade to cpg1.6.x using cpg_installer_stub.php
Post by: ron4mac on December 01, 2018, 03:51:06 pm
The ones that come with CPG1.6 are: sample, upload_h5a, upload_sgl, upload_swf and visiblehookpoints. Those will be okay, so you can rename them correctly. You can correctly rename others one at a time until you find the failing one(s).

If you need some of the old plugins, you can find replacements here (http://forum.coppermine-gallery.net/index.php/board,143.0.html) or here (https://github.com/coppermine-gallery/cpg1.6.x-plugins).
Title: Re: HTTP ERROR 500 after upgrade to cpg1.6.x using cpg_installer_stub.php
Post by: phill104 on December 01, 2018, 10:09:52 pm
You could also look at the servers error log. When there is a 500 error on any server the message given to the web page is quite generic. There are many reasons for this including security. You can choose to display the full error instead of either a 500 error or a blank page, or you can simply look at the logs for the exact time the error occurred. Those logs will tell you what file caused the problem. From there it is usually very simple to work out what to disable. Every host keeps their logs in different locations but it is well worth taking the time to learn where these are as it stops you pulling your hair out at 3am when it hits the fan.
Title: Re: HTTP ERROR 500 after upgrade to cpg1.6.x using cpg_installer_stub.php
Post by: Anturaju93 on December 02, 2018, 02:04:27 pm
Got it working now  ;D it was the who's online plugin. The hosting company did not give my the 500 error logs and in cPannel I did not see any errors in the last 300 error log. Anyway its working fine now and I managed to get the modification that I had back, so I'm happy.
Thanks for your help guys.  :)