usengines Posted March 29, 2013 Share Posted March 29, 2013 We were attempting to configure the ups module in 1.5.4. and keep getting this error: [PrestaShop] Fatal error in module DbPDO: Out of memory (allocated 240910336) (tried to allocate 82 bytes) We have some 10 prestashops mostly with the previous version some of which are running without this error on the same server and others on different servers. THis has stopped all orders due to the in ability for the customer to check out. The UPS module version is | Version : 1.2.4 Category : Shipping and Logistics Overall we have had much more problems with the 1.5 versions than 1.4.9 and 10 some of which we went back to as CSV imports all ended up in the Home directory in 1.5 and with out the pictures. Link to comment Share on other sites More sharing options...
usengines Posted March 29, 2013 Author Share Posted March 29, 2013 Same thing happens when trying to configure FedEx Connect but only in 1.5.4. [PrestaShop] Fatal error in module DbPDO: Out of memory (allocated 240910336) (tried to allocate 128 bytes) Link to comment Share on other sites More sharing options...
El Patron Posted March 29, 2013 Share Posted March 29, 2013 try increasing you memory via php.ini to 256 mb...if that doesn't work...increase it again... some folks change their ps script like this: ini_set('memory_limit','256M'); but as I have access to my php.ini I'm not sure where they put it, probably top of settings.inc.php, you can search (use google) the ps forum for where they put the ini_set Link to comment Share on other sites More sharing options...
usengines Posted March 30, 2013 Author Share Posted March 30, 2013 (edited) Changing the memory settings in php.ini made no difference. We have multiple shops mostly 1.541 and some configure correctly others go to a blank page when you even try to configure UPS or FedEx connect modules. They are all at the same hosting company. Edited May 18, 2013 by usengines (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts