I had a server crash and had to restore from a backup last night. Since then the create order button in the admin. When i do it goes blank and gives me a 500 error page. I think the error in the log is
[Tue Jan 17 18:42:28.949869 2017] [cgid:error] [pid 136944:tid 140648661329664] End of script output before headers: ea-php56, referer: domain/index.php/tvpwa/sales_order/
Solved! Go to Solution.
For any wondering I found the cause was too low a limit in the php.ini file. I had a new server after the crash and even though my .htaccess was fine, the server had the php limits set too low. I bumped up the max execution time and everything is workign fine.
Hi @tagteamc
I saw your post i have a question what is 'tvpwa' in your url domain/index.php/tvpwa/sales_order/. Is it any module please check if any module found in your magento it might be causing problem.
Let me know so that i can assist you better way.
There are not modules or configuration that is different from before the site crashed. It was working fine before and now does not. I am wondering if it could be some difference in the PHP version that is used now? that path is the custom path for admin access, not any module.
For any wondering I found the cause was too low a limit in the php.ini file. I had a new server after the crash and even though my .htaccess was fine, the server had the php limits set too low. I bumped up the max execution time and everything is workign fine.