[Bug 24939] Installation of MW using SQLite db throws 'Database returned error "19: interwiki.iw_api may not be NULL' error

2011-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24939

Max Semenik  changed:

   What|Removed |Added

 CC||maxsem.w...@gmail.com
 Blocks||20257
 Depends on|20257   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24939] Installation of MW using SQLite db throws 'Database returned error "19: interwiki.iw_api may not be NULL' error

2010-08-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24939

Max Semenik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Max Semenik  2010-08-26 15:47:53 UTC 
---
Meh, fixed in r71704.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24939] Installation of MW using SQLite db throws 'Database returned error "19: interwiki.iw_api may not be NULL' error

2010-08-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24939

--- Comment #6 from Dan Nessett  2010-08-26 03:37:34 UTC ---
(In reply to comment #5)
> The new installer is at config/new-index.php. Installer.php is the old
> installer.

$ svn info new-index.php 
Path: new-index.php
Name: new-index.php
URL:
http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/config/new-index.php
Repository Root: http://svn.wikimedia.org/svnroot/mediawiki
Repository UUID: dd0e9695-b195-4be7-bd10-2dea1a65a6b6
Revision: 71688
Node Kind: file
Schedule: normal
Last Changed Author: ialex
Last Changed Rev: 70326
Last Changed Date: 2010-08-02 01:31:23 -0700 (Mon, 02 Aug 2010)
Text Last Updated: 2010-08-10 07:36:19 -07

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24939] Installation of MW using SQLite db throws 'Database returned error "19: interwiki.iw_api may not be NULL' error

2010-08-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24939

Tim Starling  changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #5 from Tim Starling  2010-08-26 02:29:29 
UTC ---
The new installer is at config/new-index.php. Installer.php is the old
installer.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24939] Installation of MW using SQLite db throws 'Database returned error "19: interwiki.iw_api may not be NULL' error

2010-08-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24939

--- Comment #4 from Dan Nessett  2010-08-26 02:25:43 UTC ---
I svn up'd. The information for Installer.php is now:

$svn info Installer.php 
Path: Installer.php
Name: Installer.php
URL:
http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/config/Installer.php
Repository Root: http://svn.wikimedia.org/svnroot/mediawiki
Repository UUID: dd0e9695-b195-4be7-bd10-2dea1a65a6b6
Revision: 71688
Node Kind: file
Schedule: normal
Last Changed Author: platonides
Last Changed Rev: 71401
Last Changed Date: 2010-08-21 07:34:16 -0700 (Sat, 21 Aug 2010)
Text Last Updated: 2010-08-23 10:02:38 -0700 (Mon, 23 Aug 2010)
Checksum: 78979ee1f9f89a0fb460770d045a3be7

The same problem occurs on installation. I include here more contextual
information:

Environment checked. You can install MediaWiki.

Generating configuration file...
Database type: SQLite
Loading class: DatabaseSqlite
Attempting to connect to SQLite database at "/var/data/sqlite_data": ok
Connected to sqlite 3.4.2
Creating tables... done.
A database query syntax error has occurred. This may indicate a bug in the
software. The last attempted database query was: 
INSERT INTO interwiki(iw_prefix,iw_url,iw_local) VALUES
('acronym','http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=$1',0)
from within function "". Database returned error "19: interwiki.iw_api may not
be NULL".

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24939] Installation of MW using SQLite db throws 'Database returned error "19: interwiki.iw_api may not be NULL' error

2010-08-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24939

--- Comment #3 from Chad H.  2010-08-26 01:58:42 UTC 
---
No that's the old installer. If it can't be replicated in the new installer in
trunk then not going to bother fixing this.

Will mark INVALID once old installer get svn del'd.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24939] Installation of MW using SQLite db throws 'Database returned error "19: interwiki.iw_api may not be NULL' error

2010-08-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24939

--- Comment #2 from Dan Nessett  2010-08-26 00:50:33 UTC ---
I assume new:

$ svn info Installer.php 
Path: Installer.php
Name: Installer.php
URL:
http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/config/Installer.php
Repository Root: http://svn.wikimedia.org/svnroot/mediawiki
Repository UUID: dd0e9695-b195-4be7-bd10-2dea1a65a6b6
Revision: 71491
Node Kind: file
Schedule: normal
Last Changed Author: platonides
Last Changed Rev: 71401
Last Changed Date: 2010-08-21 07:34:16 -0700 (Sat, 21 Aug 2010)
Text Last Updated: 2010-08-23 10:02:38 -0700 (Mon, 23 Aug 2010)
Checksum: 78979ee1f9f89a0fb460770d045a3be7

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24939] Installation of MW using SQLite db throws 'Database returned error "19: interwiki.iw_api may not be NULL' error

2010-08-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24939

Chad H.  changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #1 from Chad H.  2010-08-25 22:52:21 UTC 
---
Old installer or new?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l