Search found 22 matches

by yogesh77
Tue May 29, 2007 3:19 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

PHP Version 4.4.2
by yogesh77
Sun May 27, 2007 4:09 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

i increased the limit to 100MB but no result.
by yogesh77
Sun May 27, 2007 4:08 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

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 ...
by yogesh77
Sun May 27, 2007 3:36 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

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.
by yogesh77
Sun May 27, 2007 2:40 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

same problem, i cannt see any error.
I am going to configure Apache/php/phpmyfaq on new server.
by yogesh77
Sun May 27, 2007 11:01 am
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

i install phpmyfaq-1.6.12 on local system but still same error.
by yogesh77
Sun May 27, 2007 9:53 am
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

find any solution for this?
by yogesh77
Sat May 26, 2007 4:30 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

i just sent you mail with attachment to thorsten@phpmyfaq.de from my gmail account.
by yogesh77
Sat May 26, 2007 4:00 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

i can send you screenshot of the browser if you can give me your email address :)
by yogesh77
Sat May 26, 2007 3:55 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

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 ...
by yogesh77
Sat May 26, 2007 3:43 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

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

"http://192.168.0.105/kb/index.php?action=writecomment&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 ...
by yogesh77
Sat May 26, 2007 2:48 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

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?action=writecomment&gen=img

i got page with message
"http://192 ...
by yogesh77
Sat May 26, 2007 2:37 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

do you think it could be a memory problem in php configuration?
by yogesh77
Sat May 26, 2007 2:11 pm
Forum: Webserver and configuration
Topic: Catpcha not working on my FAQ page
Replies: 39
Views: 65453

Yes,
line ini_set('display_errors', 1); added after debug mode line.

Now it looks like

define('DEBUG', true);
ini_set('display_errors', 1);
if (DEBUG) {
error_reporting(E_ALL);
if (defined('E_STRICT')) {
error_reporting(E_ALL & ~E_STRICT);
}
}