Topic on Extension talk:UserAdmin

Seems to be working with 1.20.2

13
146.79.254.10 (talkcontribs)

Although the formatting leaves a bit to be desired. I modified line 237 in SpecialUserAdminPanel.class.php to change <table> into <table border="1"> and it is a bit more readable now.

75.72.177.47 (talkcontribs)

Hi Terry,

I'm also using 1.20.2. I'm only a few days old in using Media Wiki so I installed this extension. I see the options to Add User, Delete, etc...but I can't really add a user. When I click on Add a user, it goes onto a new page and shows "No Such Special Page: You have requested an invalid special page.". Am I missing something after I installed this extension?

Any help is appreciated. Thank you!

Abani79 (talkcontribs)

Hi Terry, can you please make a screenshot and upload here, as in the screenshot in the article looks like, it does not look at my wiki?! Hello IP 75.72.177.47, which version do you have installed on your wiki? Latest version is 0.5.0, maybe is your version older?!

Kind regards, Sandro

Abani79 (talkcontribs)

Addendum: I must correct myself, version 0.9.0 is already available. Well my version is 0.5.0 and it works except for CSS quite well so far.

Pandu Peddisetti (talkcontribs)

Hi Abani,

Thanks for responding to my above post (75.72.177.47). I have downloaded only few days ago so I have the latest version 0.9.0. I can see all the new options installed with it. But however I can't create a new user. As I mentioned above when I click the 'Add a User' button, it goes to new page and tells me "No Such Special Page: You have requested an invalid special page.".

Am I missing anything here? Do we need to do any configuration after we install the extention to get it all working?

Appreciate your time. Thanks!

Technoshamman (talkcontribs)

Same issue.

Running MediaWiki 1.20.2 PHP 5.3.20 (cgi-fcgi) MySQL 5.1.67-community-log

Wanted to try out UserAdmin so I could add my own users...

Just downloaded. When I go to create a new user, after I hit "add user" button it states:

No such special page Jump to: navigation, search

You have requested an invalid special page.

A list of valid special pages can be found at Special pages.

Return to Main Page.

... And my user is not added.

(

when I look at useradmin.php I see that the comments states version .9 but the wgExtensionCredits states version .5

line 18: * @version 0.9.0

line 35: 'version' => '0.5.0',

89.212.252.208 (talkcontribs)

Same issue:

After clicking "confirm purge" it takes me to this invalid url (? appears twice).

 www.sdms.si/wiki/index.php?title=Posebno%3APurgeUser?returnto=Posebno%3AUserAdmin&statusmsg=Jmx0O3VhZG0tdW5zdXBwb3J0ZWR2ZXJzaW9ubXNnJmd0Ow%3D%3D&statusok=0&userids%5B0%5D=19
98.195.63.176 (talkcontribs)

Are you using $wgUsePathInfo = false by chance?

I get this error if it's set to false (which I had to do to fix another bug) but when I comment out this line it starts working again.

Gustavormello (talkcontribs)

Not working for me

MediaWiki version: 1.20.2 User Administration: (Version 0.5.0) (at least it what it says) although I know I downloaded 0.9

Getting "No such special page" problem as well.

Pchestek (talkcontribs)

Not working for 1.21.1 either, "no such special page" error.

Btechnix (talkcontribs)

To fix that change SpecialUADMBase.class.php about line 440 in function getURL($params) to replace '?' by '&',

from:

$retvURL .= '?' . http_build_query($nonDefaultParams);

to:

$retvURL .= '&' . http_build_query($nonDefaultParams);

MilkMiruku~mediawikiwiki (talkcontribs)

I tried that but I get;

Bad title

The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one or more characters which cannot be used in titles.

This goes for trying to purge either one or multiple users.

This post was posted by MilkMiruku~mediawikiwiki, but signed as MilkMiruku.

Btechnix (talkcontribs)

Hi MilkMiruku, Can you post here the URL in the address bar that appears when you get this error

Reply to "Seems to be working with 1.20.2"