Page 1 of 1

Captcha Disappears

Posted: Wed May 28, 2008 5:30 am
by faldo29
Hello folks,

I decided to edit the plugin_internal.inc.php file because I wasn't too satisfied with the ">" or "greater than" sign being the symbol on the quicksearch input button. I changed the value to something else.

Later on I discovered that after editing the file, the captcha on the comment form and the contact form disappeared. After going through several hours of troubleshooting,plain old dumb luck helped me discover that when I restored the old plugin_internal.inc.php file, the captchas reappeared. I edited it again, the captchas disappeared again.

Don't know if you know this but I thought I'd pass this along.

Faldo

Re: Captcha Disappears

Posted: Wed May 28, 2008 11:36 am
by garvinhicking
Hi!

Check if your editor maybe inserts linebreaks before the first <?php or after the last ?>. Often, UTf-8 BOM marks are the culprit and those will remove captchas because newlines/space characters can mess with the PHP output.

Regards,
Garvin