No matter what I do I get this error in /base/TC/FormPost.aspx:
The page cannot be displayed because an internal server error has occurred.
I've had it many times before while developing, altering the database etc. I usually just rebuild the entire site and everything is fine.
Is there maybe some XML files besides the finalized-orders-xml I should delete and then try again? Can I somehow debug and find the server error?
My entire shop is crippled.
Can you enable debug mode on your site so you can see what the details of the error message is :) Try and use a JavaScript console to use the JavaScript API to do the same post and see if there is more details in the error message that you get from the server there.
Debug /base/TC/FormPost.aspx?
No matter what I do I get this error in /base/TC/FormPost.aspx:
I've had it many times before while developing, altering the database etc. I usually just rebuild the entire site and everything is fine. Is there maybe some XML files besides the finalized-orders-xml I should delete and then try again? Can I somehow debug and find the server error? My entire shop is crippled.
Hi Kasper
Can you enable debug mode on your site so you can see what the details of the error message is :)
Try and use a JavaScript console to use the JavaScript API to do the same post and see if there is more details in the error message that you get from the server there.
Kind regards
Anders
Doesn't matter. The error is gone. Thanks anyway. Good idea with the JS API
is working on a reply...