[eluser]Pert[/eluser]
Sure, but the error message you pasted here does not show file name or line number. The only way this error would be displayed is if quotes around array index are missing - but your configuration file line seems to be correct. That's why I suggested it could be either different file or different line in the code.
If anything I would suggest changing double quotes around file name to single quotes, just better practice and that way PHP will not try to repace substrings in the code ( "$varname gets replaced" ).