Magento 输出ioncube加载程序加载失败的Cron作业错误

Magento 输出ioncube加载程序加载失败的Cron作业错误,magento,pdo,cron,Magento,Pdo,Cron,我最近从PHP4改为PHP5。我让我的服务器人员查看,ioncube loader安装正确。我不知道这是什么,也不知道该怎么做。我有magento 1.9,所以我每分钟都会设置cron作业来输出销售电子邮件(就像我在其他地方读到的一样) 谢谢你的帮助 Failed loading /usr/local/IonCube/ioncube_loader_lin_5.4.so: /usr/local/IonCube/ioncube_loader_lin_5.4.so: undefined symbol:

我最近从PHP4改为PHP5。我让我的服务器人员查看,ioncube loader安装正确。我不知道这是什么,也不知道该怎么做。我有magento 1.9,所以我每分钟都会设置cron作业来输出销售电子邮件(就像我在其他地方读到的一样)

谢谢你的帮助

Failed loading /usr/local/IonCube/ioncube_loader_lin_5.4.so: /usr/local/IonCube/ioncube_loader_lin_5.4.so: undefined symbol: execute
Zend Guard Loader requires Zend Engine API version 220100525.
The Zend Engine API version 220121212 which is installed, is newer.
Contact Zend Technologies at http://www.zend.com/ for a later version of Zend Guard Loader.

X-Powered-By: PHP/5.5.21
Content-type: text/html


<b>Fatal error</b>: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The PDO extension is required for this adapter but the extension is not loaded' in /home/xxx/public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php:342
Stack trace:
#0 /home/xxx/public_html/lib/Zend/Db/Adapter/Abstract.php(248): Zend_Db_Adapter_Pdo_Abstract-&gt;setFetchMode(2)
#1 /home/xxx/public_html/app/code/core/Mage/Core/Model/Resource.php(175): Zend_Db_Adapter_Abstract-&gt;__construct(Array)
#2 /home/xxx/public_html/app/code/core/Mage/Core/Model/Resource.php(110): Mage_Core_Model_Resource-&gt;_newConnection('pdo_mysql', Object(Mage_Core_Model_Config_Element))
#3 /home/xxx/public_html/app/code/core/Mage/Core/Model/Resource/Db/Abstract.php(320): Mage_Core_Model_Resource-&gt;getConnection('core_write')
#4 /home/xxxy/public_html/app/code/core/Mage/Core/Model/Resource/Db/Abstract.php(350): Mage_Core_Model_Resource_Db_Abstract-&gt;_getConnection('write')
#5 /home/xxx/public_html/app/code/core/Mage/Core/ in <b>/home/xxx/public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php</b> on line <b>342</b><br />
加载失败/usr/local/IonCube/IonCube\u loader\u lin\u 5.4.so:/usr/local/IonCube/IonCube\u loader\u lin\u 5.4.so:未定义符号:执行
Zend Guard Loader需要Zend Engine API版本220100525。
安装的Zend Engine API版本220121212较新。
联系Zend Technologies,网址为http://www.zend.com/ 对于更高版本的Zend Guard Loader。
X-Powered-By:PHP/5.5.21
内容类型:text/html
致命错误:未捕获异常“Zend_Db_Adapter_exception”,在/home/xxx/public_html/lib/Zend/Db/Adapter/PDO/Abstract.php:342中显示消息“此适配器需要PDO扩展,但未加载扩展”
堆栈跟踪:
#0/home/xxx/public_html/lib/Zend/Db/Adapter/Abstract.php(248):Zend_Db_Adapter_Pdo_Abstract-setFetchMode(2)
#1/home/xxx/public_html/app/code/core/Mage/core/Model/Resource.php(175):Zend_Db_Adapter_Abstract-_构造(数组)
#2/home/xxx/public_html/app/code/core/Mage/core/Model/Resource.php(110):Mage_core_Model_Resource-_newConnection('pdo_mysql',Object(Mage_core_Model_Config_元素))
#3/home/xxx/public_html/app/code/core/Mage/core/Model/Resource/Db/Abstract.php(320):Mage_core_Model_Resource-getConnection(“core_write”)
#4/home/xxxy/public_html/app/code/core/Mage/core/Model/Resource/Db/Abstract.php(350):Mage_core_Model_Resource_Db_Abstract-_getConnection('write'))
#第342行的5/home/xxx/public_html/app/code/core/Mage/core/in/home/xxx/public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php

您安装了适用于PHP5.4的ionCube加载程序(如文件名所示),但您安装了PHP5.5(
X-Powered-by:PHP/5.5.21

您可以从下载相应的ionCube加载程序,或使用此处(,)提供的加载程序向导来帮助安装;在任何情况下,您都必须从
php.ini
中删除
zend_扩展=
行,并重新启动php/Apache进程以删除过时的加载程序扩展