Hi all,
when I modifiy a control panel option, when I save, I have this error:
Fatal error: Unsupported operand types in ?/includes/adminfunctions_options.php on line 693
and often it doesn't save the modifications.
I opened the file adminfunctions_options.php and, at line 693, I have this code that I report here: $value = $value + 0;
grouped in here:
Code:
case 'number':
//$value += 0;
$value = $value + 0;
break;
Does anyone of you know how to solve the problem?
Thank you