Modules

MediaWiki 1.67 For Xoops Is Released

phppp  10-Jun-2006 14:34 11979 Reads   18 Comment(s) 
User guide:
1 Check the file xoops-module-mediawiki-167/readme.html for details
2 Make sure to always use the latest Frameworks by checking the emtpy file xoops-module-mediawiki-167/art/version *.** (applicable to all modules using the Frameworks/art/)
3 If you have error of “Specified key was too long” with installation, modify modules/mediawiki/maintenance/tables.sql (Not fully validated yet):
CREATE TABLE /*$wgDBprefix*/job (
  
job_id int(9unsigned NOT NULL auto_increment,
  
  -- 
Command namecurrently only refreshLinks is defined
  job_cmd varchar
(255NOT NULL default '',

  -- Namespace and 
title to act on
  
-- Should be 0 and '' if the command does not operate on a title
  job_namespace int NOT NULL 
default '0',
  
job_title varchar(255binary NOT NULL default '',

  -- 
Any other parameters to the command
  
-- Presently unusedformat undefined
  job_params blob NOT NULL 
default '',

  
PRIMARY KEY job_id (job_id),
  
KEY (job_cmdjob_namespacejob_title)
TYPE=InnoDB, DEFAULT CHARACTER SET latin1 collate utf8_general_ci;

Rating 0/5
Rating: 0/5 (0 votes)
Voting is disabled!


Login

Who's Online

169 user(s) are online (3 user(s) are browsing Publisher)


Members: 0


Guests: 169


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits

Categories