OddmuseTrouble: Difference between revisions

Jump to navigation Jump to search
810 bytes added ,  19 January 2019
m
Text replacement - "http://errerrors.blogspot.com" to "https://errerrors.blogspot.com"
No edit summary
m (Text replacement - "http://errerrors.blogspot.com" to "https://errerrors.blogspot.com")
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[OddmuseWikiInstallRecord|Oddmuse Wiki]] Troubles ([[OddmuseTroubleZH|中文版]])
[[Oddmuse wiki]] Troubles ([[OddmuseTroubleZH|中文版]])


==== Q: Node name in chinese is not work ====
==== Q: Node name in chinese is not work ====
Line 5: Line 5:


==== Q: Message:「Could not get visitors lock」or 「Could not get main lock: File exists」,and the script couldnot work ====
==== Q: Message:「Could not get visitors lock」or 「Could not get main lock: File exists」,and the script couldnot work ====
A: The official website said it's because script crash,I recommend to update your oddmuse script. (I met this problem in v. 1.287,and solve it after updated to v. 1.300)) other possibile solution is [http://www.emacswiki.org/cgi-bin/oddmuse-zh.pl/Unlock_Action unlock action], 2)place Data Dir to different directory,please check [http://www.emacswiki.org/cgi-bin/oddmuse-zh.pl/Known_Problems Known_Problems]
A: The official website said it's because script crash,I recommend to update your oddmuse script. (I met this problem in v. 1.287,and solve it after updated to v. 1.300)) other possibile solution is [http://www.emacswiki.org/cgi-bin/oddmuse-zh.pl/Unlock_Action unlock action], 2)place Data Dir to different directory,please check [http://www.emacswiki.org/cgi-bin/oddmuse-zh.pl/Known_Problems Known_Problems] or [http://oddwiki.taoriver.net/wiki.pl/Troubleshooting Trouble shooting]


===== Q:update to new version =====
I met this problem after updating to version 1.532, so I move my Data to another directory without space.
original (met 500 error when I try to save a wiki page)
$DataDir = 'C:/Program Files/Apache Group/Apache/htdocs/oddmuse';
new
$DataDir = 'c:/webpage/htdocs/oddmuse';


==== Q: [il10N] couldnot load chinese translation file ====
==== Q: [il10N] couldnot load chinese translation file ====
Line 20: Line 30:
: '''狀況''': http://www.webhospital.org.tw/essay/essay.html?pid=16&category=道聽不塗說
: '''狀況''': http://www.webhospital.org.tw/essay/essay.html?pid=16&category=道聽不塗說


: '''解決方法''':將 ''...category=道聽不塗說'' 中文字[RFC 2396]編碼(urlencode)為 ''...category=%B9D%C5%A5%A4%A3%B6%EE%BB%A1'' 如:http://www.webhospital.org.tw/essay/essay.html?pid=16&category=%B9D%C5%A5%A4%A3%B6%EE%BB%A1  不過這樣滿醜的,建議改成<nowiki>[網址 網站說明文字]</nowiki>即[http://www.webhospital.org.tw/essay/essay.html?pid=16&category=%B9D%C5%A5%A4%A3%B6%EE%BB%A1 道聽不塗說]
: '''解決方法''':將 ''...category=道聽不塗說'' 中文字[RFC 2396]編碼([[URL Encoding]])為 ''...category=%B9D%C5%A5%A4%A3%B6%EE%BB%A1'' 如:http://www.webhospital.org.tw/essay/essay.html?pid=16&category=%B9D%C5%A5%A4%A3%B6%EE%BB%A1  不過這樣滿醜的,建議改成<nowiki>[網址 網站說明文字]</nowiki>即[http://www.webhospital.org.tw/essay/essay.html?pid=16&category=%B9D%C5%A5%A4%A3%B6%EE%BB%A1 道聽不塗說]


==== Q: 書籍查詢ISBN時,無法使用自己的查詢設定 ====
==== Q: 書籍查詢ISBN時,無法使用自己的查詢設定 ====
Line 110: Line 119:
:: correct - Google:眾聲喧嘩%20獨領風騷
:: correct - Google:眾聲喧嘩%20獨領風騷
: please encode " to %22 ; encode = to  %3d; encode half space character (半形空白) to %20; encode : to %3A; encode / to %2F ; the complete encode list please see [http://www.blooberry.com/indexdot/html/topics/urlencoding.htm URL Encoding]
: please encode " to %22 ; encode = to  %3d; encode half space character (半形空白) to %20; encode : to %3A; encode / to %2F ; the complete encode list please see [http://www.blooberry.com/indexdot/html/topics/urlencoding.htm URL Encoding]
==== Q: 中文頁面名稱.pg: No such file or directory ====
[https://errerrors.blogspot.com/2007/05/pg-no-such-file-or-directory-oddmuse.html 中文頁面名稱.pg: No such file or directory解決方式]
==== Q: Index of all pages (for all pages, permanent anchors) is 0 page ====
* del the file named pageidx (enforece Oddmuse regenerate its index file)


==== Q: Oddmuse migrate to another server ====
==== Q: Oddmuse migrate to another server ====
Line 116: Line 134:
:* modify config file,let $RefererTracking = 0 ,and del all refer files in "refer" directory   
:* modify config file,let $RefererTracking = 0 ,and del all refer files in "refer" directory   
:* upload two dir "keep" and "page"
:* upload two dir "keep" and "page"
:* del pageidx file (enforece Oddmuse generate its index file) partial cited from:oddmuse.org: [http://www.oddmuse.org/cgi-bin/oddmuse-zh/%e5%88%aa%e9%99%a4%e9%a0%81%e9%9d%a2 刪除頁面]
:* del pageidx file (enforece Oddmuse regenerate its index file) partial cited from:oddmuse.org: [http://www.oddmuse.org/cgi-bin/oddmuse-zh/%e5%88%aa%e9%99%a4%e9%a0%81%e9%9d%a2 刪除頁面]


==== Q:more questions to solve ====
==== Q:more questions to solve ====


A: check the [http://www.oddmuse.org/cgi-bin/oddmuse-zh/%e7%b6%b2%e7%ab%99%e5%9c%b0%e5%9c%96 offcial oddmuse wiki website].
A: check the [http://www.oddmuse.org/cgi-bin/oddmuse-zh/%e7%b6%b2%e7%ab%99%e5%9c%b0%e5%9c%96 offcial oddmuse wiki website] and its [http://oddwiki.taoriver.net/wiki.pl/Forum Forum].




[[Category:OddmuseWiki]]
[[Category:OddmuseWiki]] [[Category:Errors]]

Navigation menu