Ansku Posted October 17, 2014 Share Posted October 17, 2014 Hiya! When Im at back office clicking "modules" and after that clicking subcategory "modules" I get error message:"[PrestaShop] Fatal error in module smarty_internal_templateparser: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes)" what does this mean? what should I do? Isnt this module section where I might be able to modify mu slider, or is this slider I have on shops frontpage causing the error? Kindest, Ansku Link to comment Share on other sites More sharing options...
PhilCorleone Posted October 17, 2014 Share Posted October 17, 2014 (edited) It is not a bug. It is about the allocation of server's resources especially PHP. Open php.ini, hit CTRL + F and look for this string: // This is how it should look like: ini_set('memory_limit', 'SOME NUMBER IN HERE') //This is what you want to search for: ini_set('memory_limit' change the value of it to: ini_set('memory_limit', '-1'); This would allow presta to consume unlimited space of memory. If you don't want to set it to unlimited then change the -1 to 32MB or 64MB, 128MB etc. Good luck. Edited October 17, 2014 by PhilCorleone (see edit history) Link to comment Share on other sites More sharing options...
Ansku Posted October 21, 2014 Author Share Posted October 21, 2014 Hi! Okies, I will give it a try, but please tell me where I can find this php.ini -file. Not an expert with these.... Ansku Link to comment Share on other sites More sharing options...
tuk66 Posted October 21, 2014 Share Posted October 21, 2014 It is rather question for your server administrator. Can be, that you are at a shared hosting and can't do it yourself. You have set 32M of memory for PHP scripts and need at least 64M. Link to comment Share on other sites More sharing options...
PhilCorleone Posted October 21, 2014 Share Posted October 21, 2014 What is the server's operating system? You own the server? shared hosting? VPS? Link to comment Share on other sites More sharing options...
Ansku Posted October 22, 2014 Author Share Posted October 22, 2014 I have own nameservers and administration over the domain. So I can make changes myself, if I only knew how... Link to comment Share on other sites More sharing options...
Ansku Posted October 22, 2014 Author Share Posted October 22, 2014 ....and it's VPS Ansku Link to comment Share on other sites More sharing options...
Ansku Posted October 22, 2014 Author Share Posted October 22, 2014 All right then, I will go back to my 1.4. version Link to comment Share on other sites More sharing options...
PhilCorleone Posted October 22, 2014 Share Posted October 22, 2014 /usr/bin/php/php.ini And you should jump to 1.6 not roll back to .4 Link to comment Share on other sites More sharing options...
Ansku Posted October 22, 2014 Author Share Posted October 22, 2014 okies, thanks! now when i saw that i know the thing.... and btw, i have 1.6. and will give it one more try..... maybe if i get this solved, i will find the example pick that is on my homepage of the shop. thanks, Ansku Link to comment Share on other sites More sharing options...
Ansku Posted October 23, 2014 Author Share Posted October 23, 2014 I did it. When you lead me the right direction. I changed PHP version to 5.5 and set 512 M for memeory_limit. -1 for unlimited wasnt good to use, as the cpanel told as a hint. Thank you so much! Now it works! Can you help me with this also: http://www.prestashop.com/forums/topic/370293-multistore-webaddress/ Thanks for your help! Kindest, Ansku Link to comment Share on other sites More sharing options...
PhilCorleone Posted October 23, 2014 Share Posted October 23, 2014 I couldn't post a reply in there I don't know what happened to the thread. Anyway, watch this video by our member Nemo(Fabio) to get your multistore thing right: Please watch his entire course as it will help you understand a lot of stuff about Presta instead dealing with problems after others. Link to comment Share on other sites More sharing options...
Ansku Posted October 23, 2014 Author Share Posted October 23, 2014 Hiya! I have the multishop for creating a new shop undercontrol, but this was my question: If I have 1 default store, like: mydomain.com/shop and I make new multistore for example: "testshop" what will its webaddress be? mydomain.com/shop/testshop??? or? is there something else I need to do to the new shop, if I want the address "mydomain.com" to be visible to customers, but they buy products from my reseller, who has the "testshop"...? Or will there be any address? Would it be to manually always make a new folder and ftp a completely new shop in it. It could then ofcourse have the resellers name, but then we would need to do manyally so much work and count royalties etc..... I dont understand this feature because havent been able to try it out... Kindest, Ansku Link to comment Share on other sites More sharing options...
PhilCorleone Posted October 23, 2014 Share Posted October 23, 2014 Haven't you even seen the video? I'm watching the answer to your question in the video exactly at the time i'm writing you this reply !!! Link to comment Share on other sites More sharing options...
Recommended Posts