| Post |
|
Guest
| FOLBlog 6:23 pm January 17, 2009
| |
|
|
After the upgrade of Wordpress from 2.6 to 2.7 version, Cforms II plugin stops working: Captcha image is never shown neither in Cforms form, nor in CAPTCHA Image Settings of the Global Settings page. I've already read all FAQ but I don't understand where is the problem. Could anyone who already resolved this issue ,please explain me what I've to do? I'm using Wordpress 2.7 on a Linux Host based server that runs PHP5.
Thanks
|
|
|
Admin
| Oliver Munich, Germany posts 6237 8:38 pm January 17, 2009
| |
|
|
|
|
Guest
| FOLBlog 10:56 am January 18, 2009
| |
|
|
|
|
Admin
| Oliver Munich, Germany posts 6237 11:10 am January 18, 2009
| |
|
|
that form doesn't have the captcha field. can you either add it or setup a test form with a non working captcha field?
|
|
|
|
|
Guest
| FOLBlog 12:45 pm January 18, 2009
| |
|
|
???
The form "Contatti" HAS the captcha field.
 
but captcha image is not shown.
|
|
|
Guest
| FOLBlog 12:48 pm January 18, 2009
| |
|
|
These are form settings:
 
Did I make some mistake?
|
|
|
Admin
| Oliver Munich, Germany posts 6237 12:48 pm January 18, 2009
| |
|
|
the problem is that you need to configure WP Super Cache to not cache your contact form page, or at least reset super cache…
ps: if I look at your form, I don't see the captcha field at all …(must be the older, cached page)
|
|
|
|
|
Admin
| Oliver Munich, Germany posts 6237 12:53 pm January 18, 2009
| |
|
|
also, if you run:
http://www.folblog.it/wp-conte…..aptcha.php
you get a Internal Server Error 500 – so something must have changed in your server environment (PHP version, PHP support for CAPTCHA etc).
|
|
|
|
|
Guest
| FOLBlog 12:54 pm January 18, 2009
| |
|
|
and theese are Captcha image settings.
 
|
|
|
Admin
| Oliver Munich, Germany posts 6237 12:56 pm January 18, 2009
| |
|
|
your settings are fine, see my response #8 above
|
|
|
|
|
Guest
| FOLBlog 1:00 pm January 18, 2009
| |
|
|
Wp-Supercache is disabled now. Please retry.
Regarding Internal server error, if I go in /wp-content/plugins/cforms, I find the cforms-captcha.php script. What can be happened to make server unable to execute (or find) it? The only thing I made is the upgrade to WP 2.7. What can I check?
Thanks for your help.
|
|
|
Admin
| Oliver Munich, Germany posts 6237 1:21 pm January 18, 2009
| |
|
|
What's your PHP version?
http://www.folblog.it/wp-conte…..b_ajax.php
..doesn't work either (also ERR500)!
So it appears to eiter be a SERVER issue or .htaccess setting etc.
|
|
|
|
|
Guest
| FOLBlog 5:48 pm January 18, 2009
| |
|
|
This is my .htaccess:
# BEGIN WPSuperCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / AddDefaultCharset UTF-8 RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*s=.* RewriteCond %{QUERY_STRING} !.*attachment_id=.* RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]
RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*s=.* RewriteCond %{QUERY_STRING} !.*attachment_id=.* RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L] </IfModule>
# END WPSuperCache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
# END WordPress
Do you see something wrong or missing?
Thanks
|
|
|
Admin
| Oliver Munich, Germany posts 6237 6:34 pm January 18, 2009
| |
|
|
looks fine to me.
what's your PHP version and how much PHP Mem is allocated?
|
|
|
|
|
Admin
| Oliver Munich, Germany posts 6237 6:35 pm January 18, 2009
| |
|
|
i think it's a general PHP / security setting (safemode?) since no *.PHP file can be loaded directly, they all result in a Internal server error, e.g.:
http://www.folblog.it/wp-conte…..cforms.php
|
|
|
|
|
Guest
| FOLBlog 7:00 pm January 18, 2009
| |
|
|
May be. But why this internal server error occurs only with Cforms?
Try theese:
http://www.folblog.it/wp-conte…..ptions.php
http://www.folblog.it/wp-conte…..gories.php
http://www.folblog.it/wp-conte…..cosmos.php
etc.
And why this occurs only after Wordpress upgrade (host server is the same)
P.S. PHP 5.2.8
memory_limit 32M
|
|
|
Guest
| FOLBlog 7:03 pm January 18, 2009
| |
|
|
Uhm…may be I found something interesting. Do theese error tels you something?
| [Sun Jan 18 18:56:57 2009] [error] [client 84.221.168.66] PHP Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /web/htdocs/www.folblog.it/home/wp-content/themes/anaconda_mod/js/livesearch.js.php on line 2, referer: http://www.folblog.it/contatti/ |
| [Sun Jan 18 18:56:59 2009] [error] [client 84.221.168.66] suexec policy violation: see suexec log for more details, referer: http://www.folblog.it/contatti/ |
| [Sun Jan 18 18:56:59 2009] [error] [client 84.221.168.66] Premature end of script headers: cforms-captcha.php, referer: http://www.folblog.it/contatti/ |
| [Sun Jan 18 18:57:05 2009] [error] [client 84.221.168.66] PHP Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /web/htdocs/www.folblog.it/home/wp-content/themes/anaconda_mod/js/effects.js.php on line 2, referer: http://www.folblog.it/contatti/ |
| [Sun Jan 18 18:57:05 2009] [error] [client 84.221.168.66] PHP Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /web/htdocs/www.folblog.it/home/wp-content/themes/anaconda_mod/js/livesearch.js.php on line 2, referer: http://www.folblog.it/contatti/ |
| [Sun Jan 18 18:57:46 2009] [error] [client 84.221.168.66] PHP Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /web/htdocs/www.folblog.it/home/wp-content/themes/anaconda_mod/js/effects.js.php on line 2, referer: http://www.folblog.it/contatti/ |
| [Sun Jan 18 18:57:46 2009] [error] [client 84.221.168.66] PHP Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /web/htdocs/www.folblog.it/home/wp-content/themes/anaconda_mod/js/livesearch.js.php on line 2, referer: http://www.folblog.it/contatti/ |
| [Sun Jan 18 18:57:50 2009] [error] [client 84.221.168.66] suexec policy violation: see suexec log for more details, referer: http://www.folblog.it/contatti/ |
| [Sun Jan 18 18:57:50 2009] [error] [client 84.221.168.66] Premature end of script headers: cforms-captcha.php, referer: http://www.folblog.it/contatti/ |
|
|
|
Guest
| FOLBlog 8:43 pm January 18, 2009
| |
|
|
Issue solved!
I 've reset permissions on all folder to the default values and captcha image now is shown.
|
|
|
Guest
| earthtojens 10:46 pm January 24, 2009
| |
|
|
I am having the same problem. What default permission settings did you use to solve your problem?
Wordpress 2.7
cforms folder permissions set to 755
Files inside cforms folders set to 644
http://www.amazingmamabirth.co…..aptcha.php
Fatal error: Call to undefined function imagettfbbox() in /home/amazingm/public_html/wp-content/plugins/cforms/cforms-captcha.php on line 79
|
|
|
Admin
| Oliver Munich, Germany posts 6237 10:48 pm January 24, 2009
| |
|
|
It's not the same problem. Your PHP server doesn't support imagettfbbox() which is required for CAPTCHA.
|
|
|
|