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

           Summary: error while runing update.php after install translate
                    on mediawiki with postgres
           Product: MediaWiki extensions
           Version: any
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Keywords: postgresql
          Severity: normal
          Priority: Normal
         Component: Translate
        AssignedTo: niklas.laxst...@gmail.com
        ReportedBy: cht...@ya.ru
                CC: s.mazel...@xs4all.nl


Creating translate_sections table...PHP Warning:  pg_query(): Query failed:
ERROR:  syntax error at or near "unsigned"
LINE 2:  trs_page int unsigned NOT NULL,
                      ^ in /Users/sites/mywiki/includes/db/DatabasePostgres.php
on line 587
Warning: pg_query(): Query failed: ERROR:  syntax error at or near "unsigned"
LINE 2:  trs_page int unsigned NOT NULL,
                      ^ in /Users/sites/mywiki/includes/db/DatabasePostgres.php
on line 587
A database error has occurred.  Did you forget to run maintenance/update.php
after upgrading?  See:
http://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
Query: CREATE TABLE translate_sections (
 trs_page int unsigned NOT NULL,
 trs_key varchar(255) binary NOT NULL,
 trs_text mediumblob NOT NULL,
 trs_order int unsigned,
 PRIMARY KEY (trs_page, trs_key)
 ) ENGINE=InnoDB

Function: DatabaseBase::sourceFile(
/Users/sites/mywiki/mediawiki-1.16.0/extensions/Translate/tag/../translate.sql
)
Error: 1 ERROR:  syntax error at or near "unsigned"
LINE 2:  trs_page int unsigned NOT NULL,
                      ^

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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