Hi,
if you have the Hestia CP you need to do the following steps:
Switch your account to PHP 8
Disable open basedir restriction
I dont know what but something is broken in V4 with the openbase dir restriction. Disable it.
Modify the cron
The cron command should looks like (replace user and domain 😉)
sudo -u <hestia cp user> php8.0 /home/<user>/web/<domain>/public_html/app/bin/legacy -C cron
If i know more i will update these post.
Thanks
if you have the Hestia CP you need to do the following steps:
Switch your account to PHP 8
Disable open basedir restriction
I dont know what but something is broken in V4 with the openbase dir restriction. Disable it.
Modify the cron
The cron command should looks like (replace user and domain 😉)
sudo -u <hestia cp user> php8.0 /home/<user>/web/<domain>/public_html/app/bin/legacy -C cron
If i know more i will update these post.
Thanks