ログイン
ユーザ名

パスワード



パスワード紛失

新規登録
参照元情報
参照なし

このフォーラムではゲスト投稿が禁止されています

このフォーラムに新しいトピックを立てることはできません

Action
list-tree ツリー構造順で表示 sort-down 投稿の新しいものから previous 前のトピック next 次のトピック

なし 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' );
--
安冨 伸浩 (マイサイト管理人)

なし 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 ツリー構造順で表示 sort-down 投稿の新しいものから previous 前のトピック next 次のトピック



条件検索へ
© 2008 MySite Web Service