https://bugzilla.wikimedia.org/show_bug.cgi?id=26947

           Summary: Errors when rerunning ?page=Install steps
           Product: MediaWiki
           Version: 1.18-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Installation
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: platoni...@gmail.com
                CC: innocentkil...@gmail.com


If rerunning the installer page page=Install, some steps fail non-gracefully:

* Initializing statistics...
Gives a syntax error at
    INSERT INTO site_stats
(ss_row_id,ss_total_views,ss_total_edits,ss_good_articles,ss_total_pages,ss_users,ss_admins,ss_images)
VALUES ('1','0','0','0','0','0','0','0')

inside "DatabaseSqlite::insert/single-row".

Error "19: column ss_row_id is not unique

Solution: Either an INSERT IGNORE or a REPLACE.

* Generating default upgrade key...
It may return NULL instead of a Status (fixed in r81006).

* Creating sysop account
Produces a "Mediawiki tried to access the database via wfGetDB(). This is not
allowed" error (also with client installer).

* Creating main page with default content... 
This is the only one showing that it failed instead of a backtrace.
It allows you to continue, so it is already good? Perhaps the error should be
smaller.

-- 
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

Reply via email to