Joomla 2.5.19
Hikashop Business 2.3.0
I am getting the following message:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 393216 bytes) in \html\com_hikashop\product\show_default.php on line 362
I have looked through the forums and did change several things. I changed the php.ini to 256M. I removed hikashop and reinstalled it (removed dbase, cache, etc.).
This only happens on the product page. I first had 3 pictures on it, which neither where over 250kb. So the page its trying to load even without the pictures hardly have anything on it.. not even text. So for an almost empty page it needs more then 256M.
I just did a check with firebug and looks like its looping. This is part of it. It actually kept going.
<html>
<head></head>
<body>
<div id="hikashop_product_New_dark_Template_page" class="hikashop_product_page">
<div class="clear_both"></div>
<form enctype="multipart/form-data" name="hikashop_product_form" method="post" action="/en/designs/product/updatecart">
<div id="hikashop_product_New_dark_Template_page" class="hikashop_product_page">
<div class="clear_both"></div>
<div id="hikashop_product_New_dark_Template_page" class="hikashop_product_page">
<div class="clear_both"></div>
<div id="hikashop_product_New_dark_Template_page" class="hikashop_product_page">
<div class="clear_both"></div>
<div id="hikashop_product_New_dark_Template_page" class="hikashop_product_page">
<div class="clear_both"></div>
<div id="hikashop_product_New_dark_Template_page" class="hikashop_product_page">
<div class="clear_both"></div>
<div id="hikashop_product_New_dark_Template_page" class="hikashop_product_page">
<div class="clear_both"></div>
<div id="hikashop_product_New_dark_Template_page" class="hikashop_product_page">
</div>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
</body>
</html>
Update:
It has something to do with the show page i think. I went to configuration - display - Default parameters for products
and changed "Layout on product page" to tabular and it will show the page.