jaw@jawtemplates.com

How to handle with “Internal Server Error” on checkout page

Do you see this error when you are trying submit Checkout page?

server error

Please open your wp-config.php file, find

define( 'WP_DEBUG', false );

and change it to

define( 'WP_DEBUG', true );

Now, if you submit the checkout page again – you should see the exact error message. E.g. this one:

SyntaxError JSON.parse unexpected character at line 1 column 1 of the JSON data

Please try to deactivate your plugins one-by-one to find which one causes this error.

  • Was this Helpful ?
  • yes   no

Tags:

Leave a Reply

You must be logged in to post a comment.