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

           Summary: The snapshot for 1.13 appears corrupt
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: Nuke
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Downloading the version of Nuke specified for 1.13 yields incorrect extension
code. The download is Nuke-MW1.13-r37906.tar.gz. When expanded, all routines
are named SpecialNuke*.php. They are supposed to be named Nuke*.php (according
to the installation instructions). When I modified the instructions to
require_once(../Nuke/SpecialNuke.php) and tried to use the extension, I get a
db error.

The SQL is attempting to access columns rc_log_type and rc_log_action. However,
these columns (in table recentchanges) don't exist. There are columns
rc_log_type_text and rc_log_action_text. The SQL appears to be corrupt, since
the error message specifies it can't find column "upload".

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to