Hi. So i have just recently changed from cyberpanel to aapanel, transition went smooth but now im facing a problem with cron job.
My website requires a every minute cron. I did that n the panel but when i check crontab -e that cron doesnt show. The log in the panel say it was done successfully but nothing happens as i see in my website the stats were not updated.
I am using OLS with php 7.4. So i am probably doing something wrong.
The scrip gave me an example of what to put:
general example: * * * * * /usr/bin/php /www/wwwroot/mywebiste.com/artisan schedule:run >> /dev/null 2>&1
Specific php version example: * * * * * /usr/local/bin/ea-php74 /www/wwwroot/mywebiste.com/artisan schedule:run >> /dev/null 2>&1
/www/server/php/74/include/php /www/wwwroot/client.gigaoutsourcing.com/application/artisan schedule:run >> /dev/null 2>&1
/www/server/php/74/php/php /www/wwwroot/client.gigaoutsourcing.com/application/artisan schedule:run >> /dev/null 2>&1
/www/server/php/74/php /www/wwwroot/mywebsite.com/application/artisan schedule:run >> /dev/null 2>&1
/www/server/php/74/lib/php /www/wwwroot/mywebsite.com/application/artisan schedule:run >> /dev/null 2>&1
/www/server/php/74/bin/php /www/wwwroot/mywebsite.com/application/artisan schedule:run >> /dev/null 2>&1
/usr/local/lsws/lsphp74/bin/php /www/wwwroot/mywebsite.com/application/artisan schedule:run >> /dev/null 2>&1
i have adjusted the php path to what php.info tells me but not working...