Jump to content

Backoffice - products screen blank ! please help


Recommended Posts

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1290241 bytes) in/var/www/vhosts/timehappylife.com/subdomains/shop.timehappylife/httpdocs/cache/smarty/compile/3d/4f/c5/3d4fc5c055b6059b9a4b771d8d685daf02bfd873.file.layout.tpl.php on line 138

 

This is my error, how can i solve it please ? 

Link to comment
Share on other sites

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1290241 bytes) in/var/www/vhosts/timehappylife.com/subdomains/shop.timehappylife/httpdocs/cache/smarty/compile/3d/4f/c5/3d4fc5c055b6059b9a4b771d8d685daf02bfd873.file.layout.tpl.php on line 138

 

This is my error, how can i solve it please ? 

 

 

try this,

 

using ftp download config/defines.inc.php

 

add the following line of code:

@ini_set('memory_limit', '128M');

just above this line of code

define('_PS_MODE_DEV_', false);

now ftp back up to your shop

 

sometimes you  are limited by your hosting plan and this may not always work...

 

note: to check your memory and other php settings use this free module

http://www.prestasho...fo-back-office/

Link to comment
Share on other sites

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1290241 bytes) in/var/www/vhosts/timehappylife.com/subdomains/shop.timehappylife/httpdocs/cache/smarty/compile/3d/4f/c5/3d4fc5c055b6059b9a4b771d8d685daf02bfd873.file.layout.tpl.php on line 138

 

This is my error, how can i solve it please ? 

 

 

this error means that you exceeded memory limit available on your hosting account.

33554432 bytes is only 32 Mb, prestashop required at least 64mb (see system requirements)

Link to comment
Share on other sites

I Have this but line as described above doesn't seem to be on server 

 

Please help

 

Can anyone tell me why when I only have 4 products listed I am at 134 MB am I doing something wrong


Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /customers/5/f/d/haveitpersonalised.com/httpd.www/classes/db/DbPDO.php on line 1

Edited by Have It Personalised (see edit history)
Link to comment
Share on other sites

they have a max chip set of 128MB 

What I need to know I guess is what fills this file up .. I am building a new e commerce site and have around 400 items to add .. so far I have only added 4 and am at 132MB 

I am new to PHP & MSQL always built using standard HTML websites with frames etc .. 

Like I said need to know what fills these files up so I can address the issue because at this rate I am going to need a whole server to myself

 

Thank you

Link to comment
Share on other sites

one can not know with information provided what the issue is..

 

when you turn on errors, also turn on

 

define('_PS_DEBUG_PROFILING_', true);

 

this will give you  more debug info.

 

there is also good sql debut option as well.

 

let us know

Link to comment
Share on other sites

one can not know with information provided what the issue is..

 

when you turn on errors, also turn on

 

define('_PS_DEBUG_PROFILING_', true);

 

this will give you  more debug info.

 

there is also good sql debut option as well.

 

let us know

Does this not mean anything to anyone other than max file size exceeded ?

Link to comment
Share on other sites

Does this not mean anything to anyone other than max file size exceeded ?

 

if you need help, continue to follow assistance provided, asking if anyone else can solve is worthless. 

 

this I consider just topic bumping and against form rules.  So stay on topic please.

Link to comment
Share on other sites

Sorry I wasn't meaning it the way it was read .. I simply asked if the error code meant anything ?

 

I need to know what fills the file so that I know what is happening .. I have turned on debug as requested and the file size says its only 2,6MB so even more confused now

please post new error messages here..

Link to comment
Share on other sites

×
×
  • Create New...