"It seems that your ROOT directory for Wordpress is /blog/VerdienenMetGPT. 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!)"
looks like this is it ^^ but in which url do I have to change it?
If I look at your HTML it shows me that the URL the webserver understands always starts with:
http://fortuda.be/blog/VerdienenMetGPT/....That's why I suggested to put this into the js/cforms.js file, as outlined above.You still have the wrong path in there, that's what currently breaks CAPTCHA reload.
I have been doing some test for cookies and I found that if I display <?php print_r($_COOKIE); ?> on my main page of my blog that their is only a "check test cookie" saved.
If I display <?php print_r($_COOKIE); ?> on my admin page, It displays the test cookie and myself admin login.
Shouldn't that login cookie also be displayed on the mainpage? Or is this different?
I was thinking about this because when you disable "" then there is still a captcha field on the contact page…
I have been doing some test for cookies and I found that if I display <?php print_r($_COOKIE); ?> on my main page of my blog that their is only a "check test cookie" saved.
If I display <?php print_r($_COOKIE); ?> on my admin page, It displays the test cookie and myself admin login.
Shouldn't that login cookie also be displayed on the mainpage? Or is this different?
I was thinking about this because when you disable "" then there is still a captcha field on the contact page…
EDIT: I FOUND IT !! /D
Its a problem on your side ;) on the cforms captcha.php
You'll have to update this dude, Check your setcookie() ;)
You'll have to update this dude, Check your setcookie() ;)
Easy pal. You've used a workaround to fix your setup. 'Glad it works, but I won't add a specific domain to the cookie as this can cause all kinds of issues.
By the way you're the first of the many sub domain setups I've seen that has this issue…might rather want to fix your environment, either way, it seems to work for you now.
In my case, captchas worked fine in IE, but failed the "smell test" in Firefox. The cookie returned from Firefox was always empty. Above code works in IE and Firefox.