Hello, and thank you so much for creating / maintaining this extension.
Loading the extension breaks my whole wiki, with only an error 500 being returned. I have ExtJSBase installed, I ran update.php and composer update, but it didn't help.
My folder was also missing the BlueSpiceFoundation.php file, I tried to copy it from version 1.31 as suggested in the post below, but it still didn't work. I tried loading the master, 1.35 and 1.31 versions separately, all of them broke the wiki the same way. I tried loading them both with the recommended command (require_once ...BlueSpiceFoundation.php") and through direct wfLoadExtension.
Adding
$wgShowSQLErrors = true; $wgDebugDumpSql = true; $wgShowExceptionDetails = true; $wgShowDBErrorBacktrace = true;
doesn't help, as the website doesn't return anything, it doesn't load at all.
Please advise.