I'm using TYPO3 ver. 9.5.19 and currently trying to execute a cron job with the TYPO3 Scheduler after installing the Aimeos Shop Extension.
I'm getting this error for the Setup Check:
CLI script The script to execute the Scheduler from the command line is: "/var/www/vhosts/.../typo3/sysext/core/bin/typo3 scheduler:run". The webserver user is not allowed to execute this script.
How do I allow the Webserver User to execute the script? I tried to run "/var/www/vhosts/.../typo3/sysext/core/bin/typo3 scheduler:run" on my Linux server but nothing happened.
chmod u+x /var/www/vhosts/.../typo3/sysext/core/bin/typo3- Julian Hofmann