Broken Cart...2.10

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Went so far as to start with a fresh binaries folder/install to my existing DB, still get an error trying to view my cart.

In Firefox I get an error page

We're sorry, an internal error occurred that prevents the request to complete.

Our supporting staff has been notified with this error and will address this issue shortly. We profusely apologize for the inconvenience and for any damage this may cause. You might want to try the same action at later time.

In IE I just get a 500 now.

How can I find out what the error is?  Tried a few things but no luck.
12 years ago
To find out what went wrong you need to turn off the custom errors mode.
1. Open web.config file
2. Find out the following line <customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly">
3. Replace it with <customErrors defaultRedirect="errorpage.htm" mode="Off">
12 years ago
Thanks, I was close!!  was missing the off part.

Turns out, if you enable Google as a payment method, but don't configure it... the cart breaks :)

All fixed, thanks!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.