Issue
I tried below step to run scheduled task on plesk windows server, but no luck
- Selected Run as command
- In Command text box added
C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP7.4\php.exe
- In with argument text box
C:\inetpub\vhosts\mydomain\httpdocs\artisan schedule:run >> /dev/null 2>&1
Solution
I have resolved this issue by selecting "Run a PHP script" instead of "Run a command" task type and added artisan path in Script path field and schedule:run
in argument field.
Answered By - sunilwananje Answer Checked By - Mary Flores (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.