Hello @vamshikrishna
Please add these codes to your config.php file:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
Official Guide: https://wordpress.org/support/article/debugging-in-wordpress/
Then try to click proceed payment. Then it will add error reasons logs to wp-content/error.log file if any error occurs. After that use https://pastebin.com to copy and paste the log details and then paste the link here.
Thanks!
hello!
am getting the same error “Internal server error ” after proceeding to payment.
I recieved this “woocommerce_add_order_item_meta is deprecated since version 3.0.0! Use woocommerce_new_order_item instead.” message in debug log
how to fix this error?