Having problems installing Drupal? See the Installation Guide for more information.

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.

System email not emailing users their passwords

I put up a website for a class I teach at http://www.wuhanbec.com. I originally had the email set to a gmail account but then realized that the server might not allow emails to go out from the website using a gmail account. I thought this bc new users were not getting their email confirmations. Anyway I changed the email to admin(at)wuhanbec.com and it still didn't work. I hadn't set up an actual email called admin so I did that a few minutes ago. I set up a forwarder for my site called admin(at)wuhanbec.com and it still doesn't work.

fatal error Table

Hi, I had install drupal 4.6.5 and got this error whe I try to install.
I have cpanel acess and i create before de databasewith prefix

Fatal error: Table 'aswe_drup.drupalusers' doesn't exist query: SELECT u.*, s.* FROM drupalusers u INNER JOIN drupalsessions s ON u.uid = s.uid WHERE s.sid = 'f87db1ec7072864d0819e3ca6d4f1c42' AND u.status < 3 LIMIT 0, 1 in /home/aswe/public_html/drupal/includes/database.mysql.inc on line 66

thanks in advance

Can not log is in 4.7

I have a new installation of 4.7. I cannot log in using my password. the only way I can log-in is by requesting new password. When I try to edit my account (or any other user account) I'm getting this message:
warning: array_merge() [function.array-merge]: Argument #2 is not an array in F:\xampp\htdocs\jobo\includes\form.inc on line 180.
warning: Missing argument 1 for password_confirm_validate() in F:\xampp\htdocs\jobo\includes\form.inc on line 595.

Whats wrong ?

Redirect no-ip.com and Log in problem

I have installed Drupal 4.6.5 on my PC . Now the site could be seen from "outside" fine, and the users could login .
But i don't have static ip or domain name so i used no-ip.com to use a domain xxx.no-ip.org .
I changed the base_url in settings.php but now the users now can't log in .

Does anyone have a solution fo this ?

Page Not Found?

Hello!

Yesterday I started my drupal based site: http://www.muzyczna.pl
It worked for about several hours. Now I found big problem:

"Page not found"

in place where content must be. I can't open any page...
Please help me with this problem!

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal