Hi, all. First off, let me say I've used cforms on many sites with no issues whatsoever, and just LOVE the plugin. The site I'm currently working on, however, is using v11.4, and I'm having a strange issue that I can't seem to find a solution for.
Here's what's happening: The root folder for the WP install for this site is /content. So, within the cforms admin page, I'm getting the "It seems that your ROOT directory…" message at the top of the screen. I've checked / changed the sajax_uri variable in my cforms.js file, re-uploaded the file, cleared cache, restarted browser. No luck.
Then, following the FAQ here, I installed Firebug, and ran it while viewing the "console" view. The error message I'm getting is not one that I found listed within the FAQ section. Here's what it shows me:
Firebug's log limit has been reached. 0 entries not shown. Preferences
POST (site url)/content/comments/content/wp-content/plugins/cforms/lib_ajax.php 404 Not Found
Now, what I've entered in my sajax_uri variable field is "content/wp-content/plugins/cforms/lib_ajax.php". Which, going by file location within the server, is the correct path. However, it looks as though when the form is trying to submit, it's adding an extra "content/comments" in front of what the path actually should be. (the name of the page is actually "comments". It's a page of the site for viewers to leave feedback.)
I've checked my abspath.php file as well, and it looks correct.
I'm really at a loss here. From what I can tell, everything's entered correctly, within the cforms.js file, the abspath.php file, etc. I've done everything I could find so far in the way of trying to remedy the problem. Forgive me if a solution has been posted before, but I just couldn't find one.
Any help is greatly appreciated. The forms on 2 pages of the site are all that are left before completion.
Thanks!