Hi,
I need to run this cron task:
/www/server/php/73/bin/php /www/wwwroot/staging.dpmk.sk/vendor/drush/drush/drush.php --root=/www/wwwroot/staging.dpmk.sk/web --uri=https://staging.dpmk.sk cron
this should run through php cli.
I am receiving this message in my log:
[preflight] The following restricted PHP modes have non-empty values: {disable_functions}. This configuration is incompatible with drush. {Please check your configuration settings in /www/server/php/73/etc/php.ini or in your drush.ini file; see examples/example.drush.ini for details.}
Is it possible tu run this cron task?