Error Oops, Something Went Wrong (Error). Please Try Again

Dear All,

Recently, I found that my shopping cart cannot buy items, the screen output ErrorOops, something went wrong (Service Temporarily Unavailable). Please try again. Please check and help.
Leo

2016-10-04 10_41_01-Greenshot capture form.png

I found out the problem

What was the reason? Please share the solution

I am EXACT SAME having same problem, anyone have a solution?

Use your browser inspector to look at the response from ajax requests. You will probably find a php error embedded there and since it's not html, it won't parse it. You shoud also have the same error in your php error_log.

If the issue is a permissions issue from Apache, then you will probably see a 500 error in the AJAX response.

I am EXACT SAME having same problem, anyone have a solution?


I can add products on your website without any problems

Its on another

I can add products on your website without any problems

It was on a diff website Ecomlabs, and i have tracked it down to a 3rd party addon problem and fixed it

Thanks for the info guys