Tech:Initial errors on Korean version
From Wikitravel Shared
Contents
Report form
== SECTION NAME == === What happens === === When it happens === === What should happen === === How to fix it === === Additional comments === === Sign below, please ===
[edit] List of errors
| Title | Report by | Status |
|---|---|---|
| OpenID login is broken | sertmann | Fixed |
| Database error "OpenIDGetUserUrl" | Tatata | Fixed |
| Some inter-wiki settings are missing | Tatata | New/IB |
| Mainpage does not go to the mainpage in Korean | sertmann | New/IB |
| License should be CC-by-sa 3.0 | sertmann | |
| Google AdSense comes up on mainpage | Tatata | New/IB |
| Font-style for edit summary | Salamander03 (ko:사용자:Salamander03) | Fixed |
| Wrong redirect | 168.115.62.194 | New/IB |
[edit] OpenID login is broken
[edit] What happens
OpenID login [1] is broken sertmann 19:59, 20 October 2009 (EDT)
"Database::selectField" MySQL은 "1146: Table 'wikitravel_org_-_ko.user_openid' doesn't exist (wikidb)
[edit] When it happens
[edit] What should happen
[edit] How to fix it
[edit] Additional comments
Fixed. -- Tatata 18:39, 16 December 2009 (EST)
[edit] Sign below, please
Reported by sertmann.[2] -- Tatata 21:35, 20 October 2009 (EDT)
[edit] Database error "OpenIDGetUserUrl"
[edit] What happens
I got error message below.
Database error
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "OpenIDGetUserUrl". MySQL returned error "1146: Table 'wikitravel_org_-_ko.user_openid' doesn't exist (wikidb)".
Bug report for the same error:
[edit] When it happens
I created my account and logged in to Korean version. It happens after actions below:
- Click my user name link on top of page, recent changes.
- Click my user page link in tab of my user talk page.
- Click "Save page" button after editing my user page, though the page is saved.
- When search "User:Tatata" by using search box
[edit] What should happen
[edit] How to fix it
I don't know, but I guess it will be resolved after OpenID function fixed.
[edit] Additional comments
Fixed. -- Tatata 18:43, 16 December 2009 (EST)
[edit] Sign below, please
[edit] Some inter-wiki settings are missing
[edit] What happens
Inter-wiki link prefix "shared" is OK, but followings became red links.
Wikitravel.org
- ar
-
en- fixed - wts
External sites
- wikipedia
- commons
- wmc
- world66
- Dmoz
- Wikevent
- wikiHow
I didn't try other inter-wiki links.
[edit] When it happens
Write those links to my test page and previewed/saved it.[3]
[edit] What should happen
Those links should work like English version. For my inter-wiki bot, "ar" and "wts" links are needed at least.
[edit] How to fix it
Add definitions to somewhere... maybe database?
[edit] Additional comments
[edit] Sign below, please
Tatata 21:10, 20 October 2009 (EDT)
[edit] Mainpage does not go to the mainpage in Korean
[edit] What happens
Main page should go here, not to "Main_page" (<-English)
[edit] When it happens
When type http://wikitravel.org/ko into browser's url bar, server returns http://wikitravel.org/ko/Main_Page to browser.
Now, ko:Main Page is a redirect page to ko:대문 as a temporary fix.
[edit] What should happen
[edit] How to fix it
[edit] Additional comments
[edit] Sign below, please
Reported by sertmann.[4] -- Tatata 21:35, 20 October 2009 (EDT)
[edit] License should be CC-by-sa 3.0
[edit] What happens
The footer displays that content is available under the CC-by-sa 1.0 license
[edit] When it happens
On every page
[edit] What should happen
It should display CC-by-sa 3.0
[edit] How to fix it
Can be changed in the setup page
- Update ko:MediaWiki:Copyright based on shared version.
- Update ko:MediaWiki:MediaWiki:Copyrightwarning ; "$2" -> "Creative Commons Attribution-ShareAlike 3.0".
- Update ko:MediaWiki:MediaWiki:Copyrightwarning/en ; "$2" -> "Creative Commons Attribution-ShareAlike 3.0".
- Update ko:Wikitravel:카피레프트 ; "Creative Commons Attribution-ShareAlike 1.0" -> "Creative Commons Attribution-ShareAlike 3.0".
[edit] Additional comments
Fixed. -- Tatata 03:21, 30 October 2009 (EDT)
Need to fix a external link to http://creativecommons.org/licenses/by-sa/1.0/ at "SOME RIGHTS RESERVED (CC) creative commons" logo in footer box. Maybe, we need help by IB's developer. Should we file a tech request when whole site complete the license upgrade?-- Tatata 01:23, 1 November 2009 (EST)
The url is also found as metadata in XHTML source of each pages; <link> element in document head (<head> element). Can be changed at $wgRightsUrl in the LocalSettings.php by IB's developer. I guess, this change will work for both footer and metadata. -- Tatata 19:22, 1 November 2009 (EST)
[edit] Sign below, please
sertmann 07:59, 21 October 2009 (EDT)
[edit] Google AdSense comes up on mainpage
[edit] What happens
Google AdSense comes up on the mainpage of Korean version; 대문.
[edit] When it happens
[edit] What should happen
Google AdSense should not come up on mainpage like user pages and user talk talk pages.
[edit] How to fix it
Maybe, define 대문 as the mainpage of Korean version.
[edit] Additional comments
[edit] Sign below, please
Tatata 12:16, 21 October 2009 (EDT)
[edit] Font-style for edit summary
[edit] What happens
copied from ko:Wikitravel:사랑방#Italic type of Edit Summary.
한국어에서는 작은 글씨가 이탤릭체가 되면 가독성이 저하됩니다. 한국어 위키백과처럼 이탤릭을 해제하는 게 좋을 듯 합니다. (In Korean, italic type makes readability be downgraded. Let's make Edit Summary's type into normal type like Korean wikipedia) Ø샐러맨더 (토론 / 기여) 2009년 10월 21일 (수) 08:39 (EDT)
[edit] When it happens
[edit] What should happen
Use font-style "normal" for edit summary as well as ko.wp.
[edit] How to fix it
Add font-style to our ko:MediaWiki:Common.css.
[edit] Reference
copied from wikipedia:ko:미디어위키:Monobook.css.
/* 편집 요약, 이유의 모양 설정.
(기울임 대신 글자 크기 약간 작게 하여 구별) */
.comment {
font-style: normal !important;
font-size: 9pt;
}
[edit] Additional comments
Fixed. -- Tatata 02:39, 30 October 2009 (EDT)
[edit] Sign below, please
Reported by Salamander03 (ko:사용자:Salamander03).[5] -- Tatata 21:04, 21 October 2009 (EDT)
[edit] Wrong redirect
URL connect is wrong
[edit] What happens
- When Korean IP users approache to http://www.wikitravel.org/, They are moved to http://www.wikitravel.org/ko/한국어
- It is wrong redirect, It must redirct to http://www.wikitravel.org/ko/
Other case (login user):
- http://www.wikitravel.org/ -> http://wikitravel.org/ko/%ED%95%9C%EA%B5%AD%EC%96%B4
- http://wikitravel.org/ -> http://wikitravel.org/ko/%ED%95%9C%EA%B5%AD%EC%96%B4
- http://wikitravel.org/ko -> http://wikitravel.org/ko/Main_Page
- http://wikitravel.org/ko/ -> http://wikitravel.org/ko/Main_Page
All URLs above shold be redirected to http://wikitravel.org/ko/%EB%8C%80%EB%AC%B8 when browser's language setting is "ko", "ko-kr" or "ko-kp".
[edit] When it happens
[edit] What should happen
[edit] How to fix it
I don't know. But it will be fine.
[edit] Additional comments
[edit] Sign below, please
168.115.62.194 05:08, 22 October 2009 (EDT)

