Extension talk:MultiAuthPlugin

From mediawiki.org
Latest comment: 10 years ago by Technomensch in topic Issues Installing With 1.21

Archive instead of svn checkout[edit]

It would be great to have a downloadable archive as release instead of using the svn checkout. In fact wouldn't it be better to use the svn tags instead of the trunk for check out? --Pintman 08:34, 12 August 2011 (UTC)Reply

Issues Installing With 1.21[edit]

Current set-up will not allow for download through SVN. Had to manually download individual files (another recommendation for availability of archive).

Anyway, installed extension on MW 1.21.

Per README, updated MultiAuthPlugin.config.php with necessary configuration.

Now homepage has "Login" replaced with:

"<multiauth-special_login_link&gt"

When I click on it, I receive the following standard error:

No such special page
You have requested an invalid special page.
A list of valid special pages can be found at Special pages.
Return to Main Page.

What I have determined is there is an issue with:

\login\SpecialLogin.setup.php
\login\SpecialLogout.setup.php

Upon first glance, these do not support the updated API calls on Manual:SpecialPages.

ie: $wgAutoloadClasses, $wgExtensionMessagesFiles, $wgSpecialPages

Any assistance would be greatly appreciated. Or, if there is an alternative method.

--Technomensch (talk) 18:20, 19 August 2013 (UTC)Reply