Topic on Extension talk:MultimediaViewer

[Solved]Not enabled by default

6
Summary by Tgr (WMF)
John Cena 12321 (talkcontribs)

I recently upgraded to MediaWiki 1.27.0-wmf.17, and now Media Viewer is not enabled by default for registered users.

It works with anonymous users, and I have enabled $wgMediaViewerEnableByDefault

Is this a bug or am I missing something?

Thanks.

Tgr (WMF) (talkcontribs)

Probably a bug.

UksusoFF (talkcontribs)

It's because return (bool)$user->getOption( 'multimediaviewer-enable' );

Deletedaccount4567435 (talkcontribs)

So how to fix this error?

Deletedaccount4567435 (talkcontribs)

All right, I know how to fix it now.

Add $wgDefaultUserOptions['multimediaviewer-enable'] = 1; to Localsettings.php for temporary fix. and I submit a bug report to phabricator. Hope it fix soon.

Soumya.sadanandan (talkcontribs)

Thanks, this solved my issue for MW 1.27

Reply to "[Solved]Not enabled by default"