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
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/
Do you know what version of PHP you are running on?
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 :-\
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.
Thank you! It worked
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
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?
in the includes/init.inc.php file
Perfect! It solved also my problem! Thank you so much!
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? ???
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.
oh sorry i didnot know