Hi guys,
I have a strange issue with one website. The error message is:
Notice: unserialize(): Error at offset 0 of 5 bytes in /home/stagbars/public_html/libraries/gantry/core/renderers/gantrymainbodyrenderer.class.php on line
Yeah, the line number is just empty, but I suppose it is triggered by the following code on line 98:
$position = @unserialize($gantry->get('mainbodyPosition'));
So, I will try to explain everything in details:
1. You can see the error for yourself at
this link
.
2. This is the InsightFX Template but the issue is also reproducable with the default Gantry Template (see the attached screenshot)
3. This is Joomla 3.4.0 and Gantry 4.1.29
4. The issue is ONLY reproducable on MijoShop pages.
5. MijoShop support was contacted few times but they always say the issue is related to the Gantry Framework (if you want I can paste their replies).
6. This Notice is not gone when the "Error_Reproting" is disabled.
So, I suppose there is some conflict between Gantry code and the MojoShop code. Would you please have a look and advice what the root cause can be and how this can be fixed. Thanks!