[Solved]: 500 Internal Service Error [Solved]: 500 Internal Service Error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved]: 500 Internal Service Error

Started by cdawg, May 23, 2009, 01:57:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cdawg

http://levenrambin.com/gallery

ran the update and that came up fine, then when I went to the index page, it came up with the error.

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

It's hosted at godaddy.
Apache/1.3.33 Server

classic66coupe

Same here.

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

hosted at Godaddy    1.4.22 worked fine.

http://www.stangdriver.com/photogallery/

Nibbler

Do you know what version of PHP you are running on?

classic66coupe

This fixed mine - http://forum.coppermine-gallery.net/index.php/topic,59582.msg294166.html#msg294166

PHP Version 4.3.11
Apache/1.3.33 Server

Would be nice if Godaddy update their software    :-\

Nibbler

OK, I installed PHP 4.3.11 and had the same problem. I think the best fix is to change


$keysToSkip = array('_POST', '_GET', '_COOKIE', '_REQUEST', '_SERVER', 'HTML_SUBST', 'keysToSkip', 'register_globals_flag', 'cpgdebugger');


to


$keysToSkip = array('_POST', '_GET', '_COOKIE', '_REQUEST', '_SERVER', 'HTML_SUBST', 'keysToSkip', 'register_globals_flag', 'cpgdebugger', 'key');


Revert any other changes you may have made.

cdawg


Zarzal

Nibbler, your suggestion fix ym problem too. I run PHP Version 4.4.8

My Hoster now support 5.x and I will give it a try if I can find some time to test it

FM86

Sorry, I didn't get it: on which file should I made the fix suggested by Nibbler?
Or is it in the server configuration. In this case what can I do when I don't have direct access to the server configuration?

François Keller

Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

FM86

Perfect! It solved also my problem! Thank you so much!

synnix

im hving the same problem too ><
only difference is i didnot upgrade my gallery into anything.. it was working fine but then suddenly when i wanted to make another category it gave me this error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@synnix.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
WebServerX Server at synnix.net Port 80


PHP Version 5.2.9
i tried nibbler's method but it still didnot work
anyone can help me?  ???

François Keller

Quoteonly difference is i didnot upgrade my gallery into anything
so, it's not the same problem.
Please open a new thread with your problem. Nibbler's fix is only for the upgarde and for a special php version.
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

synnix