PDA

View Full Version : Spiderign with safe_mode On


Sustia
02-17-2004, 07:58 AM
Hi, I have read the documentation and see that PHPDig doesn't work with safe_mode ON, but i read this thread (http://www.phpdig.net/showthread.php?s=&threadid=221&highlight=No+TEMPs+No+Safe+Mode) where i read that it can works with safe_mode ON too.

I try to spider my site and it give me this error:





<b>Warning</b>: set_time_limit(): Cannot set time limit in safe mode in <b>/***/noria/sito/motore/admin/spider.php</b> on line <b>16</b><br />



There is a solution?

Thank you.

Charter
02-17-2004, 11:14 AM
Hi. The set_time_limit does not work with safe_mode on. That thread did get partial functionality, but for PhpDig to fully function, safe_mode should be off. One thing you can try is to comment out code that throws errors.

Sustia
02-18-2004, 02:53 AM
Originally posted by Charter
Hi. The set_time_limit does not work with safe_mode on. That thread did get partial functionality, but for PhpDig to fully function, safe_mode should be off. One thing you can try is to comment out code that throws errors.
I will try this solution, but I read different errors in spidering.

Thank you.