mardi 9 février 2021

No input file specified in laravel Spatie

I'm trying to save laravel database backup, my cron command is:

cd /home/user/foldername/ && php artisan schedule:run >> /home/user/cron.out

Kernel:

 $schedule->command('backup:clean')->daily()->everyMinute();
 $schedule->command('backup:run')->daily()->everyMinute(); 

when cron is run i get

No input file specified. Status: 404 Not Found X-Powered-By: PHP/7.3.26 Content-type: text/html; charset=UTF-8

in the cron.out file, I have saved public folder content in public_html folder rest of the files are in root.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3cVlFXf
via IFTTT

Aucun commentaire:

Enregistrer un commentaire