Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: ajax error #33664
    kloecknersadler
    Participant

    @Ally
    Thank you very much for the support.
    The problem is now fixed, after over 48 hours of troubleshooting.

    Since the server is running on Nginx, the only thing missing was an additional Nginx statement in Plesk.

    if (!-e $request_filename) {
    set $test P;
    }
    if ($uri !~ ^/(plesk-stat|webstat|webstat-ssl|ftpstat|anon_ftpstat|awstats-icon|internal-nginx-static-location)) {
    set $test “${test}C”;
    }
    if ($test = PC) {
    rewrite ^/(.*)$ /index.php?$1;
    }

    in reply to: ajax error #33662
    kloecknersadler
    Participant

    Hi @ally

    sorry we have added another plugin for testing purposes. Quform is now located for you at:
    https://esserstefan.de/test/

    Thanks a lot

    in reply to: ajax error #33657
    kloecknersadler
    Participant

    Hello, unfortunately we have the same problem on a client’s website.

    The website esserstefan.de contains several contact forms, unfortunately only the one on the start page works. All forms that are not on the start page run into an Ajax error.

    Example:

    Kontakt

    We have already deactivated all other plugins and deleted all caches. Unfortunately always without success. The website runs on WordPress 5.8.1 and the latest Quform version. A downgrade to an older plugin or WordPress version also brought no success.

    We ask for help in troubleshooting.

Viewing 3 posts - 1 through 3 (of 3 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy