Captcha not working with Contact 7 after php upgrade
-
I updated my php to version 5.5.20; I do not know what my previous version was.
After my update, all pages with Contact 7 had a blank body on them. I finally narrowed it down to Captcha causing blank body. If I remove Captcha code, the body shows up and Contact 7 works but of course, I don’t have a captcha on my page…
GD is installed and here is the version info returned:
array(11) { [“GD Version”]=> string(26) “bundled (2.1.0 compatible)” [“FreeType Support”]=> bool(false) [“T1Lib Support”]=> bool(false) [“GIF Read Support”]=> bool(true) [“GIF Create Support”]=> bool(true) [“JPEG Support”]=> bool(true) [“PNG Support”]=> bool(false) [“WBMP Support”]=> bool(true) [“XPM Support”]=> bool(false) [“XBM Support”]=> bool(true) [“JIS-mapped Japanese Font Support”]=> bool(false) }My captcha code has worked fine in the past and looks like this:
[captchar note-captcha 30/] [captchac note-captcha size:m]
I can’t see anything wrong with it.Everything on my site is now up-to-date: WP version 4.2.2, Contact 7 version 4.2.1, Really Simple CAPTCHA version 1.8.0.1, but the problem still occurs.
I have switched to a different theme as well as turned off all plug-ins but Contact 7 and Really Simple CAPTCHA. Nothing seems to make a difference.
Can someone suggest how I can go about troubleshooting this so that I can get my site working again?
Rob
- The topic ‘Captcha not working with Contact 7 after php upgrade’ is closed to new replies.