可爱的怪兽 大佬有话说 : 2019-12-9 20:45:38
宝塔面板执行php计划任务报故障(已解决)
本帖最后由 可爱的怪兽 于 2019-12-9 20:52 编辑
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malwa re blocking.
但是已经安装了这个加密插件的。网站运行没问题,有遇到过的吗
ln -sfv /www/server/php/71/bin/php /usr/bin/php
有遇到的可以这样。默认的php 没安装
71换成你的版本
naryun 大佬有话说 : 2019-12-9 20:47:30
那就换面板吧
可爱的怪兽 大佬有话说 : 2019-12-9 20:51:04
ln -sfv /www/server/php/71/bin/pear /usr/bin/pear
ln -sfv /www/server/php/71/bin/pecl /usr/bin/pecl
ln -sfv /www/server/php/71/bin/php /usr/bin/php
ln -sfv /www/server/php/71/bin/phpize /usr/bin/phpize
ln -sfv /www/server/php/71/sbin/php-fpm /usr/bin/php-fpm
————————————————
这样不知道是否可以解决