Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: [Solved]: 500 Internal Service Error  (Read 24328 times)

0 Members and 1 Guest are viewing this topic.

cdawg

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
[Solved]: 500 Internal Service Error
« on: May 23, 2009, 01:57:51 am »

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
« Last Edit: May 23, 2009, 07:32:22 pm by Nibbler »
Logged

classic66coupe

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: 500 Internal Service Error
« Reply #1 on: May 23, 2009, 03:56:08 pm »

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/
Logged

Nibbler

  • Guest
Re: 500 Internal Service Error
« Reply #2 on: May 23, 2009, 04:00:03 pm »

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

classic66coupe

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: 500 Internal Service Error
« Reply #3 on: May 23, 2009, 04:07:42 pm »

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    :-\
Logged

Nibbler

  • Guest
Re: 500 Internal Service Error
« Reply #4 on: May 23, 2009, 06:21:25 pm »

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

Code: [Select]
$keysToSkip = array('_POST', '_GET', '_COOKIE', '_REQUEST', '_SERVER', 'HTML_SUBST', 'keysToSkip', 'register_globals_flag', 'cpgdebugger');

to

Code: [Select]
$keysToSkip = array('_POST', '_GET', '_COOKIE', '_REQUEST', '_SERVER', 'HTML_SUBST', 'keysToSkip', 'register_globals_flag', 'cpgdebugger', 'key');

Revert any other changes you may have made.
Logged

cdawg

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
Re: 500 Internal Service Error
« Reply #5 on: May 23, 2009, 07:29:57 pm »

Thank you!  It worked
Logged

Zarzal

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 40
Re: [Solved]: 500 Internal Service Error
« Reply #6 on: May 23, 2009, 10:15:20 pm »

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
Logged

FM86

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: [Solved]: 500 Internal Service Error
« Reply #7 on: May 25, 2009, 07:16:13 pm »

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?
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: [Solved]: 500 Internal Service Error
« Reply #8 on: May 25, 2009, 07:33:36 pm »

in the includes/init.inc.php file
Logged
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

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: [Solved]: 500 Internal Service Error
« Reply #9 on: May 25, 2009, 08:19:53 pm »

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

synnix

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: [Solved]: 500 Internal Service Error
« Reply #10 on: June 01, 2009, 03:59:41 pm »

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?  ???
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: [Solved]: 500 Internal Service Error
« Reply #11 on: June 01, 2009, 04:02:51 pm »

Quote
only 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.
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: [Solved]: 500 Internal Service Error
« Reply #12 on: June 01, 2009, 04:04:53 pm »

oh sorry i didnot know
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 20 queries.