[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lojban] how to update tables in Lojbanic Mediawiki (LMW)



If after installing new extensions to LMW you see error messages about some tables not being updated the best thing is to run php upfdate.php from maintenance directory. Or replace in Localsettings.php
//////////////////////
$wgScriptPath       = "";
//$wgScriptPath       = "/~gleki/mediawiki-1.19.2/";
$wgScriptExtension  = ".php";

## The protocol and server name to use in fully-qualified URLs
$wgServer           = "http://mw.lojban.org";
//$wgServer           = "http://vrici.lojban.org";
//////////////////
to 
//////////////////////
//$wgScriptPath       = "";
$wgScriptPath       = "/~gleki/mediawiki-1.19.2/";
$wgScriptExtension  = ".php";

## The protocol and server name to use in fully-qualified URLs
//$wgServer           = "http://mw.lojban.org";
$wgServer           = "http://vrici.lojban.org";
//////////////////


Then upgrade by following http://vrici.lojban.org/~gleki/mediawiki-1.19.2/mw-config/ and after that restore previous lines in Localsettings.php


--
You received this message because you are subscribed to the Google Groups "lojban" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lojban+unsubscribe@googlegroups.com.
To post to this group, send email to lojban@googlegroups.com.
Visit this group at http://groups.google.com/group/lojban.
For more options, visit https://groups.google.com/groups/opt_out.