Captcha not working on 1.60
Moderator: Thorsten
-
firstchoiceaquatics
- Posts: 14
- Joined: Sun Mar 26, 2006 10:55 pm
Captcha not working on 1.60
I've just installed version 1.60 and although the captcha image appears to show (on send to friend) when I complete the form I receive the message
Required fields are your name, your email address, your question and Captcha Code!
I've certainly completed name, email address, question and captcha code but it doesn't seem to like what I've done! Anyone got any ideas where I should start looking?
I definitely have GD installed and enabled on my server.
Any help would be appreciated.
Required fields are your name, your email address, your question and Captcha Code!
I've certainly completed name, email address, question and captcha code but it doesn't seem to like what I've done! Anyone got any ideas where I should start looking?
I definitely have GD installed and enabled on my server.
Any help would be appreciated.
Hi,
did you use any word from our bad word list? Didn't you solve the captcha code correctly?
bye
Thorsten
did you use any word from our bad word list? Didn't you solve the captcha code correctly?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
firstchoiceaquatics
- Posts: 14
- Joined: Sun Mar 26, 2006 10:55 pm
Hi,
do you see "follow the white rabbit"? Then you don't see the image. Can you give the URL of your FAQ?
bye
Thorsten
do you see "follow the white rabbit"? Then you don't see the image. Can you give the URL of your FAQ?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
firstchoiceaquatics
- Posts: 14
- Joined: Sun Mar 26, 2006 10:55 pm
Hi,
can you enable the debug mode in inc/init.php? Then I can see the PHP error message.
bye
Thorsten
can you enable the debug mode in inc/init.php? Then I can see the PHP error message.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
firstchoiceaquatics
- Posts: 14
- Joined: Sun Mar 26, 2006 10:55 pm
Hi,
you can disable it now. I can see no error messages...
Can you add the following line in inc/captcha.php...
Instead of
this
thanks
Thorsten
you can disable it now. I can see no error messages...
Can you add the following line in inc/captcha.php...
Instead of
Code: Select all
class PMF_Captcha
{Code: Select all
error_reporting(E_ALL);
class PMF_Captcha
{Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
firstchoiceaquatics
- Posts: 14
- Joined: Sun Mar 26, 2006 10:55 pm
Hi,
what's happening when you're removing this line with error_reporting() ?
bye
Thorsten
what's happening when you're removing this line with error_reporting() ?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
firstchoiceaquatics
- Posts: 14
- Joined: Sun Mar 26, 2006 10:55 pm
If I look at the properties of the image I see
http://www.first-choice-aquatics.co.uk/ ... nd&gen=img
200px wide 40px high
0 bytes
I've removed error reporting and nothing is different.
http://www.first-choice-aquatics.co.uk/ ... nd&gen=img
200px wide 40px high
0 bytes
I've removed error reporting and nothing is different.
Hi,
can you try this:
I think the display of error messages is disabled.
bye
Thorsten
can you try this:
Code: Select all
ini_set('display_errors', 1);
error_reporting(E_ALL);
class PMF_Captcha
{bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
firstchoiceaquatics
- Posts: 14
- Joined: Sun Mar 26, 2006 10:55 pm
Hi,
did you an update from 1.5.x?
bye
Thorsten
did you an update from 1.5.x?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist