Error decoding JSON data: Control character error, possibly incorrectly encoded
And in the error log it states the following:
- Code: Select all
PHP Notice: Undefined property: stdClass::$moduleclass_sfx in /mysite.com/templates/gk_technews/lib/framework/helper.api.php on line 138
On line 138 in that file I see:
- Code: Select all
if(stripos($params->moduleclass_sfx, 'gray-bg') !== FALSE) {
Do anyone know why this happens and how to fix it?
I use latest version of Joomla.