Jump to content

Bug in Module?


Ansku

Recommended Posts

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

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 by PhilCorleone (see edit history)
Link to comment
Share on other sites

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

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

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

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

×
×
  • Create New...