Check your PHP system variables. They may be running a different
version from the one you migrated from, with different names for them.
I've had web pages fall apart over that issue.
--
Jerry Hollombe
Webmaster, http://www.thegarret.info/
----------
Sent from my Nokia phone
------Original message------
From: Brute <jamiecame...@gmail.com>
To: "reCAPTCHA" <reca...@googlegroups.com>
Date: Thursday, January 26, 2012 8:41:56 PM GMT-0800
Subject: The string you entered for the image verification did not match what was displayed - the string is correct though?
I recently migrated to a new web server and since then recaptcha
simply will not function. It will only display this error 'The string
you entered for the image verification did not match what was
displayed', I have tried over 40 times and have not entered a single
'correct' string once. This is over three different forums, all hosted
on the same server and are having the same issue.
--
You received this message because you are subscribed to the Google Groups "reCAPTCHA" group.
To post to this group, send email to reca...@googlegroups.com.
To unsubscribe from this group, send email to recaptcha+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/recaptcha?hl=en.
----------
Sent from my Nokia phone
------Original message------
From: Jerry Hollombe <jerry.h...@gmail.com>
To: <reca...@googlegroups.com>
Date: Thursday, January 26, 2012 8:59:46 PM GMT-0800
Subject: Re: The string you entered for the image verification did not match what was displayed - the string is correct though?
Check your PHP system variables. They may be running a different
version from the one you migrated from, with different names for them.
I've had web pages fall apart over that issue.
On 1/26/2012 8:41 PM, Brute wrote:
> I recently migrated to a new web server and since then recaptcha
> simply will not function. It will only display this error 'The string
> you entered for the image verification did not match what was
> displayed', I have tried over 40 times and have not entered a single
> 'correct' string once. This is over three different forums, all hosted
> on the same server and are having the same issue.
>
--
Jerry Hollombe
Webmaster, http://www.thegarret.info/
--
On 1/27/2012 5:52 AM, Jamie wrote:
> Are there any specific variables I should check? The vBulletin
> platform should be able to work with most variables though, it's meant
> to be very generic for just that reason. The image displays correctly
> it just obviously won't accept it.
Check all the variables you're using. If you can, run phpinfo() on both
old and new server and check for differences. I don't know if this is
your problem or not, but it's the first thing I'd check when switching
between PHP installations. I had a guest book page fail when GoDaddy
upgraded their PHP software, so a switch to a new server raises suspicions.
> On Jan 27, 4:59 am, Jerry Hollombe <jerry.hollo...@gmail.com> wrote:
>> Check your PHP system variables. They may be running a different
>> version from the one you migrated from, with different names for them.
>> I've had web pages fall apart over that issue.
>>
>> On 1/26/2012 8:41 PM, Brute wrote:
>>
>>> I recently migrated to a new web server and since then recaptcha
>>> simply will not function. It will only display this error 'The string
>>> you entered for the image verification did not match what was
>>> displayed', I have tried over 40 times and have not entered a single
>>> 'correct' string once. This is over three different forums, all hosted
>>> on the same server and are having the same issue.
>>
>> --
>> Jerry Hollombe
>> Webmaster,http://www.thegarret.info/
>
--