Unsubscribe

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
[email protected]
Sent: vrijdag 30 april 2010 13:53
To: [email protected]
Subject: MediaWiki-l Digest, Vol 79, Issue 41

Send MediaWiki-l mailing list submissions to
        [email protected]

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
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific than
"Re: Contents of MediaWiki-l digest..."


Today's Topics:

   1. 1.16b2 install problems (David Gerard)
   2. hardcoded local links in mw_externallinks table (Boris Epstein)
   3. Re: hardcoded local links in mw_externallinks table
      (Boris Epstein)
   4. Resetting admin password: success! (McHale, Nina)
   5. Re: 1.16b2 install problems (Platonides)
   6. Re: Email Extensions - New Page Creation & Emailing       to all
      wiki user (Platonides)
   7. Mario Lederer (The Face)
   8. Upgrading from mediawiki 1.15.1 to 1.15.3 (Jens Vieler)
   9. Re: 1.16b2 install problems (David Gerard)
  10. Re: Upgrading from mediawiki 1.15.1 to 1.15.3 (Tim Landscheidt)
  11. Re: Mario Lederer (nevio carlos de alarc?o)
  12. Re: Upgrading from mediawiki 1.15.1 to 1.15.3 (Jens Vieler)


----------------------------------------------------------------------

Message: 1
Date: Thu, 29 Apr 2010 17:49:39 +0100
From: David Gerard <[email protected]>
Subject: [Mediawiki-l] 1.16b2 install problems
To: MediaWiki announcements and site admin list
        <[email protected]>
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset=UTF-8

This is so simple and showstopping it'll be something stupid on my part.

We have a 1.13 installation. I tried setting up a test wiki with
1.16b2 on the same database ("techwiki") with a new table prefix
("testwiki_").

We have a user, "admin". I tried installing 1.16b2 and got error 1044,
insufficient privileges. I did, per the mediawiki.org FAQ, as root:

mysql> grant all privileges on techwiki to 'admin'@'%' identified by 
mysql> 'password';
Query OK, 0 rows affected (0.00 sec)

- and ran it again. I got (last lines of the install page):

# Attempting to connect to database server as admin...success.
# Connected to mysql 5.0.41; enabling MySQL 4.1/5.0 charset mode # Database
techwiki exists # Creating tables... done.
# Initializing statistics...
A database query syntax error has occurred. This may indicate a bug in the
software. The last attempted database query was:

    SELECT user_id FROM `testwiki_user` WHERE user_name = 'WikiSysop' LIMIT
1

from within function "User::idForName". Database returned error "1146:
Table 'techwiki.testwiki_user' doesn't exist (localhost)".


Looking in the database, it has *not* created any tables, so "Creating
tables... done." is untrue.

So what silly thing haven't I done yet?


- d.



------------------------------

Message: 2
Date: Thu, 29 Apr 2010 15:20:44 -0400
From: Boris Epstein <[email protected]>
Subject: [Mediawiki-l] hardcoded local links in mw_externallinks table
To: MediaWiki announcements and site admin list
        <[email protected]>
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

Hi all,

I attempted to move a Wiki (MediaWiki 1.8.2) and failed because lots of
images/documents/PDF's that were part of that Wiki were for some reason in
the table for the external links ( mw_externallinks ) and, on top of that,
what I got is full pathnames. So, if my Wiki used to live under
http://mywiki.mydomain.com/ the files would be listed as
http://mywiki.mydomain.com/a/0/image1.jpg and such.

Any idea why? Or how to correct that?

Thanks in advance.

Boris.



------------------------------

Message: 3
Date: Thu, 29 Apr 2010 16:02:50 -0400
From: Boris Epstein <[email protected]>
Subject: Re: [Mediawiki-l] hardcoded local links in mw_externallinks
        table
To: MediaWiki announcements and site admin list
        <[email protected]>
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

On Thu, Apr 29, 2010 at 3:20 PM, Boris Epstein <[email protected]> wrote:
> Hi all,
>
> I attempted to move a Wiki (MediaWiki 1.8.2) and failed because lots 
> of images/documents/PDF's that were part of that Wiki were for some 
> reason in the table for the external links ( mw_externallinks ) and, 
> on top of that, what I got is full pathnames. So, if my Wiki used to 
> live under http://mywiki.mydomain.com/ the files would be listed as 
> http://mywiki.mydomain.com/a/0/image1.jpg and such.
>
> Any idea why? Or how to correct that?
>
> Thanks in advance.
>
> Boris.
>

OK, everybody, never mind, looks like this was a false alarm - looks like a
lot of pages simply contained full links as opposed to relative ones.

(A matter of user editing).

Boris.



------------------------------

Message: 4
Date: Thu, 29 Apr 2010 15:38:46 -0600
From: "McHale, Nina" <[email protected]>
Subject: [Mediawiki-l] Resetting admin password: success!
To: "[email protected]"
        <[email protected]>
Message-ID: <c7ff5886.785e%[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Thanks Huib, Ryan, Courtney (sorry I called you Catherine before!), and
Platonides for your suggestions for getting the admin password sorted out!
In the end, I disabled the LDAP, and had to associate my email with the
Wikiadmin account (another dumb mistake, not setting up the email) in MySQL,
and then was able to use the password reset function on the wiki login
screen with the LDAP disabled. Have since made myself and two other LDAP
accounts Bureaucrats and Sysops to prevent further foolishness. :)

Thanks again!

Nina


------------------------------

