Login
Username

Password



Lost Password?

Register now!
Referer
No referer

Guests cannot post in this forum

You cannot start a new topic in this forum

Action
list-tree Tree order sort-down Newest first previous Previous topic next Next topic

なし Re: Upgrade to MediaWiki 1.40

If you get database error, access <yoursite>/xxupdate.php script at once.
MediaWiki Update

If you are using LocalSettings.php long time. Fix old style skin loader.
from old style:
require_once "$IP/skins/Modern/Modern.php";
require_once "$IP/skins/MonoBook/MonoBook.php";
require_once "$IP/skins/Vector/Vector.php";


to new style:
wfLoadSkin( 'MonoBook' );
wfLoadSkin( 'Timeless' );
wfLoadSkin( 'Vector' );
--
Nobuhiro YASUTOMI (MySite Users Webmaster)

なし Re: Upgrade to MediaWiki 1.40

I have fix the error. I had to revert the wiki to version 1.40, delete all the pages, then update it again to version 1.41, then restore the pages. But thank you for your help :)

list-tree Tree order sort-down Newest first previous Previous topic next Next topic



Advanced search
© 2008 MySite Web Service