Jump to content

Error bloctopmenu - Memory -Fatal error: Allowed memory size


Recommended Posts

Hello

 

J'ai un soucis avec le bloc top menu

 

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 3586064 bytes) in /homez.314/xxxxxxxxxxx/www/modules/blocktopmenu/blocktopmenu.php on line 650
[PrestaShop] Fatal error in module blocktopmenu:
Allowed memory size of 536870912 bytes exhausted (tried to allocate 3586064 bytes)

 

C'est la fonction:

 

private function getCategoryOption

 

Et la ligne 650 :

 

$this->_html .= '<option value="CAT'.(int)$category->id.'">'.(isset($spacer) ? $spacer : '').$category->name.' ('.$shop->name.')</option>';

 

Donc que se passe t'il ?

 

Merci

 

Link to comment
Share on other sites

×
×
  • Create New...