Jump to content

Recommended Posts

Posted

Server: Stevie

PHP File: bloodline.heliohost.org/php/signup.php

Web Site: bloodline.heliohost.org

Database: rutaj6_user

Table: userdata

-----------------------------------------------------------------------

Hi, I have been trying to use a PHP file to connect and create records in the database table above. Everytime I trigger the file to run through a form submit button, it shows Internal Error (500). The error page that I had coded displays fine and there are no other errors anywhere. I have been trying for over an hour and it is still failing. I have checked and rechecked the code to see if it contains the problem but there is no error to my knowledge. Please let me know if you find the reason behind the error and if it in your server or something from my side! Thanks in advance.

Rutaj Dash

Posted

Here's your problem:

rutaj6    1369  0.0  0.0  22976  2140 ?        S    Sep23   0:00 dovecot/imap
rutaj6    2605  0.0  0.0  22648  1800 ?        S    22:34   0:00 dovecot/imap
rutaj6    5947  0.0  0.0  22980  2384 ?        S    Sep23   0:00 dovecot/imap
rutaj6   13405  0.0  0.0  22648  1796 ?        S    22:18   0:00 dovecot/imap
rutaj6   14858  0.0  0.0  22648  1796 ?        S    22:22   0:00 dovecot/imap
rutaj6   21923  0.0  0.0  23448  2832 ?        S    07:08   0:00 dovecot/imap
You can only have 6 processes maximum, and since you're using them all for IMAP then PHP won't run on your account since there isn't a free process slot available. Shutdown a few of your IMAP clients and PHP should start working again.
Posted

Do I need to shut them down through C panel or only disconnecting from the web-mail client will do?

Posted

Shut down some of your mail clients. If you do anything other than shut down some of your mail clients the mail clients will just create new processes immediately.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...