Get XOOPS XOOPS FAQ Forums News Themes Modules
News World of XOOPS Developers Hacks Modules Themes YAXS Archive Submit News

XOOPS vs. Herko Coomans

Local Support

Make a donation

Please select an amount to donate


Do you want your username revealed with your donation?
Yes - List me as a Generous Donor
No - List my donation as from an Anonymous Donor


Search

Twitter News

Cumulus Tag Cloud

admin Arabic banner block Christmas comments cumulus DayDawn dhsoft e-Commerce E-Learning Google GUI hacks instant-zero jQuery module news Nordic Olédrion oxygen PageRank security SEO simple-XOOPS sport tag Theme wiki xoops

New Users

Registering user

# 117889

nanu85

Welcome to XOOPS!

Archives

Advertisement

XOOPS Code hosted on SourceForge

MediaWiki 1.67 For Xoops Is Released

Posted by phppp on 2006/6/10 10:34:06 (8331 reads) | Posted on Modules
MediaWiki is the collaborative editing software that runs Wikipedia, the free encyclopedia, and other projects. It’s designed to handle a large number of users and pages without imposing too rigid a structure or workflow.

System requirements:
* XOOPS 2.0, 2.2, 2.3
* PHP 4.3.2+
* MySQL 4.014+

Download: MediaWiki 1.67 For Xoops

For older PHP/MySQL, plz check MediaWiki 1.58 For Xoops

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;



Printer Friendly Page Send this Story to a Friend Create a PDF from the article


Bookmark this article at these sites

                   

The comments are owned by the poster. We aren't responsible for their content.

Note: the download link is labelled 166.zip
Posted: 2006/6/10 11:27 • Updated: 2006/6/10 11:27
it seems it forgets to "DROP $predix_mediawiki_templatelinks" table on uninstall...
Posted: 2006/6/10 13:06 • Updated: 2006/6/10 13:06
Installed and working with XOOPS v2.3, PHP v4.4.2 and MySQL v4.1.19.

The tables.sql modification fixed my “Specified key was too long” problem with v1.66.

Big Thanks for giving us access to mediawiki!
Posted: 2006/6/10 17:36 • Updated: 2006/6/10 17:37
thx Lance_, the mistake is fixed


the table was missing in previous version so it was not dropped when unistall.
It has been added in 1.67, so if you were uninstall 1.67, it would be working.
Posted: 2006/6/10 21:20 • Updated: 2006/6/10 21:20
I just install it!
and i have install the smartfaq module.

But message has show...
Quote:

Warning [PHP]: Cannot modify header information - headers already sent by (output started at /var/www/learn/modules/smartfaq/xoops_version.php:874) in file modules/mediawiki/include/XoopsOutputPage.php line 172
Warning [PHP]: Cannot modify header information - headers already sent by (output started at /var/www/learn/modules/smartfaq/xoops_version.php:874) in file modules/mediawiki/include/XoopsOutputPage.php line 185


-----------------------
It's realy great module!

The wrong is smartfaq's xoops_version.php line 874 have blank character.
Just clear the blank character.
Posted: 2006/6/12 8:18 • Updated: 2006/6/12 9:51
On which page you get the messages?
and what blocks do you have on the page?
Posted: 2006/6/12 22:42 • Updated: 2006/6/12 22:42
Hi phppp,
first... respect for all your great works. Exelent modules.

