PDA

View Full Version : Fatal error: Unsupported operand types in adminfunctions_options.php on line 693


ghisirds
02-04-2010, 08:54 AM
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:
case 'number':
//$value += 0;
$value = $value + 0;
break;

Does anyone of you know how to solve the problem?
Thank you

Marco van Herwaarden
02-04-2010, 09:12 AM
Please post the code you are trying to use in the option.

ghisirds
02-04-2010, 09:20 AM
Where can I find an excuse?

--------------- Added 1265286111 at 1265286111 ---------------

The option is:

Attachments per message
Maximum number of attachments per message. Set to '0 'for no limit.