我们最近刚刚将我们的服务器升级到 php 5.5,现在我们的 wefact 停止工作,它给了我们这个错误代码:
网站错误:
the file /home/supreme/domains/wefact.supremehosting.nl/public_html/bestellen/application /wefact_functions.php requires the ionCube PHP Loader ioncube_loader_lin_5.5.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.
因此,据我所知,这个错误意味着什么,我们需要升级我们的 ioncube,但我们不知道如何升级。
如果我们在服务器上使用 php -v 命令,我们会得到:
[root@s01 ~]# php -v
Failed loading /usr/local/ioncube/ioncube_loader_lin_5.3.so: /usr/local/ioncube/ioncube_loader_lin_5.3.so: undefined symbol: execute
Failed loading /usr/local/lib/ioncube_loader_lin_5.3.so: /usr/local/lib/ioncube_loader_lin_5.3.so: cannot open shared object file: No such file or directory
PHP 5.5.30 (cli) (built: Nov 18 2015 11:02:07)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
[root@s01 ~]#
在我忘记告诉你们之前,我们正在使用直接管理员,有些人告诉我们有直接管理员的自定义离子构建。