Individuum92
New Pleskian
- Server operating system version
- Ubuntu 20.04.5 LTS
- Plesk version and microupdate number
- Plesk Obsidian 18.0.46
I need to schedule a php script with the task manager.
Following configuration:
Script path: /httpdocs/<path-to-vHost/script.php - without arguments.
When I execute the job I get an
I already checked the permissions and give 775. No effect.
Crontab Shell: /bin/bash (but I think it doesn't matter because of I need to schedule a .php, not a shell script ...)
I've googled but can't find a working solution for my case. Any idea?
Following configuration:
Script path: /httpdocs/<path-to-vHost/script.php - without arguments.
When I execute the job I get an
Code:
Could not open input file: /httpdocs/<path-to-vHost/script.php
Crontab Shell: /bin/bash (but I think it doesn't matter because of I need to schedule a .php, not a shell script ...)
I've googled but can't find a working solution for my case. Any idea?