Seite 1 von 1

Cronjobs

Verfasst: Di 30. Mär 2004, 22:34
von m20
Hallo zusammen,

ich würde gerne die Cronjobs von Contenido nutzen.
Nun steht der Monatswechsel vor der Tür und ich frage mich ob Contenido beispielsweise automatisch das (Cron-) Script startet, welches die Statistik ins Archiv verschiebt.

Danke für Eure Hilfe!!! :o

Verfasst: Mi 31. Mär 2004, 07:42
von timo
ja. Daß cronjobs über den Pseudo-Cron nicht ausgeführt würden, wäre mir neu - aber die Statistikscripts haben mal Bugs gehabt. Mit der 4.4.4 sollten diese aber behoben sein.

Verfasst: Mi 31. Mär 2004, 16:42
von m20
dann lass ich mich mal überaschen. :D

Verfasst: Do 29. Apr 2004, 15:41
von alessandro
Hi all,
I tried to use pseudocron to call a php file under another directory than <docroot>/contenido/cronjobs.

My php file is under <docroot>/phpMySearch/spider.php

The problem is that if I call the path in the crontab.txt nothing happend...

So I tried to call a URL like that:
0 5 * * * http://myserver.domain.ch/phpMySearch/spider.php

The php file is called but in every web site pages I receive the output of the spider.php file on the top of the page.

Do somebody have an idea of the way to solve this problem?

Thanks.

Alessandro