View Single Post
Old 04-14-2004, 01:40 AM   #3
mirdin
Green Mole
 
Join Date: Apr 2004
Posts: 14
Quote:
Originally posted by Charter
Hi. Seems PHP thinks the vhost is still in safe mode. Not sure about that, but there is a cron job tutorial here. Reindex depends on define('LIMIT_DAYS',7); in the config file or a meta revisit-after tag.

Thank you for your reply.

hmm...I stlll can't get rid off the "Cannot set time limit in safe mode " error when I use the php command
The vhost is not in safe_mode (I double checked with phpinfo(); )

Is there a problem with using the following cronjob? It seems to work so far and solves the safe_mode problem

/usr/bin/wget --delete-after http://admin:pwd@domain.com/phpdig/a...url=http://url

Last edited by mirdin; 04-14-2004 at 02:31 AM.
mirdin is offline   Reply With Quote