Page 1 of 1

fix 500 Internal Server Error

Posted: Fri May 20, 2016 5:09 am
by bestcontrolpanel
i run command sql insert 10.000 record, then an error occurs

500 Internal Server Error
Something went wrong. Please try your request again.

no problem with cpanel 11.56, please help me fix it thank you

Re: fix 500 Internal Server Error

Posted: Mon May 23, 2016 8:29 am
by tjebbeke
Check your log files ...
Are you using phpmyadmin? Or just php script?

Re: fix 500 Internal Server Error

Posted: Tue May 24, 2016 6:15 am
by Elizine
If your PHP script makes external network connections, the connections may time out. If too many connections are attempted and time out, this will cause a "500 Internal Server Error." To prevent these time outs and errors, you'll want to make sure that PHP scripts be coded with some timeout rules.