Hello,
at the bottom of page
http://www.mediawiki.org/wiki/Extension:AutoExtensionLoader
it is said :
2. Add a call to it at the end of LocalConfig.php:
require_once("$IP/extensions/AutoExtensionLoader/AutoExtensionLoader.php");
I checked all my mediawiki directory I have no such LocalConfig.php
file.
Is the name incorrect ? Where do I need to put that line of php code ?
Thanks for helping.
Francois Colonna
On Fri, Apr 2, 2010 at 3:00 PM,
<mediawiki-l-request(a)lists.wikimedia.org> wrote:
> Send MediaWiki-l mailing list submissions to
> mediawiki-l(a)lists.wikimedia.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> or, via email, send a message with subject or body 'help' to
> mediawiki-l-request(a)lists.wikimedia.org
>
> You can reach the person managing the list at
> mediawiki-l-owner(a)lists.wikimedia.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of MediaWiki-l digest..."
>
>
> Today's Topics:
>
> 1. Re: Upgrade to 1.15.2 question (Tolliver)
> 2. 1.8.2 to 1.15 upgrade? (Boris Epstein)
> 3. Re: Upgrade to 1.15.2 question (Sam.Sexton(a)thomsonreuters.com)
> 4. Re: 1.8.2 to 1.15 upgrade? (Chad)
> 5. Re: 1.8.2 to 1.15 upgrade? (Antonio Orlando)
> 6. digitalfamily.cc.cc (Eng shoeb ahmed)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 01 Apr 2010 11:28:38 -0300
> From: Tolliver <tolliver(a)dal.ca>
> Subject: Re: [Mediawiki-l] Upgrade to 1.15.2 question
> To: MediaWiki announcements and site admin list
> <mediawiki-l(a)lists.wikimedia.org>
> Message-ID: <4BB4AD96.9080501(a)dal.ca>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Hello,
>
> Thanks to everyone for all of your assistance, but I hope this is my
> last question:
>
> Does anyone know what could be causing the following errors when I run
> ./update.php:
>
> ./update.php: line 1: ?php: No such file or directory
> ./update.php: line 2: require_once: command not found
> ./update.php: line 3: /appl: is a directory
> ./update.php: line 4: addwiki.php: command not found
> ./update.php: line 5: addwiki.php: command not found
> ./update.php: line 6: addwiki.php: command not found
> ./update.php: line 7: addwiki.php: command not found
> ./update.php: line 8: addwiki.php: command not found
> ./update.php: line 9: addwiki.php: command not found
> ./update.php: line 10: addwiki.php: command not found
> ./update.php: line 11: archives/: is a directory
> ./update.php: line 13: /appl: is a directory
> ./update.php: line 14: =: command not found
> ./update.php: line 15: syntax error near unexpected token `('
> ./update.php: line 15: `$options = array( 'quick', 'nopurge' );'
>
> Thanks,
> Graham
>
>
> Platonides wrote:
>
>> Tolliver wrote:
>>
>>> Hello,
>>>
>>> Excuse me if my question sounds like a newbie, but I still am; I
>>> inherited the Wiki Server some months ago. I am preparing to upgrade
>>> MediaWiki 1.11.0 to 1.15.2, and we currently have 30 wiki?s.
>>>
>>> My understanding is, I can upgrade each wiki individually. Having said
>>> that, can I perform the install process of the new version, replace the
>>> old wiki?s with the new install individually? Hence not having any
>>> databases being affected except for the wiki I upgrade.
>>>
>>> I trust that this question is in keeping with this forum.
>>>
>>> Thanks,
>>> Graham
>>>
>>
>> Install process?
>> You may be taking a wrong approach.
>> You update by replacing the old files with the new ones, then running
>> the script at maintenance/update.php
>> Only the database of that wiki is affected.
>>
>> So to update you should just surround it with a "foreach wiki..."
>> Good prectises advise making a db backup before updating.
>>
>> If the wikis are sharing the files, it may be a bit harder, since you
>> would need to break the links for updating individually (or update all
>> dbs one after other at the same time).
>>
>>
>>
>> _______________________________________________
>> MediaWiki-l mailing list
>> MediaWiki-l(a)lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>>
>>
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 1 Apr 2010 13:59:31 -0400
> From: Boris Epstein <borepstein(a)gmail.com>
> Subject: [Mediawiki-l] 1.8.2 to 1.15 upgrade?
> To: MediaWiki announcements and site admin list
> <mediawiki-l(a)lists.wikimedia.org>
> Message-ID:
> <t2m8fbac5ca1004011059nb4ddcd48w9d03f239d567e765(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello listmates,
>
> I have a MediaWiki 1.8.2 installation that needs to be modernized...
> How realistic - how difficult - should I expect the procedure of
> taking it up to 1.15 to be?
>
> Thanks.
>
> Boris.
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 1 Apr 2010 19:53:09 +0100
> From: <Sam.Sexton(a)thomsonreuters.com>
> Subject: Re: [Mediawiki-l] Upgrade to 1.15.2 question
> To: tolliver(a)dal.ca, mediawiki-l(a)lists.wikimedia.org
> Message-ID:
> <515D160C16AE3C439D9B3F072EBEEE3209CECDF3(a)LONSMSXM06.emea.ime.reuters.com>
>
> Content-Type: text/plain; charset="us-ascii"
>
> Try running php ./update.php ...?
>
> /Sam
>
> sam.sexton(a)thomsonreuters.com
> thomsonreuters.com
>
>
> -----Original Message-----
> From: mediawiki-l-bounces(a)lists.wikimedia.org
> [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Tolliver
> Sent: 01 April 2010 15:29
> To: MediaWiki announcements and site admin list
> Subject: Re: [Mediawiki-l] Upgrade to 1.15.2 question
>
> Hello,
>
> Thanks to everyone for all of your assistance, but I hope this is my
> last question:
>
> Does anyone know what could be causing the following errors when I run
> ./update.php:
>
> ./update.php: line 1: ?php: No such file or directory
> ./update.php: line 2: require_once: command not found
> ./update.php: line 3: /appl: is a directory
> ./update.php: line 4: addwiki.php: command not found
> ./update.php: line 5: addwiki.php: command not found
> ./update.php: line 6: addwiki.php: command not found
> ./update.php: line 7: addwiki.php: command not found
> ./update.php: line 8: addwiki.php: command not found
> ./update.php: line 9: addwiki.php: command not found
> ./update.php: line 10: addwiki.php: command not found
> ./update.php: line 11: archives/: is a directory
> ./update.php: line 13: /appl: is a directory
> ./update.php: line 14: =: command not found
> ./update.php: line 15: syntax error near unexpected token `('
> ./update.php: line 15: `$options = array( 'quick', 'nopurge' );'
>
> Thanks,
> Graham
>
>
> Platonides wrote:
>
>> Tolliver wrote:
>>
>>> Hello,
>>>
>>> Excuse me if my question sounds like a newbie, but I still am; I
>>> inherited the Wiki Server some months ago. I am preparing to upgrade
>>> MediaWiki 1.11.0 to 1.15.2, and we currently have 30 wiki's.
>>>
>>> My understanding is, I can upgrade each wiki individually. Having
> said
>>> that, can I perform the install process of the new version, replace
> the
>>> old wiki's with the new install individually? Hence not having any
>>> databases being affected except for the wiki I upgrade.
>>>
>>> I trust that this question is in keeping with this forum.
>>>
>>> Thanks,
>>> Graham
>>>
>>
>> Install process?
>> You may be taking a wrong approach.
>> You update by replacing the old files with the new ones, then running
>> the script at maintenance/update.php
>> Only the database of that wiki is affected.
>>
>> So to update you should just surround it with a "foreach wiki..."
>> Good prectises advise making a db backup before updating.
>>
>> If the wikis are sharing the files, it may be a bit harder, since you
>> would need to break the links for updating individually (or update all
>> dbs one after other at the same time).
>>
>>
>>
>> _______________________________________________
>> MediaWiki-l mailing list
>> MediaWiki-l(a)lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>>
>>
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l(a)lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>
> This email was sent to you by Thomson Reuters, the global news and information company.
> Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Thomson Reuters.
>
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 1 Apr 2010 17:44:04 -0400
> From: Chad <innocentkiller(a)gmail.com>
> Subject: Re: [Mediawiki-l] 1.8.2 to 1.15 upgrade?
> To: MediaWiki announcements and site admin list
> <mediawiki-l(a)lists.wikimedia.org>
> Message-ID:
> <j2m5924f50a1004011444yb3ab75a6j700c017d01a8919d(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Thu, Apr 1, 2010 at 1:59 PM, Boris Epstein <borepstein(a)gmail.com> wrote:
>> Hello listmates,
>>
>> I have a MediaWiki 1.8.2 installation that needs to be modernized...
>> How realistic - how difficult - should I expect the procedure of
>> taking it up to 1.15 to be?
>>
>> Thanks.
>>
>> Boris.
>>
>> _______________________________________________
>> MediaWiki-l mailing list
>> MediaWiki-l(a)lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>>
>
> It should be completely painless. First make a backup of your wiki
> database (just in case!). Then copy the extracted 1.15.2 files over
> your current installation. Finally run 'maintenance/update.php' from
> your command line.
>
> If you don't have a command line on the server you're using, you
> can also try re-running the installer. Copy LocalSettings.php to
> somewhere safe, run the installer like normal, then copy your old
> LocalSettings back.
>
> http://www.mediawiki.org/wiki/Manual:Upgrading
>
> -Chad
>
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 02 Apr 2010 00:05:22 +0300
> From: "Antonio Orlando" <ant.o(a)libero.it>
> Subject: Re: [Mediawiki-l] 1.8.2 to 1.15 upgrade?
> To: "MediaWiki announcements and site admin list"
> <mediawiki-l(a)lists.wikimedia.org>
> Message-ID: <op.vah7m8in7wtwxn(a)mail.libero.it>
> Content-Type: text/plain; charset=iso-8859-15; format=flowed;
> delsp=yes
>
>> It should be completely painless. First make a backup of your wiki
>> database (just in case!)
>
> ...and files and folders!
>
> --
> Antonio
>
>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 1 Apr 2010 16:22:31 -0700
> From: Eng shoeb ahmed <dwnsense(a)gmail.com>
> Subject: [Mediawiki-l] digitalfamily.cc.cc
> To: mediawiki-l(a)lists.wikimedia.org
> Message-ID:
> <h2v173c6c841004011622wb7281118i84e5e43581c441d2(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
>
>
>
>
> ------------------------------
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l(a)lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>
> End of MediaWiki-l Digest, Vol 79, Issue 2
> ******************************************
>
Hello listmates,
I have a MediaWiki 1.8.2 installation that needs to be modernized...
How realistic - how difficult - should I expect the procedure of
taking it up to 1.15 to be?
Thanks.
Boris.
Welcome to mediawiki-l. This mailing list exists for discussion and questions
about the MediaWiki software[0]. Important MediaWiki-related announcements
(such as new versions) are also posted to this list.
Other resources.
If you only wish to receive announcements, you should subscribe to
mediawiki-announce[1] instead.
MediaWiki development discussion, and all Wikimedia technical questions, should
be directed to the wikitech-l[2] mailing list.
Several other MediaWiki-related lists exist:
- mediawiki-api[5] for API discussions,
- mediawiki-enterprise[6] for discussion of MediaWiki in the enterprise,
- mediawiki-cvs[7] for notification of commits to the Subversion repository,
- mediawiki-i18n[8] for discussion of MediaWiki internationalisation support,
- wikibugs-l[9] for notification of changes to the bug tracker.
List administrivia (unsubscribing, list archives).
To unsubscribe from this mailing list, visit [12]. Archives of previous postings
can be found at [3].
This list is also gatewayed to the Gmane NNTP server[4], which you can use to
read and post to the list.
Posting to the list.
Before posting to this list, please read the MediaWiki FAQ[10]. Many common
questions are answered here. You may also search the list archives to see if
your question has been asked before.
Please try to ask your question in a way that enables people to answer you.
Provide all relevant details, explain your problem clearly, etc. You may
wish to read [13], which explains how to ask questions well.
To post to the list, send mail to <mediawiki-l(a)lists.wikimedia.org>. This is a
public list, so you should not include confidential information in mails you
send.
When replying to an existing thread, use the "Reply" or "Followup" feature of
your mail client, so that clients that understand threading can sort your
message properly. When quoting other messages, please use the "inline" quoting
style[11], for clarity.
When creating a new thread, do not reply to an existing message and change the
subject. This will confuse peoples' mail readers, and will result in fewer
people reading your mail. Instead, compose a new message for your post.
Messages posted to the list have the "Reply-To" header set to the mailing list,
which means that by default, replies will go to the entire list. If you are
posting a reply which is only interesting to the original poster, and not the
list in general, you should change the reply to only go to that person. This
avoids cluttering the list with irrelevant traffic.
About this message.
This message is posted to the list once per week by <river(a)wikimedia.org>.
Please contact me if you have any questions or concerns about this mailing.
References.
[0] http://www.mediawiki.org/
[1] http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
[2] http://lists.wikimedia.org/mailman/listinfo/wikitech-l
[3] http://lists.wikimedia.org/pipermail/mediawiki-l/
[4] http://dir.gmane.org/gmane.org.wikimedia.mediawiki
[5] http://lists.wikimedia.org/mailman/listinfo/mediawiki-api
[6] http://lists.wikimedia.org/mailman/listinfo/mediawiki-enterprise
[7] http://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
[8] http://lists.wikimedia.org/mailman/listinfo/mediawiki-i18n
[9] http://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[10] http://www.mediawiki.org/wiki/FAQ
[11] http://en.wikipedia.org/wiki/Posting_style#Inline_replying
[12] http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
[13] http://www.catb.org/~esr/faqs/smart-questions.html