hi guys,
i've read the faq and a few messages with a similar issue, but after trying a number of variations i'm stuck… i'm pretty sure that i need to tweak the uri or the absolute path, but maybe i'm just being daft and can't see where i'm making an error.
i'm using WP 2.7.1 and cforms 1.5. in the admin area of cforms i'm getting a warning:
"It seems that your ROOT directory for Wordpress is /main. cforms tried to auto-adjust its settings accordingly, however if you still encounter issues with Ajax (form submission & CAPTCHA reset) please open the file js/cforms.js in your cforms plugin folder and check the sajax_uri variable. (After changing the file, please emtpy your browser cache!)"
this should be alerting me that something might not work. in fact ajax doesn't do what it's supposed to (even when trying to install the presets in the admin panel), however things seem fine!
in the abspath.php it reads:
<?php $abspath = '/home/myName/public_html/main/'; ?>
in the cforms.js it says:
var sajax_uri = 'http://mysite.com/main/wp-content/plugins/lib_ajax.php';
as you can guess the WP installation is in the /main subfolder.
could you suggest how to change this to make it work?
many thanks, lorenzo