registrobr / whmcs-registrobr-epp

WHMCS Registrar Module for interfacing to Registro.br EPP
GNU General Public License v3.0
41 stars 21 forks source link

cron jobs not loading due to ioncube loader issue #55

Closed rubenskuhl closed 1 year ago

rubenskuhl commented 9 years ago

"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.

rubenskuhl commented 9 years ago

php.ini now added to install.sh ; awaiting further test to confirm fix.

ionCube requirement will be added to documentation

rubenskuhl commented 9 years ago

Confirmed fix, documentation needs updating

rubenskuhl commented 7 years ago

New version won't directly change crontab.

rubenskuhl commented 1 year ago

Cron strategy still needs definition, but this is unrelated to this issue.