Home › Forums › Quform WordPress › ajax error
- This topic has 7 replies, 3 voices, and was last updated 3 years ago by Ally.
- AuthorPosts
- November 7, 2021 at 1:17 pm #33635graphic4444Participant
trying to use form, generates ajax error.. also not saving entries, pls help. using avada theme
how do i pm you url?
November 8, 2021 at 10:16 am #33643AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 9, 2021 at 7:41 am #33657kloecknersadlerParticipantHello, 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.
November 9, 2021 at 9:49 am #33661AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 9, 2021 at 10:01 am #33662kloecknersadlerParticipantNovember 9, 2021 at 10:28 am #33663AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 9, 2021 at 12:20 pm #33664kloecknersadlerParticipant@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;
}November 10, 2021 at 9:49 am #33668AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.