Repository is developed by The SmartFactory (http://www.smartfactory.ca), a division of InBox Solutions (http://www.inboxsolutions.net)

Admin Tools

Admin Tools

Mediawiki



Description:

MediaWiki is the software used for Wikipedia [http://www.wikipedia.org/] and the other Wikimedia Foundation websites. Compared to other wikis, it has an excellent range of features and support for high-traffic websites using multiple servers (Wikimedia sites peak in the 5000+ requests per second range as of November 2005).

Requieres: Frameworks 1.22

Features:

    System Requirements:

      Submitter: Mamba
      Publisher: phppp
      Released: 2008/06/29

      Version: 1.71
      Release Status: 
      Downloads: 4966
      File Size: 0 B
      Home Page: XOOPSForge

      Rating:   (0 Votes)

      Reviews:  (0)

      Mirrors Available: 0

      Download Times:
      N/A
       
      Price: Free | Platform: 2.0.x | License: GNU General Public License (GPL) (v. 2.0) | Limitations: None

      XOOPS Web Application System User Reviews

      Other files by: Mamba
      DH-Info (2014/04/08)
      XoopsHeadline (2013/02/04)
      XoopsTube (2013/02/04)
      xForms (2013/02/04)
      Soapbox (2013/02/04)
      TDMDownloads (2013/02/04)
      Obituaries (2013/02/04)
      Defacer (2013/02/04)
      Backup (2013/02/04)
      Google Maps (2013/01/04)
      Tag (2013/01/04)
      Mastop 2Go (2013/01/04)
      MyMenus (2013/01/03)
      Birthday (2013/01/03)
      Group Manager (2010/01/19)
      DokuWiki (2008/12/08)
      Auth (2008/07/02)
      Sudoku (2008/06/30)
      XOOPS Roster (2008/06/30)
      MeteoMedia (2008/06/30)

      Mediawiki © copyright 2025 https://xoops.org

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

       Re: Mediawiki


      Comments and discussion have already begun here

      https://xoops.org/modules/newbb/viewtopic.php?post_id=278822#forumpost278822

      Just trying to give everyone ONE meeting room

       
      user

       Re: Mediawiki


      hi

      I am facing with problem when I install this module:


      Query "CREATE TABLE `xoops_mediawiki_user` ( user_id int(5) unsigned NOT NULL auto_increment, user_name varchar(255) binary NOT NULL default '', user_real_name varchar(255) binary NOT NULL default '', user_password tinyblob NOT NULL default '', user_newpassword tinyblob NOT NULL default '', user_email tinytext NOT NULL default '', user_options blob NOT NULL default '', user_touched char(14) binary NOT NULL default '', user_token char(32) binary NOT NULL default '', user_email_authenticated CHAR(14) BINARY, user_email_token CHAR(32) BINARY, user_email_token_expires CHAR(14) BINARY, user_registration CHAR(14) BINARY, PRIMARY KEY user_id (user_id), UNIQUE INDEX user_name (user_name), INDEX (user_email_token) ) TYPE=InnoDB " failed with error code "Table 'xoops_mediawiki_user' already exists (localhost)".



      Could you help me to fix it?

      Thanks in advance

       
      user

       Re: Mediawiki


      Uff, is a problem , not work in format mediawiki.

      Module good installation
      but this module no Look the format mediawiki good in XOOPS 2.3.1 RC

      What is the problem ?

      i have to make to table and look this

      {| | Orange || Apple || more |- | Bread || Pie || more |- | Butter || Ice cream || and more |}

      Not , look a table



      My version is
      Información del sistema «
      Versión XOOPS - XOOPS 2.3.1 RC
      Versión PHP - 5.2.5
      Versión MySQL - 4.1.22-standard
      Versión Server API - apache2handler
      Versión OS - Linux

      module Media Wiki:
      Cannot create fckeditor config file

      Error debug

      Warning: fopen(/cache/fckconfig.mediawiki.js) [function.fopen]: failed to open stream: Permiso denegado in file /modules/mediawiki/extensions/FCKeditor.php line 161

       
      user

       Re: Mediawiki


      Uff, is a problem , not work in format mediawiki.

      My version is
      Información del sistema «
      Versión XOOPS - XOOPS 2.3.1 RC
      Versión PHP - 5.2.5
      Versión MySQL - 4.1.22-standard
      Versión Server API - apache2handler
      Versión OS - Linux

      module Media Wiki:
      Cannot create fckeditor config file

      Error debug

      Warning: fopen(/cache/fckconfig.mediawiki.js) [function.fopen]: failed to open stream: Permiso denegado in file /modules/mediawiki/extensions/FCKeditor.php line 161

      Sorry, This module MediaWiki ,. not look the same Format in media wiki

      Work MediaWiki Good Format no mudule xoops:
      Look here the good format

      Look here in this web the format is diferent Why?

       
      user

       Re: Mediawiki


      Hi, everybody

      The module mediawiki 1.71, I could install it on local.
      in a XOOPS 2.0.18.2.

      I had to turn it into the engine InnoDB is not installed,

      In the file Mysql find the file: my.ini
      we must discuss this line:

      skip_innodb, you must add to the top the "#".

      then save and re-close your local server to restart again.

      Now, what happens is that the formats fail in the pages, but if you already beginning to discuss and have more or less correct format.

      Not yet reproduced the correct format, such as when the normal mediawiki installed on a single server without being XOOPS module.

      We also install the 2.3.1 having made the above steps and behaves the same with the same flaws that 2.0.18.2

      Is a posible solucion ?? for a good format MediaWiki??

       
      user

       Re: Mediawiki


      Ok, Works in xoops. 2.3.1
      Thanks to niluge_kiwi

      The solucion is :
      So the issue is about fckeditor.
      First you can desable it by commenting some lines in the bottom of the modules/mediawiki/LocalSettings.php file.

      In fact you maybe just need to set $wgFCKUseEditor to false:

      $wgFCKUseEditor = false;


      But I'm really not familiar with external editors for xoops, so I cant help you more.
      Maybe FCKeditor does not work with XOOPS 2.3.0, or it need to be reinstalled or something...

       
      user

       Re: Mediawiki


      Ok, Works in xoops. 2.3.1
      Thanks to niluge_kiwi

      The solucion is :
      So the issue is about fckeditor.
      First you can desable it by commenting some lines in the bottom of the modules/mediawiki/LocalSettings.php file.

      In fact you maybe just need to set $wgFCKUseEditor to false:

      $wgFCKUseEditor = false;

       
      user

       Re: Mediawiki


      Hi All,

      I have recently tried using this module on XOOPS 2.5.5 but have experienced some issues.

      I had to change all the MySQL create table functions from "TYPE=" to "ENGINE=" for MySQL 5.0

      The module seems to be functioning when using XOOPS 2.5.5 running PHP 5.2.x.

      However I would like to run it on PHP 5.3.x but this generates an error:

      unexpected T_NAMESPACE, expecting T_STRING in /modules/mediawiki/includes/Namespace.php on line 46

      I have taken a look on the mediawiki site and they state that you should rather use an up to date version of MediaWiki that is compatible with PHP 5.3

      I would like to know how I can either port the existing mediawiki XOOPS module to be compatible with PHP 5.3 or, better yet, could someone possibly explain the interface between the XOOPS module and MediaWIKI components so that I may replace the old MediaWIKI that resides in the XOOPS module with a more up to date version.

       
      Author Thread

      Login

      Top Module Downloads

      Who's Online

      172 user(s) are online (3 user(s) are browsing Module Repository)


      Members: 0


      Guests: 172


      more...

      Donat-O-Meter

      Stats
      Goal: AU$15.00
      Due Date: May 31
      Gross Amount: AU$0.00
      Net Balance: AU$0.00
      Left to go: AU$15.00
      Make donations with PayPal!