Support Cron Job Php 8.1

asad_asif10409

New member
Hello,
I just installed Zeslecp for my VPS. I am testing the CP first before purchasing the license.
I just noticed that for my script based on PHP8.1 I cannot use the Cron Manager to schedule a task.
Can you kindly guide me how this can be done?My VPS is Centos 7

Thanks
 

admin

Administrator
Staff member
Hello,
I just installed Zeslecp for my VPS. I am testing the CP first before purchasing the license.
I just noticed that for my script based on PHP8.1 I cannot use the Cron Manager to schedule a task.
Can you kindly guide me how this can be done?My VPS is Centos 7

Thanks

Could you check if /usr/bin/ze-php81 exists. if not create it by following command
ln -s /opt/zesle/ze-php81/root/usr/bin/php /usr/bin/ze-php81
 
Top