• I am working with WooCommerce and trying to set up a composite product.

    However, I get an error which is
    /wp-admin/admin-ajax.php 404 (Not Found)

    Additionally,
    send jquery.js?ver=1.11.0:4
    n.extend.ajax jquery.js?ver=1.11.0:4
    (anonymous function) cart-fragments.min.js?ver=2.1.12:1
    j jquery.js?ver=1.11.0:2
    k.fireWith jquery.js?ver=1.11.0:2
    n.extend.ready jquery.js?ver=1.11.0:2
    K jquery.js?ver=1.11.0:2
    Deprecated TinyMCE API call: <target>.onInit.add(..) plugin.min.js?ver=4021-20140423:

    The admin-ajax.php exists in my directory.

    I have searched around for solutions and tried a few but they have not resolved this error.
    If anyone has any suggestions or solutions, that would be greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Shot in the dark but try deleting your .htaccess file, there might be something strange going on with it.

    Otherwise it may be a problem with your host. Who are you hosting with?

    Thread Starter jdave

    (@jdave)

    The contents in .htaccess file are currently

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    SecFilterInheritance Off
    </IfModule>

    Not sure if that is correct.

    GoDaddy is the host.

    I think mod_security is your problem.
    Try deleting the entire file and letting WordPress generate it again. See if that fixes it.

    Thread Starter jdave

    (@jdave)

    I tried that, still getting the same error.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘admin-ajax 404 error’ is closed to new replies.