I am almost ready to go live with Magento, but need some help with a few little errors. Need some help reindexing layered navigation and optimizing for speed.
I am trying to run a script and get the following error below. Also, I am timing out whenever I try to run any processes that take over a minute. My max_execution time in my php.ini file is 300. http://www.posdirect.com/phpinfo.php
I’m trying to fix some indexing issues with Magento. Been trying to get up and running for over five months. This bottleneck is killing me.
Here is the fix I’m trying to run: http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-deux
Running this script in posdirect.com/eee/cm_LCache.php
Get this error:
posdirecatposdirect.com [~/public_html/eee]# time php -q -f cm_LCache.php
Failed loading /usr/local/Zend/lib/ZendExtensionManager_TS.so:
/usr/local/Zend/lib/ZendExtensionManager_TS.so: cannot open shared object
file: No such file or directory
<br />
<b>Fatal error</b>: Uncaught exception ‘Zend_Db_Adapter_Exception’ with
message ‘pdo_mysql extension is not installed’ in
/home1/posdirec/public_html/eee/lib/Varien/Db/Adapter/Pdo/Mysql.php:178
Stack trace:
#0 /home1/posdirec/public_html/eee/lib/Zend/Db/Adapter/Abstract.php(441):
Varien_Db_Adapter_Pdo_Mysql-&gt;_connect()
#1
/home1/posdirec/public_html/eee/lib/Zend/Db/Adapter/Pdo/Abstract.php(230):
Zend_Db_Adapter_Abstract-&gt;query(‘SET NAMES utf8′, Array)
#2
/home1/posdirec/public_html/eee/lib/Varien/Db/Adapter/Pdo/Mysql.php(259):
Zend_Db_Adapter_Pdo_Abstract-&gt;query(‘SET NAMES utf8′, Array)
#3
/home1/posdirec/public_html/eee/app/code/core/Mage/Core/Model/Resource/Type
/Db/Pdo/Mysql.php(45):
Varien_Db_Adapter_Pdo_Mysql-&gt;query(‘SET NAMES utf8′)
#4
/home1/posdirec/public_html/eee/app/code/core/Mage/Core/Model/Resource.php(
85):
Mage_Core_Model_Resource_Type_Db_Pdo_Mysql-&gt;getConnection(Object(Mage_Co
re_Model_Config_Element))
#5
/home1/posdirec/public_html/eee/app/code/core/Mage/Core/Model/Resource/Setu
p.php(62):
Mage_Core_Model_Resource-&gt; in
<b>/home1/posdirec/public_html/eee/lib/Varien/Db/Adapter/Pdo/Mysql.php</b>
on line <b>178</b><br />
real 0m1.738s
user 0m0.414s
sys 0m0.028s