forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: chels on October 13, 2007, 01:45:30 am

Title: 500 Internal Server Error
Post by: chels on October 13, 2007, 01:45:30 am
Hi there :) Alright this is kind of messy...

My Coppermine gallery is http://bad-behavior.com/gallery. My site had been up and running normally for several months, when all of the sudden, out of nowhere, I get a 500 Internal Server Error when I try to access my it. It not only happened to my Coppermine gallery but also my Wordpress blog located at http://bad-behavior.com/blog.

I tried overwriting all php files in my /gallery directory with fresh ones, but no luck. I also tried deleting my .htaccess file, still nothing.

I contacted my host about it last week. He said that the problem was my php code, which obviously isn't the case because I reuploaded everything brand new.

Does anybody know what could be causing that error? Is it a database issue? I guess I can try a fresh install of Coppermine and then import my old database. But if anybody knows an easier fix or even how it may have happened I would be much appreciative. Thanks!
Title: Re: 500 Internal Server Error
Post by: Hein Traag on October 13, 2007, 09:45:07 am
I get this when i go to your site.
Code: [Select]
Parse error: syntax error, unexpected '=' in /home/chelsey/public_html/gallery/plugins/highslide/codebase.php on line 234
Reupload a fresh codebase file for highslide because the current is not working.
Title: Re: 500 Internal Server Error
Post by: chels on October 14, 2007, 09:01:28 pm
Thanks for the reply. I've reuploaded the entire highslide directory. But since I get a 500 error, is there a way I can install/uninstall it from the backend since I can't access my plugins manager?
Title: Re: 500 Internal Server Error
Post by: Joachim Müller on October 15, 2007, 08:12:03 am
To manually disable the use of plugins, access your database using phpMyAdmin, browse coppermine's config table, find "enable_plugins" and set the value to "0".
Title: Re: 500 Internal Server Error
Post by: chels on October 15, 2007, 09:00:02 pm
Thanks for those instructions.

I tried reuploading the highslide files, disabling highslide and all plugins through phpmyadmin and I still get a 500 internal server error. So strange. Any other ideas?
Title: Re: 500 Internal Server Error
Post by: Sami on October 15, 2007, 09:59:30 pm
Check your Server's Error Log
Title: Re: 500 Internal Server Error
Post by: chels on October 15, 2007, 10:45:12 pm
Thanks, I ended up reuploading my entire includes folder from a backup and got the gallery to work again. Wierd!