• Hi there,

    i just wanted to protect my wp-admin, but now I get always errors when I try to submit a message by tdo mini forms.

    TDOMF: ERROR with AJAX requesterror

    I have also put the requested files to a whitelist:

    # This is the whitelisting of the ajax handler
    <Files admin-ajax.php>
    Order allow,deny
    Allow from all
    Satisfy any
    </Files>

    <Files tdomf-form-post.php>
    Order allow,deny
    Allow from all
    Satisfy any
    </Files>

    <Files tdomf-form-ajax.php>
    Order allow,deny
    Allow from all
    Satisfy any
    </Files>

    <Files tdomf-style-form.css>
    Order allow,deny
    Allow from all
    Satisfy any
    </Files>

    But it doesn’t work right. Any idea?

    thank you!

    AD

    https://www.ads-software.com/extend/plugins/tdo-mini-forms/

  • The topic ‘[Plugin: TDO Mini Forms]TDOMF: ERROR with AJAX requesterror’ is closed to new replies.