Hi could I have some help on setting up global usage for users because I have different MySQL servers and I would like to have user log on with there account without needing to create new one
Topic on Project:Support desk/Flow
It looks like you could use Extension:MediaWikiAuth to send all users to a single wiki to sign up and then use those creds to login.
Another option, of course, is Extension:CentralAuth. You could also look at Extension:LDAP_Authentication, although that does involve an LDAP server.
How would I apply the patch it is asking you to on Extension:MediaWikiAuth
I have installed it on to my two wikis I havent added the patch because I doint know how to but I installed the extension Mediawiki auth and it doesent let me log in Witt my account from the other wiki could I have some help to let it to log in from the other wiki please
What does your error log say? Are you sure you applied the patch correctly?
I doint know how to apply the patch
Do these instructions help? "Applying patches" on drupal.org
No I doint have git
If you have access to the command line on your host, you just need patch, not git. If you don't have command line access, we need to do something else.
I doint have a command line on my hot
What version of MW do you use?
You can patch the file by hand by downloading includes/specials/SpecialUserlogin.php and editing the file by had according to what is in the patch file. Wherever the file as a line that starts with "+ ", you add that line. Where it starts with "- ", you remove that line. The surrounding lines give you context.
Well I found a new free host which supports php 5.4 so now I have Mediawiki 1.20.5
I now have access to ssh
No I doint use git my hosting company is 000webhost
What does the patch do
I doint have a command line on my host