Topic on Project:Support desk

Problem with Wikibase install

6
BugDroid (talkcontribs)

Hi


I have followed the details on wikibase / installation. everything worked fine. but as soon as I add the lines to LocalSettings.php the wiki wont work anymore and gives me a http error 500. if I remove the lines, the pages works again.

I have MediaWiki 1.37 and ParserFunctions, Scribunto and TemplateStyles installed

Malyacko (talkcontribs)

What "details" where exactly? Which "the lines"?

BugDroid (talkcontribs)

Wikibase/Installation

when I add the lines:

wfLoadExtension( 'WikibaseRepository', "$IP/extensions/Wikibase/extension-repo.json" ); require_once "$IP/extensions/Wikibase/repo/ExampleSettings.php"; wfLoadExtension( 'WikibaseClient', "$IP/extensions/Wikibase/extension-client.json" ); require_once "$IP/extensions/Wikibase/client/ExampleSettings.php";

the wiki wont work anymore

Malyacko (talkcontribs)

How did you set your content in the two ExampleSettings.php ?

Bawolff (talkcontribs)

You should also enable php error reporting; see How to debug

BugDroid (talkcontribs)

mh... I started from scratch on a new mediawiki installation and it worked flawlessly...

Reply to "Problem with Wikibase install"