Max_69
Member
Hi, in the admin pannel i have this:
ErrorException: unserialize() [<a href='function.unserialize'>function.unserialize</a>]: Error at offset 0 of 1 bytes - library/XenForo/Model/StyleProperty.php:1554
in the line StyleProperty.php:1554 this:
Any idea?
Thanks
ErrorException: unserialize() [<a href='function.unserialize'>function.unserialize</a>]: Error at offset 0 of 1 bytes - library/XenForo/Model/StyleProperty.php:1554
in the line StyleProperty.php:1554 this:
Code:
$property['propertyValueCss'] = unserialize($property['property_value']);
Thanks