Sentora Support Forums

Full Version: strange Cron job issues.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok my cron job work without any issues if the path of the script is:


Code:
/domain_com/scpo.php


but if I use this new script Mautic and I paste this


Code:
/domain_com/app/console mautic:segments:update


I get Error: Your script does not appear to exist at that location.

any idea?

Thanks
it's about the arguments. As the cron job will look for a script named:

"console mauticConfusedegments:update" wich will fail.

M B
Need to do it this way using a custom file that will run the cron file:
http://forums.sentora.org/showthread.php...72#pid6072