500 Internal Server Error 500 Internal Server Error
 

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

Main Menu

500 Internal Server Error

Started by SpookyDan, March 09, 2007, 02:47:37 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

SpookyDan

I have all of the sudden been getting an error "500 Internal Server Error".  It happens randomly... sometimes I can hit refresh and it will go away instantly but sometimes the error remains for a few minutes.  At first I thought maybe it was a server problem but it is happening on 2 of my websites which are on separate servers.

www.urbanatrophy.com Coppermine 1.4.10 (Coppermine & Vbulletin)
www.danhaga.com Coppermine 1.4.9 (Coppermine only)

I didn't modify any files, it just started happening out of nowhere.  Until now the sites had been working flawless for over a year.

These sites are both relatively low traffic sites and I don't allow registrations so there are no users.

Any ideas as to what may be wrong?

nickfzx

it is not happening to me on either of those sites.

internal server errors have nothing to do with coppermine.

the only thing i can think of is perhaps your php.ini file has slightly too little memory allocated to php applications.

try increasing this.

but not really a coppermine issue...epecially as you said you diddn't touch any of the files.

Speak to your webhost.

SpookyDan

Quote from: nickfzx on March 09, 2007, 04:30:29 PM
the only thing i can think of is perhaps your php.ini file has slightly too little memory allocated to php applications.

Is this something I can do or do I need to ask my host to do this?

nickfzx

if you can't figure it out ask your host

if you are using apache server then the php.ini file is usually in a folder called "etc" at the root of your ftp server.

Joachim Müller

An "internal server error" is exactly what the name suggests: the server unexpectedly halts the script with an error message. This may be related to PHP-configuration, but can be related to many other things as well. The only option you have to fix this is looking into othe webserver logs (not the coppermine logs). Usually, you can't view the logs (but your webhost can), so basically you can't do anything else but ask your webhost for support. In the first place, they will probably tell you that they can't provide support for a pre-made third-party script like coppermine, so you'll have to file a detailed support request - ask them to take a look at the webserver log. Ask them what made the server crash.  Most often, it depends on how nicely you ask your webhost and in what mood the support techie is. You'll have to make sure that they understand that you have done everything you could to solve the issue on your own. Provide as many relevant details  as possible.

HTH

Joachim