| Post |
|
Guest
| geeman 2:49 pm January 9, 2009
| |
|
|
Hi,
Set this up on at http://www.saltwaterexperience…..age_id=110 and works GREAT. Thanks. Loved it so much I am trying to set it on a mac server and getting similar issues on the two domains i need the most…
i get the message, "It seems that your ROOT directory for Wordpress is /blog. 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!)"
i have followed the various suggestions throughout the forum, FAQ etc… to no avail. The error showing up in FireBug consule is a 404. what is odd, is that it shows the relative path minus the /blog/ directory… please help
|
|
|
Guest
| geeman 3:06 pm January 9, 2009
| |
|
|
|
|
Admin
| Oliver Munich, Germany posts 6096 7:03 pm January 9, 2009
| |
|
|
sorry to say, but you didn't follow the suggestion cforms made ;-)
your cs/cforms.js file still shows the old/wrong path:
var sajax_uri = '/wp-content/plugins/cforms/lib_ajax.php';
it should be:
var sajax_uri = '/blog/wp-content/plugins/cforms/lib_ajax.php';
|
|
|
|
|
Guest
| geeman 7:17 pm January 9, 2009
| |
|
|
i did actually… and have tried the one you sent and the full relative path. it seems to rewrite it back to '/wp-content/plugins/cforms/lib_ajax.php' suspecting a permissions issue maybe? thx for any help/suggestions
|
|
|
Guest
| geeman 7:43 pm January 9, 2009
| |
|
|
btw… need your email addres to send you an amazon giftcard…
|
|
|
Guest
| Thanh 7:29 pm January 10, 2009
| |
|
|
I am having a problem similar to that of the orginal poster.
Here is the variable from the cforms.js file
"var sajax_uri = 'http://www.not4god.com/wp/wp-content/plugins/cforms/lib_ajax.php'"
and here is the error message I keep getting. When I click "remove message" nothing happens.
"It seems that your ROOT directory for Wordpress is /wp. 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!)"
Any assistance would be appreciated.
|
|
|
Admin
| Oliver Munich, Germany posts 6096 8:31 pm January 10, 2009
| |
|
|
Thanh said:
and here is the error message I keep getting. When I click "remove message" nothing happens.
that's a peculiarity of the new method WP 2.7 introduce in moving the err/warning/info messages to the top outside of a FROM context, hence the button is inactive.
I'll fix this in cforms 10.1 released soon.
The path seems correct, does it not work?
…or simpler:
var sajax_uri = '/wp/wp-content/plugins/cforms/lib_ajax.php'
|
|
|
|
|
Guest
| Thanh 9:11 pm January 10, 2009
| |
|
|
Yes, it does work. The error message just had me a little curious. I modified the path as you suggested and it made no difference. I will await 10.1.
Thank you very much for an unbelieveable piece of work. The amount of effort it must take you to maintain and improve this is mind boggling.
|
|
|
Guest
| Thanh 1:54 am January 11, 2009
| |
|
|
Sorry to bother you again, but I simply can not get the Captcha field / image to appear on any form I create. I am using WP 2.7. Could this be related to the problem listed above?
Also, how can I delete forms I have created?
|
|
|
Guest
| Thanh 2:22 am January 11, 2009
| |
|
|
SKip my previous post, I found the setting to force display for logged in users, I feel like an idiot.
|
|
|
Guest
| ROB 11:59 am March 3, 2010
| |
|
|
Hi,
I wrote to you once before on the same topic but forgot to place my e-mail address.
I have read the FAQ and obviously also searched in the forum as I ended up here. I have the same error message
"It seems that your ROOT directory for Wordpress is /wp. 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!)"
Now I done that but without any success. The path in the js/cforms.js is "var sajax_uri = 'http://time-ads.net/test/wp-content/plugins/cforms/lib_ajax.php';"
PLEASE I NEED SOME SUPPORT!
|
|
|
Guest
| JD 3:06 am April 14, 2010
| |
|
|
figured this out, other problem must be there. Having issues with file upload/ajax
|
|