Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
I'm trying to display the details of an error on the customer side during checkout to debug. I've turned custom errors off and set debug to true in the web.config of the site, but nothing is showing. Chrome debug shows a 500 error, but not enough details to find the line of code. Do I have to change the web.config and then compile for it to pick up? Thanks
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
The Web.config change doesn't need a code to compile. If the custom errors are off, you should be seeing the 500 error details on a yellow screen. If the error occurred on the server-side because of an Ajax call, then you need to look for the error details in the browser network tab. Click the request entry, and the from the right-side panel select the response tab to see the error details.
Hope this helps!
|
|
|
|
Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
Thanks, I remember doing something like that before. I'll try to remember this.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close