Catpcha not working on my FAQ page

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

did you enabled the debug mode and the display_error option on your local system, too? With this option an error message should be visible.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
yogesh77
Posts: 22
Joined: Fri May 25, 2007 10:11 am

Post by yogesh77 »

same problem, i cannt see any error.
I am going to configure Apache/php/phpmyfaq on new server.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

today I saw an error on your page:

Code: Select all

Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 21628 bytes) in /hsphere/local/home/askw1ggy/askvideo.com/faq/inc/mysql.php on line 109
This is really a strange error and I have to investigate this.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
yogesh77
Posts: 22
Joined: Fri May 25, 2007 10:11 am

Post by yogesh77 »

Some times i also got this message. This is memory problem.
We can increase php memory in .htaccess file.
For testing purpose i increase the memory for that domain and this message gone away.
So this is just a php memory issue and need not to investigate more in this direction.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

do you see the image after increasing the memory. But it's a little bit strange that on your machine PHP needs more than 40MB RAM to create a PNG image...

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
yogesh77
Posts: 22
Joined: Fri May 25, 2007 10:11 am

Post by yogesh77 »

around 1000 sites are running with all types of graphics with this limit of php memory. Not a single site has this issue.
It happens only when this URL accessed http://askvideo.com/faq/index.php?action=ask&gen=img

But on my local system there is no memory issue and even after that image is not displaying.
yogesh77
Posts: 22
Joined: Fri May 25, 2007 10:11 am

Post by yogesh77 »

i increased the limit to 100MB but no result.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

which php version do you use on your local machine?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
yogesh77
Posts: 22
Joined: Fri May 25, 2007 10:11 am

Post by yogesh77 »

PHP Version 4.4.2
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

could you please try the latest CVS snapshot?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply