Closed rubenskuhl closed 1 year ago
php.ini now added to install.sh ; awaiting further test to confirm fix.
ionCube requirement will be added to documentation
Confirmed fix, documentation needs updating
New version won't directly change crontab.
Cron strategy still needs definition, but this is unrelated to this issue.
"Site error: the file /home/whmcs/crons/domainsync.php requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with instal"
Issue is lack of php.ini on cron call, like in 20 /4 * * \ /usr/bin/php -c /etc/php5/cli/php.ini -q /home/whmcs/crons/domainsync.php
56 * * * * /usr/bin/php -c /etc/php5/cli/php.ini -q /home/whmcs/crons/registrobrpoll.php
php.ini also might need tuning.
Possible fix would include a simple .php with phpinfo() in order to locate php.ini, and also verify whether should php.ini is providing WHMCS requirements like ionCube.