Error 500? Error 500?
 

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

Error 500?

Started by rctruckz, August 21, 2006, 05:43:05 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

rctruckz

Hi all :)

ok ive installed coppermine a few times using same webspace with no probs, but now when i try i get this error message below, ive tried re-installing a few times but same problem... the error message comes up after ive entered all my details such as hostname, user, passy etc, then it says the usual "congratulations...click here to continue etc" when i click continue i then get this error message.... any ideas :( ?

Ive set permissions on the albums/sub folder & the include folder to 77, ive also tried upload using various options, (ASCII/auto/Binary) etc :( ?

[ourgallery.awardspace.com] [Mon Aug 21 10:34:32 2006] [error] [client 85.210.1.118] Premature end of script headers: login.php | (null) , referer: http://pattgall.awardspace.com/cpg148/index.php
Error 500: Script Execution Failure
Description: The server encountered an internal error or misconfiguration and was unable to complete your request.

Most common reasons for returning this error message are:


• File Upload Mode
When you upload Perl, CGI scripts via FTP you should use always ASCII mode. If you get "Error 500: Script Execution Failure" you should check whether your FTP client uses ASCII mode when uploading your scripts, because if it uses BINARY mode to upload your scripts they won't work on the server. The problem caused by wrong upload mode is associated with the way different operating systems handle the "end of line" character. Unix system uses a "line-feed" (LF), Windows uses a "carriage-return" (CR) and "line-feed" (LF) pair. That's why it is very important that you set the uploading mode to ASCII.

• File Permissions
When you upload scripts via FTP the file permissions are set by default to 755. If you get "Error 500: Script Execution Failure" you should check whether your scripts have 755 permissions. Otherwise your scripts have lower level of permissions and does not support execution upon request. The octal representation of the 755 permission is equal to the following textual format: -rwxr-xr-x
Most FTP clients support the CHMOD command which is used for setting file permissions. In case you have set improper permissions to your scripts, use your FTP client and set "Read, Write, Execute" permissions for the owner, "Read, Execute" permissions for the group and everyone else.

• Script Errors
This is the third well known reason for getting "Error 500: Script Execution Failure" upon execution of your scripts. Check your scripts for any obvious syntax or programming errors to make sure your code is not broken.


Remember: When you get a "Error 500: Script Execution Failure", you should always check for any file uploading problems (ASCII/BINARY) and the executable permission settings. Once those are checked and verified, it looks like there is a syntax error or some other problem in the script. 

rctruckz

anyone have any ideas? ive tried again after deleting the DB & setting up another but still same prob on all the pages i try (index/login.php etc) ?

Nibbler

What are you CHMODing them to? 77 is not valid so I'm assuming that's a typo.

rctruckz

yup sorry, meant 777 ..but ive also tried them on 755 but still no luck :(

ive used the same provider before: www.awardspace.com & never had any problems I even have an active gallery with them which i installed a few months back, but now im trying to install one for a friend, but :(

It says "Script execution failure" could there be something wrong with the scripts? ive downloaded it 2 times mind but same on each?

Nibbler

Try asking your host.