Sentora Support Forums

Full Version: Cron Manager
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I'm trying create a cron tab at the Sentora cron manager. But it's return this message:
Error: Your script does not appear to exist at that location.
In the script, I'm using this path:
Code:
/var/sentora/hostdata/zadmin/public_html/mydomain/hesk/inc/mail/hesk_pop3.php
And with a ls at the terminal to this folder:
Code:
# ls /var/sentora/hostdata/zadmin/public_html/mydomain/hesk/inc/mail/ email_parser.php  hesk_pipe.php  hesk_pop3.php  index.htm  mime_parser.php  pop3.php  rfc822_addresses.php  sasl  smtp.php
The script exists, according the ls command.
It's a bug? Or I'm doing something wrong?
Thanks,
I think you have to use the path after public_html/
in this case:
Code:
mydomain/hesk/inc/mail/hesk_pop3.php
@[karlis], worked for me!
Thanks!