Dokuwiki worked for me right from the first try (now I discovered, that the Recent changes doesn't work but I will figure it out later).

The main problem for me now is the MediaWiki which I consider as the main wiki-goal.
Till today I wasn't able to install it properly, resp. the database part have never installed.
There were some minor problems with path in files
/modules/mediawiki/admin/install.mediawiki.php
/modules/mediawiki/admin/update.mediawiki.php
which I thought I corrected (adding "../" in front of them).
The PHP debug told me that the file didn't exist so I figured.
Quote:

Warning [PHP]: ini_set() has been disabled for security reasons in file modules/mediawiki/LocalSettings.php line 26

Now when I try to install mediawiki, I get blank page, no errors, nothing, and the result is the same - module is ok in system but no tables were created, no errors reported.

I noticed there some ini_set which is marked as Warning which is probably not allowed PHP command on my hosting.

When I try to access the module I get this:
A database error has occurred
Query
SELECT user_name,user_password,user_newpassword,user_email,user_email_authenticated,user_real_name,user_options,user_touched,user_token,user_registration FROM `xoops_mediawiki_userWHERE user_id '1' LIMIT 1
Function: User::loadFromDatabase
Error
1146 Table 'zpccz.xoops_mediawiki_user' doesnt exist (127.0.0.1)

Backtrace:

    * 
GlobalFunctions.php line 602 calls wfbacktrace()
    * 
Database.php line 493 calls wfdebugdiebacktrace()
    * 
Database.php line 439 calls databasemysql::reportqueryerror()
    * 
Database.php line 826 calls databasemysql::query()
    * 
Database.php line 845 calls databasemysql::select()
    * 
User.php line 763 calls databasemysql::selectrow()
    * 
User.php line 1088 calls user::loadfromdatabase()
    * 
Setup.php line 239 calls user::getoption()
    * 
index.php line 80 calls require_once()

plus bunch of Notices...

And my system:
XOOPS 2.0.13.2
Frameworks - art-1.07 / xoops22-1.0
MediaWiki 1.67
PHP 4.4.1
MySQL 4.0.27-log

I am right now little bit lost, I don't know where to look for solutions, cause the install return just blank page. Any guidance would be very much welcome.
Posted: 2006/6/14 13:49 • Updated: 2006/6/14 13:49
ZPC
ZPC, the "path" must be the problem for you.
Posted: 2006/6/14 21:03 • Updated: 2006/6/14 21:03
hi phppp,
thanx for the reply.
I tried to fix all the path problems and to track the problem. I was able to get some output through ECHO and it all stopped when it was doing:
Quote:
require_once( "$IP/languages/Language.php" );

in file includes/Setup.php

Which I don't know how to track the problem and I think that problem in that file is no your problem but MediaWiki's... so we will see later.

Thanx for the DokuWiki, works like a charm (I fixed the Recent Changes part - wrong CHMOD )

Btw. I tried to install standAlone MediaWiki and it stops on Initialising "MediaWiki" namespace... which is reported bug on mediaWiki site. Well it's all for now from me and mediaWiki.
Posted: 2006/6/15 2:26 • Updated: 2006/6/15 4:08
ZPC
This module is great. Installed and works like a charm. Thank you!
Posted: 2006/7/26 16:03 • Updated: 2006/7/26 16:06
Hi.

I have the exact same problem.

Freshly installed XOOPS 2.0.14, then Mediawiki 1.67.

After installation I can set the preference of Mediawiki but going to the module front page just shows a blank screen.

Checking my database I can see it hasn't created any tables so that must be the problem.

Did you manage to solve the problem or did any other users with the same errors?
Posted: 2006/7/27 12:44 • Updated: 2006/7/27 12:44
Great module but the css of the theme used on XOOPS main site also works on the wiki which can result in strange and unwanted behaviour. Would be nice if the wiki just used its own css and theme.
Posted: 2006/7/29 15:14 • Updated: 2006/7/29 15:14
Bonjour,

Great works !!! I installed it: no issue during the install.
All the users of my portal (www.go4-it.eu) love it but ... It is extremely slow (whereas other parts of the portal are not).

Is it a 'normal' behaviour ?

My config is:
Xoops 2.2
Mediawiki 1.67
Apache 2.0.53
RAM: 256 Mb
Bandwidth : 512ko/s min guaranted on Lycos VDS

Many thanks for ideas about this,

Franck
Posted: 2006/8/5 11:08 • Updated: 2006/8/5 11:08
how can I fix it so that only the original monobook style is used instead of letting users switch them?
Posted: 2006/8/13 9:22 • Updated: 2006/8/13 9:22
I get the following error, when I try to access mediawiki: Fatal error: Only variables can be passed by reference in /home/www/portal/modules/mediawiki/include/XoopsOutputPage.php on line 208

The page I'm trying to access is http://portal_address/modules/mediawiki/index.php/Main_Page

I can access Preferences...

xoops 2.0.13.2
mysql 4.x
php 5.0.5
framework 2.0

(i would try mediawiki 1.71 but the mirror is dead)

Matej
Posted: 2006/10/16 4:29 • Updated: 2006/10/16 4:29
Found a solution. It's a bug in php 5.0.5.

http://bugs.php.net/bug.php?id=33558

Matej
Posted: 2006/10/16 5:48 • Updated: 2006/10/16 5:48
Will there be a MediaWiki 1.68 release to fix security bugs? For those of us are still on PHP 4.x would like to see Mediawiki v1.68 module for XOOPS v2.0.16.

Going from PHP 4.x to 5.x is straight forward but some of the XOOPS modules out there still depends on PHP 4.x.

Again and always, many thanks to the developers and folks supporting XOOPS!!!
Posted: 2006/12/30 9:30 • Updated: 2006/12/30 9:30
Deleted template:abc but it still appear in page which use template:abc any solution for this. Thanks
Posted: 2007/4/24 19:38 • Updated: 2007/4/26 3:24