Jump to content

Recommended Posts

HI Guys;

 

Just update PS to 1.5.6. 

 

Got 2 problems.

 

First one, it's about memory, it's seem that I have to have 64MB allow by my server via my hosting . Well, They allow 40MB and I have to increase the hosting to another plan and that cost 3 times more than the original . Oops.

 

I tried to force it via create a php.ini , check PHP info it at www.sabaartplay.ie/info.php

with 

<?php

memory_limit = 64M;

max_execution_time = 120;

max_input_time = 180;

post_max_size = 32M;

upload_max_filesize = 32;

max_input_vars = 10000;

suhosin.get.max_vars = 10000;

suhosin.post.max_vars = 10000;

magic_quotes_gpc = Off ;

magic_quotes_runtime = Off ;

magic_quotes_sybase = Off;

extension=pdo.so;

extension=pdo_mysql.so;

extension extension=mcrypt.so;

zlib.output_compression = On ;

zlib.output_compression_level = 6;

register_globals = Off;

allow_url_fopen = On ;

file_uploads = On;

?>

 

It' does not work to I miss it something ?

 

Problem 2 : Memory issue again for module smarty . Which memory is this ? 

[PrestaShop] Fatal error in module smarty_internal_templateparser:
Allowed memory size of 33554432 bytes exhausted (tried to allocate 16384 bytes)

 

 

Any help is welcome . If not I will go to wordpress and installs shopper press which is amazing simple  and powerful and request less ressources.

Link to comment
Share on other sites

×
×
  • Create New...