RC
Asked
Hi,
When a user click the Submit Order button, I got HTTP error 500 during checkout.
The orders are correctly listed on Sales.
Please help me. Thank you,.
When a user click the Submit Order button, I got HTTP error 500 during checkout.
The orders are correctly listed on Sales.
Please help me. Thank you,.
Attachments
- MSAnsweredHello,
Please check your server error logs and let me know the error detials.
If you are not sure about server error logs, you can enable app logs by changing the `log_threshold` to 1 in the `app/config/config.php` file and the try to make the order again to produce errors. Laslty check the latest file in the `app/logs/` folder.
Thank you - RCAnsweredThank you. I have fixed it. The problem is with the temp file ownership.
- MSAnsweredI am glad to know. Thank you for sharing the cause
- Login to Reply