Re: Deep Integration Issue
A 500 error is just a syntax error or maybe a function that’s not available to you. Is there any logging you can look at to see what the actual logged error message might be? Maybe something else in the bb-config.php has a syntax error. Can you check the syntax of that file with command line PHP on the server: php5 -l bb-config.php
or php -l bb-config.php
maybe? (that’s a lowercase L for “lint”)
There’s no sense posting a modified config file here since checking the actual file is the only thing that matters.