Well, first ... why do you want to change the ini setting? Obviously the vB codesbase has it there for a reason.
The error is what it says; in line 6988 of functions.php (probably the function "is_server") a variable which is being interpreted as a string is being indexed by the string "name". Probably this shouldn't be happening, but it's possible that your machine's hostname is something they hadn't accounted for. If you have PHP skills and a test installation, you might consider looking at improving the function is_server(), but it's probably not worth your time. Just leave the ini settings alone and live with it? Is there something that's not working in your installation (besides a PHP warning?)
My $.02,
KK
|