简体   繁体   English

升级到PHP 5.5后的问题

[英]Problems after upgrading to php 5.5

We just recently upgraded our server to php 5.5 now our wefact stopped working and it gives us this error code: 我们最近才将服务器升级到php 5.5,现在我们的wefact停止工作了,它给了我们这个错误代码:

Site error: 网站错误:

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.

So as far as im knowing what this error means, we need to upgrade our ioncube, but we have no clue how. 因此,就我所知这个错误的含义而言,我们需要升级我们的ioncube,但是我们不知道如何升级。

if we use the php -v command on the server we get this: 如果我们在服务器上使用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 ~]# 

And before i forget to tell you guys, we are using direct admin, and some guys told us there are custom ion builds for direct admin. 在我忘了告诉大家之前,我们使用的是直接管理,有些人告诉我们,有针对直接管理的自定义版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM