Page 2 of 3

Posted: Sat May 26, 2007 2:37 pm
by yogesh77
do you think it could be a memory problem in php configuration?

Posted: Sat May 26, 2007 2:39 pm
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

Posted: Sat May 26, 2007 2:48 pm
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.

Posted: Sat May 26, 2007 3:34 pm
by Thorsten
Hi,

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

bye
Thorsten

Posted: Sat May 26, 2007 3:43 pm
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.

Posted: Sat May 26, 2007 3:45 pm
by Thorsten
Hi,

did you enabled the debug mode and the display_error option on your local machine, too?

bye
Thorsten

Posted: Sat May 26, 2007 3:55 pm
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

Posted: Sat May 26, 2007 3:56 pm
by Thorsten
Hi,

what do you get when you'll display the image?

bye
Thorsten

Posted: Sat May 26, 2007 4:00 pm
by yogesh77
i can send you screenshot of the browser if you can give me your email address :)

Posted: Sat May 26, 2007 4:14 pm
by Thorsten
Hi,

yes.

bye
Thorsten

Posted: Sat May 26, 2007 4:30 pm
by yogesh77
i just sent you mail with attachment to thorsten@phpmyfaq.de from my gmail account.

Posted: Sat May 26, 2007 5:08 pm
by Thorsten
I got it, thank you.

bye
Thorsten

Posted: Sun May 27, 2007 9:53 am
by yogesh77
find any solution for this?

Posted: Sun May 27, 2007 9:54 am
by Thorsten
Hi,

I answered you by e-mail.

bye
Thorsten

Posted: Sun May 27, 2007 11:01 am
by yogesh77
i install phpmyfaq-1.6.12 on local system but still same error.