Hi everybody,
That I want to do is starting a scriptcase application (i.e. blank application) from linux cron.
I have configured already linux and, when calling a pure php module it’s working fine.
This pure php module just write a record into log table.
I.e. when calling from cron -every half an hour - I execute /var/www/clients/btcomercial/web/cron/index.php or /var/www/clients/btcomercial/web/cron/cron.php
being these pure php and it records a log into the database.
Now, I generate a sc blank application just with log recording active.
If I run this blank application in the explorer, a new record is inserted in log table.
However, If I replace my pure php module with the sc application it seems it doesn’t work as it do no record anything in the log table.
Anyone has experience with sc and cron?
Any help will be appreciated.
Regards
Jos? Miguel