Forum Replies Created
- AuthorPosts
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;
}kloecknersadler
ParticipantHi @ally
sorry we have added another plugin for testing purposes. Quform is now located for you at:
https://esserstefan.de/test/Thanks a lot
kloecknersadler
ParticipantHello, 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:
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.
- AuthorPosts