Get XOOPS XOOPSXOOPS FAQFAQ ForumsForums NewsNews ThemesThemes ModulesModules

Search

Donate to XOOPS!

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


Local Support

Advertisement

XOOPS Code hosted on SourceForge

Cumulus Tag Cloud

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

New Users

Registering user

# 133947

website_make

Welcome to XOOPS!
[Main Page]

Help:Maintenance scripts overview

From XOOPS Web Application System

Main Page | Recent changes | Edit this page | Page history | Switch to MediaWiki mode

Printable version | Disclaimers | Privacy policy
Category: System admin handbook

MediaWiki includes a range of maintenance scripts in the maintenance/ directory of the installation. These scripts are designed to be run from the command line on the server. To run the php scripts (eg refreshLinks.php , rebuildall.php), use the following syntax at a command prompt on your wiki server:

foo@bar:~/www/mediawiki/maintenance$ php refreshLinks.php

To be able to use these scripts, you have to setup the file AdminSettings.php in the base directory of the installation. This can be done by renaming and editing the file AdminSettings.sample in the same directory.

Remember that MediaWiki is developed mainly for the Wikimedia Foundation projects : it just happens to work for other people. Most maintenance scripts are used by the wiki administrator to do... maintenance. As the maintainers of Wikimedia sites are also developers, most of the time they don't write any documentation.

1.5rc4

alltrans.php 
Prints a list of allmessages in english, to facilitate translations.
attribute.php 
Has not been updated for 1.5x database schema.
rebuildall.php 
rebuildall is designed to rebuild the database links and indices.
clear_stats.php 
Resets statistics in the Special:Statistics page.
deleteOldRevisions.php 
Removes page histories.
Rebuildall.php
is one of the scripts included in the maintenance/ directory of your MediaWiki installation. Its purpose is to rebuild the links and indices used for searching your site.

warning: In MediaWiki 1.5rc4 Rebuildall.php will empty your recent changes table in the process. You will not be able to discern what has recently been changed on your site.

1.5.8

rebuildMessages.php
refresh the messages in the database from the LanguageXX.php file (from here)

1.6.7

Rebuildall.php
is one of the scripts included in the maintenance/ directory of your MediaWiki installation. Its purpose is to rebuild the links and indices used for searching your site.

Template:Stub

Retrieved from "http://xoops.org/modules/mediawiki/index.php/Help:Maintenance_scripts_overview"

This page has been accessed 1,169 times. This page was last modified 07:01, 20 November 2007. Content is available under XOOPS Web Application System.