Erroroops, Something Went Wrong (Internal Server Error). Please Try Again.

I have been getting this message a lot lately on front end.

Is this a cscart error, hosting error or what??

[quote name='jimmyod' timestamp='1430945413' post='213603']

I have been getting this message a lot lately on front end.

Is this a cscart error, hosting error or what??

[/quote]



Need to check your logs. But I am guessing an out of memory error.

It's normally a file permissions problem or htaccess error. If's only now and then your server error logs might tell you more.

[quote name='jimmyod' timestamp='1430945413' post='213603']

I have been getting this message a lot lately on front end.

Is this a cscart error, hosting error or what??

[/quote]



Check .htaccess file also



Read more here: CS-Cart Documentation — CS-Cart 4.15.x documentation

If the ajax response is not received or received with the error, you can see such notification.

Thanks everyone.

This puts me on the right track now.

Use the browser debugger and look at the network tab. You should see a request that either never returns a response or the response contains output that it not recognized (like a php notice/warning/error). If there's no response, then look at your PHP error_log to see why the request terminated.

This happened to me and in my case it was the user account's quota in cPanel that had exceeded.