ladivito Posted October 2, 2012 Share Posted October 2, 2012 Hi, i had raised the issue of PDO MySQL to my hosting company, they reply said the pdo mysql are turn on but the prestashop installation could not detect it. and while running the prestashop the error logs keep showing the extension are not loaded and the logs file size keep getting larger. if anyone have the same problem i would like to hear from you how to solve it. thanks Link to comment Share on other sites More sharing options...
phrasespot Posted October 2, 2012 Share Posted October 2, 2012 (edited) Create a php file and upload your server <?php if(extension_loaded('PDO'))echo 'OK'; else echo 'NOK'; Call the file, what does it say? Edited October 2, 2012 by phrasespot (see edit history) Link to comment Share on other sites More sharing options...
ladivito Posted October 2, 2012 Author Share Posted October 2, 2012 Hi, Thanks for reply. the result is "NOK" i try to call this php and the result show the pdo is loaded. http://maricuti.com.my/phpinfo.php Link to comment Share on other sites More sharing options...
phrasespot Posted October 2, 2012 Share Posted October 2, 2012 (edited) It means you don't have it loaded. Having them in configure section does not mean much if they are not loaded. You should have a section similar to capture below in PHP output. Contact your host. Edited October 2, 2012 by phrasespot (see edit history) Link to comment Share on other sites More sharing options...
ladivito Posted October 2, 2012 Author Share Posted October 2, 2012 (edited) if the pdo_mysql is not loaded , will it bring anything wrong to prestashop ? waiting for their reply... Edited October 2, 2012 by ladivito (see edit history) Link to comment Share on other sites More sharing options...
phrasespot Posted October 2, 2012 Share Posted October 2, 2012 No, if the pdo_mysql is not available fallbacks to mysqli and if it is not available fallbacks to mysql. Obviously having pdo_mysql has its advantages so it is the initial attempt. Link to comment Share on other sites More sharing options...
ladivito Posted October 3, 2012 Author Share Posted October 3, 2012 problem solved. because of the php.ini setting. thanks phrasespot ! Link to comment Share on other sites More sharing options...
evripidis Posted July 28, 2013 Share Posted July 28, 2013 can you tell your settings?It will help many new prestashop people Link to comment Share on other sites More sharing options...
vekia Posted July 29, 2013 Share Posted July 29, 2013 can you tell your settings?It will help many new prestashop people hello it was related to the php.ini configuration where you have to include extension mentioned in this thread Link to comment Share on other sites More sharing options...
Recommended Posts