Quote:
Originally Posted by Vacman
OK - Running the Install script now and I am getting:
Critical dependencies
pdo PHP extension: disabled Required: enabled
pdo_mysql PHP extension: disabled Required: enabled
The strange thing is that in my Web Host Manager (WMH) I have these enabled... as defined under PHP Core Extensions
pdo.so, pdo_sqlite.so, sqlite.so, pdo_mysql.so, ixed.5.3.lin
|
Check to make sure you do not have a custom php.ini file in your site. If you do, this will remove the PDO settings. You can use the following knowledgebase article that we wrote to get around this issue:
http://billing.handsonwebhosting.com/knowledgebase.php?action=displayarticle&id=306
The section in GREEN is what you're looking for. Granted this deals with a memory allocation issue (which is why most people make custom php.ini files), but you have to add in the part for Zend in order to work 100%. Zend Optimizer can probably be left off since it does not work on a PHP 5.3 system at this time.