Laravel 5.2: The Process class relies on proc_open, which is not available on your PHP installation

前端 未结 6 2105
慢半拍i
慢半拍i 2020-12-03 11:52

I use cron job to do some CRUD operation using laravel Task Scheduling. On localhost and on my Share-Hosting server it worked fine for months until recently I keep getting t

6条回答
  •  再見小時候
    2020-12-03 12:25

    You can use this on your on risk:

    /usr/local/bin/php -d "disable_functions=" /home/didappir/public_html/api/artisan schedule:run > /dev/null 2>&1 
    

提交回复
热议问题