rutaj6 Posted September 24, 2016 Posted September 24, 2016 Server: SteviePHP File: bloodline.heliohost.org/php/signup.phpWeb Site: bloodline.heliohost.orgDatabase: rutaj6_userTable: 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
Krydos Posted September 25, 2016 Posted September 25, 2016 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.
rutaj6 Posted September 25, 2016 Author Posted September 25, 2016 Do I need to shut them down through C panel or only disconnecting from the web-mail client will do?
Krydos Posted September 25, 2016 Posted September 25, 2016 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now