Topic on Extension talk:BlueSpiceFoundation

Breaks the whole website / Error 500

7
Makertrainer (talkcontribs)

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.

RichardHeigl (talkcontribs)

Hi, Thanks for the feedback! We are on company vacation right now. Therefore, I don't have a technician there to look at it. We are releasing a new release based on MW 1.35 on January 19. I'll pass on the feedback directly though. We'll take a look at it and get back to you as soon as possible.

Makertrainer (talkcontribs)

Thank you very much for looking into it, I'll be waiting for the response. In the meantime, have a happy new year!

Osnard (talkcontribs)

Hi! Can you please provide some additional information?

  • How did you download the extension? Using Special:ExtensionDistributor, manual git clone, or using "composer"?
  • Which version of MediaWiki are you running?
Makertrainer (talkcontribs)

Hi Osnard,

I'm on MW 1.37 and I used ExtensionDistributor.

Osnard (talkcontribs)

BlueSpice only targets "long term support releases" (LTS). The latest LTS release is MediaWiki 1.35. So this is probably just a version incompatibility. We ware working on compatibility with more recent versions of MW, but I can not give any schedule.

Makertrainer (talkcontribs)

Oh okay, you're probably right, thank you very much for your support.


For anyone having the same issue, I ended up using this code from Fandom for DataTables that also works well for filtering tables.

Reply to "Breaks the whole website / Error 500"