Catpcha not working on my FAQ page

All about webserver configurations, PHP and databases.

Moderator: Thorsten

yogesh77
Posts: 22
Joined: Fri May 25, 2007 10:11 am

Post by yogesh77 »

do you think it could be a memory problem in php configuration?
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

it's possible that the Zend Optimizer causes these problems. The Zend Optimizer causes some crashes on some of my test systems... is it possible to disable it for you?

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

Post by yogesh77 »

This is shared hosting server and having about 1000 sites hosted. We can not disable it but during testing we can disable it for some time.

What about problem on my local system?

When a access URL http://192.168.0.105/kb/index.php?actio ... nt&gen=img

i got page with message
"http://192.168.0.105/kb/index.php?actio ... nt&gen=img"
when i select and right click this message it shows itself a image.
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

I cannot access your local machine. Which message or which image do you get?

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

Post by yogesh77 »

When i browse http://192.168.0.105/kb/index.php?actio ... nt&gen=img
i got below line in my browser

"http://192.168.0.105/kb/index.php?actio ... nt&gen=img "
I can not see the image but when i right click this portion i can see image functions in properties, it means browser is treating it as a image.
Thorsten
Posts: 15561
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 machine, too?

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

Post by yogesh77 »

yes, enabled on local machine too.
The debug message is

DEBUG INFORMATION:
SELECT sid FROM pfaqsessions WHERE sid = 1327 AND ip = '192.168.0.16' AND time > 1180100788
UPDATE pfaqsessions SET time = 1180187188 WHERE sid = 1327 AND ip = '192.168.0.16'
SELECT thema FROM pfaqdata WHERE id = 119 AND lang = 'en'
SELECT keywords FROM pfaqdata WHERE id = 119 AND lang = 'en'
SELECT count(sid) AS activeusers FROM pfaqsessions WHERE time > 1180186888
SELECT DISTINCT pfaqdata.id AS id, pfaqdata.lang AS lang, pfaqdata.thema AS thema, pfaqcategoryrelations.category_id AS category_id, pfaqvisits.visits AS visits FROM pfaqvisits, pfaqdata LEFT JOIN pfaqcategoryrelations ON pfaqdata.id = pfaqcategoryrelations.record_id AND pfaqdata.lang = pfaqcategoryrelations.record_lang WHERE pfaqdata.lang = 'en' AND pfaqdata.id = pfaqvisits.id AND pfaqdata.lang = pfaqvisits.lang AND pfaqdata.active = 'yes' ORDER BY pfaqvisits.visits DESC
SELECT DISTINCT pfaqdata.id AS id, pfaqdata.lang AS lang, pfaqcategoryrelations.category_id AS category_id, pfaqdata.thema AS thema, pfaqdata.datum AS datum, pfaqvisits.visits AS visits FROM pfaqvisits, pfaqdata LEFT JOIN pfaqcategoryrelations ON pfaqdata.id = pfaqcategoryrelations.record_id AND pfaqdata.lang = pfaqcategoryrelations.record_lang WHERE pfaqdata.lang = 'en' AND pfaqdata.id = pfaqvisits.id AND pfaqdata.lang = pfaqvisits.lang AND pfaqdata.active = 'yes' ORDER BY pfaqdata.datum DESC
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

what do you get when you'll display the 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 »

i can send you screenshot of the browser if you can give me your email address :)
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

yes.

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

Post by yogesh77 »

i just sent you mail with attachment to thorsten@phpmyfaq.de from my gmail account.
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

I got it, thank you.

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

Post by yogesh77 »

find any solution for this?
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

I answered you by e-mail.

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

Post by yogesh77 »

i install phpmyfaq-1.6.12 on local system but still same error.
Post Reply