- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Error 500 page when trying to create order in admin
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Error 500 page when trying to create order in admin
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.