Jump to content

Fatal Error in UPS module in ver. 1.5.4


Recommended Posts

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

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

×
×
  • Create New...