• Resolved Bobz

    (@bobz)


    Hi,

    I have problem with checkout page using ‘BACS’ as payment method.
    Returns error 500 in inspector ‘Network panel’ and console shows error in checkout.min.js http://imgur.com/DLMH7Do

    I have placed unimified version of checkout to see where is problem, and it is with ‘AJAX Form Submission’ which is processing order.
    http://imgur.com/x4iOI6V

    I dont know how to debug this, but something is wrong.
    Ii have deactivated all plugins and dequeued all scripts from theme, and it still returns error 500.

    https://ww.wp.xz.cn/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    The ajax post from checkout to admin-ajax.php is causing this error. You can enabled WP_DEBUG (http://codex.ww.wp.xz.cn/WP_DEBUG) and check server error logs to see the exact error message (500 is a generic error message which hides the real error).

    You’ll most likely find a plugin or theme you have installed is causing this and will need removing, updating, or fixing.

    Thread Starter Bobz

    (@bobz)

    Hi Mike,

    Silly me, debug was turned off on my localhost.
    Have found the error, thanks.

    BR
    Vlado

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘bacs not working’ is closed to new replies.