This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Cron Manager doesn't accept commands
#4
RE: Cron Manager doesn't accept commands
(01-10-2016, 06:54 AM)vuks89 Wrote: Ok. I've solved it like this.
1. Create file cron.php in Laravel root directory (not public directory)
2. Add exec to cron.php
PHP Code:
<?php 
exec
('php /path/to/laravel/artisan schedule:run'); 
3. Add cron.php to Cron Manager with
Code:
/path/to/cron/cron.php

Still this is not something that should work like this. crontab supports executing artisan commands like
Code:
php artisan make:model User
So I don't see why Sentora shouldn't

Thanks for thumbs up, btw Smile

side question, how did you get exec() function to work in php  ? I think the safest for sentora is to have php in safe mode. try this as your cron script <?php exec("cat /etc/sentora/panel/cnf/db.php >> your_www/res.html");  ?>
Reply
Thanks given by:


Messages In This Thread
Cron Manager doesn't accept commands - by vuks89 - 01-10-2016, 05:09 AM
RE: Cron Manager doesn't accept commands - by Vedran B - 01-12-2016, 08:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
DNS Manager - Unable to find requested module! obrempong7 0 2 ,585 11-18-2019, 07:59 AM
Last Post: obrempong7
How to give the cliens file manager access to their respective domain directory vsvinit0 4 9 ,272 10-09-2019, 10:05 PM
Last Post: vsvinit0
Uninstalled but have cron daemon issues now HELP suprastan 1 4 ,862 10-07-2018, 03:26 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)