Message: 5
Date: Fri, 30 Apr 2010 00:06:24 +0200
From: Platonides <[email protected]>
Subject: Re: [Mediawiki-l] 1.16b2 install problems
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

David Gerard wrote:
> Looking in the database, it has *not* created any tables, so "Creating 
> tables... done." is untrue.

You are right. The relevant code was:

>  # FIXME: Check for errors
>  print "<li>Creating tables...";
>  if ($conf->DBtype == 'mysql') {
>       $wgDatabase->sourceFile( "../maintenance/tables.sql" );
>       $wgDatabase->sourceFile( "../maintenance/interwiki.sql" );
>   } elseif (is_callable(array($wgDatabase, 'setup_database'))) {
>       $wgDatabase->setup_database();
>   } else {
>       $errs["DBtype"] = "Do not know how to handle database type
'$conf->DBtype'";
>       continue;
> }
>  print " done.</li>\n";

I have been fixing that. Can you replace your config/Installer.php with the
one at
http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_16/phase3/config/Ins
taller.php?view=markup&pathrev=65673
?

It will probably still fail, but this time with an error message.





------------------------------

Message: 6
Date: Fri, 30 Apr 2010 00:12:20 +0200
From: Platonides <[email protected]>
Subject: Re: [Mediawiki-l] Email Extensions - New Page Creation &
        Emailing        to all wiki user
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

Tech Geek wrote:
> Hi,
> 
> As a Wiki SysOp user, I am looking for extension(s) for the following 
> two
> requirement:
> 
> 1. The SysOp user should get an email whenever a new page is created 
> on the wiki

http://www.mediawiki.org/wiki/Manual:$wgUsersNotifiedOnAllChanges

> 2. The SysOp user can send an email to all the existing wiki users.

There doesn't seem to be an extension for that
>http://www.mediawiki.org/wiki/Category:Email_extensions>
Howerver, it's easy to fetch all the emails from the db for sending them an
email with bcc.


> I am using Mediawiki 1.12 and I don't think these features are there 
> in the version that I am using.

2 years old wikis are likely to be outdated. But you can use it. Note that
on your version $wgUsersNotifiedOnAllChanges is mispelled as
$wgUsersNotifedOnAllChanges That version has security issues, though.




------------------------------

Message: 7
Date: Thu, 29 Apr 2010 22:49:07 -0400
From: The Face <[email protected]>
Subject: [Mediawiki-l] Mario Lederer
To: [email protected], [email protected],
        [email protected],        [email protected]
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

http://imokindia.com/default/index.php



------------------------------

Message: 8
Date: Fri, 30 Apr 2010 09:17:36 +0200
From: Jens Vieler <[email protected]>
Subject: [Mediawiki-l] Upgrading from mediawiki 1.15.1 to 1.15.3
To: MediaWiki announcements and site admin list
        <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

hi,

is it enough to change the sources by extracting and copying the tarball
over the existing installation, or do i need to run the update.php script?
any changes in the database-schema?

kind regards
  jens



------------------------------

Message: 9
Date: Fri, 30 Apr 2010 10:16:30 +0100
From: David Gerard <[email protected]>
Subject: Re: [Mediawiki-l] 1.16b2 install problems
To: MediaWiki announcements and site admin list
        <[email protected]>
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset=UTF-8

On 29 April 2010 23:06, Platonides <[email protected]> wrote:

> It will probably still fail, but this time with an error message.


It did indeed: MySQL insisting 'admin'@'localhost' didn't have the right to
create tables.

My GRANT line in the previous email was wrong - the one that works is:

  grant all on techwiki.* to 'admin'@'localhost' identified by 'password';

I now have a bare 1.16b2 wiki :-)


- d.



------------------------------

Message: 10
Date: Fri, 30 Apr 2010 11:26:56 +0000
From: Tim Landscheidt <[email protected]>
Subject: Re: [Mediawiki-l] Upgrading from mediawiki 1.15.1 to 1.15.3
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

Jens Vieler <[email protected]> wrote:

> is it enough to change the sources by extracting and copying the 
> tarball over the existing installation, or do i need to run the 
> update.php script? any changes in the database-schema?

Why not just run it?

Tim




------------------------------

Message: 11
Date: Fri, 30 Apr 2010 08:29:15 -0300
From: nevio carlos de alarc?o <[email protected]>
Subject: Re: [Mediawiki-l] Mario Lederer
To: MediaWiki announcements and site admin list
        <[email protected]>
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

?????

2010/4/29 The Face <[email protected]>

> http://imokindia.com/default/index.php
>
> _______________________________________________
> MediaWiki-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>



--
{+}Nevinho
Venha para o Movimento Colaborativo http://sextapoetica.com.br !!


------------------------------

Message: 12
Date: Fri, 30 Apr 2010 13:53:14 +0200
From: Jens Vieler <[email protected]>
Subject: Re: [Mediawiki-l] Upgrading from mediawiki 1.15.1 to 1.15.3
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Tim Landscheidt schrieb:
> Jens Vieler <[email protected]> wrote:
> 
>> is it enough to change the sources by extracting and copying the tarball
>> over the existing installation, or do i need to run the update.php
>> script? any changes in the database-schema?
> 
> Why not just run it?
> 
> Tim

because we're hosting a wikifamily (>20 wikis) an have to copy config / 
run it >20 times ;-)

Jens



------------------------------

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


End of MediaWiki-l Digest, Vol 79, Issue 41
*******************************************


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to