Quote:
Originally Posted by minik
Whenever I make a change in vBulletin Options. I receive an error message like this Fatal error: Unsupported operand types in /home/birforum/public_html/includes/adminfunctions_options.php on line 684.
When i get back in to the vbulletin options part, I see that the changes I have made are saved but not applied to the forum. Shortly, I cannot change any adjusting in vbulletin options part. For instance, when i make a change in Forum Name, Meta Keywords, Meta Description, Quick Reply
parts, i receive this erorr again,
Fatal error: Unsupported operand types in /home/birforum/public_html/includes/adminfunctions_options.php on line 684 and the change is not applied.
Is there anyone who can help me?
version:3.7.3 PL1
ps: the error has existed since I updated to the version 3.7.x
|
It looks like it means that one or more of your entered vbulletin options is not a of datatype
Numeric when it should be, it is also possible that it a hack that adds options to vbulletin options that has a default value of an incorrect datatype.
I suggest that any option whose datatype is set to
Numeric is checked to make sure that the entered number is in fact a number and not letters etc,.