UdmSearch: Webboard: Maximum execution time of 30 seconds exceeded

2001-02-14 Thread Elizabeth

Author: Elizabeth
Email: 
Message:
When search.php is running, this is a frecuently error:

Fatal error: Maximum execution time of 30 seconds exceeded in 
/home/httpd/html/search/ispell.inc on line 135

Can you help me?


E. Wilson.


Reply: http://search.mnogo.ru/board/message.php?id=1399

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: Maximum execution time of 30 seconds exceeded

2001-02-14 Thread Rich Wall

Author: Rich Wall
Email: [EMAIL PROTECTED]
Message:
 Fatal error: Maximum execution time of 30 seconds exceeded in 
/home/httpd/html/search/ispell.inc on line 135

There is a setting in 'php.ini' which specifies how long the script can run before it 
dies. (see below)

;;;
; Resource Limits ;
;;;

max_execution_time = 30 ; Maximum execution time of each script, in seconds


Just set this to something higher. Mind you, if it's running that long, it sounds like 
you may have a problem with your database or something.
Also bear in mind that the max execution time is a security feature designed to stop a 
malicious script from hogging server resources.
Finally, if you don't have access to 'php.ini' then you may be able to put this...
'php_value max_execution_time 60'
in an .htaccess file in the root folder of the php script.

Rich Wall.

Reply: http://search.mnogo.ru/board/message.php?id=1402

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]




UdmSearch: Webboard: Maximum execution time of 30 seconds exceeded

2001-02-14 Thread Elizabeth

Author: Elizabeth
Email: 
Message:
Thanks Rich.

I do not know if my mysql has a problem. If I use mnogo without Affix and Spell and 
there are no problem, but time for look for is 1 second / 1 minute (there are 25 
urls into de DB) (Is this usual?). I want to make more quick this program, I 
thinked that Affix and Spell was the solition.

Thanks again.

E Wilson.


Reply: http://search.mnogo.ru/board/message.php?id=1403

__
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]