• Resolved moddersnuit

    (@moddersnuit)


    submit booking not working in chrome and firefox.
    The submit button to book turns black and nothing happens.
    I tried a fresh install of wordpress using only event manager plugin.
    But it’s the same. chrome gives me in console:
    wp-admin/admin-ajax.php?callback=jQuery111302145239538513124_1447869073621 401 (Authorization Required)
    How can I fix this?

    https://www.ads-software.com/plugins/events-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • caimin_nwl

    (@caimin_nwl)

    It sounds like you have something blocking access to admin-ajax.php. Do you have any security plugins running that might be doing this?

    Thread Starter moddersnuit

    (@moddersnuit)

    No I installed a fresh copy of wordpress (latest version) and only the events manager plugin. So it’s as clean as it gets.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    do you have sample link to your site with this issue for us to see and analyze ?

    Thread Starter moddersnuit

    (@moddersnuit)

    I fixed it myself. I added this to .htaccess and the problem was gone.
    :<Files admin-ajax.php>
    Order allow,deny
    Allow from all
    Satisfy any
    </Files>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘submit booking not working in chrome and firefox’ is closed to new replies.