다운로드
소프트웨어 개발
계정
다운로드
소프트웨어 개발
Login
Forgot Account/Password
계정 만들기
언어
도움
언어
도움
×
Login
Login Name
Password
×
Forgot Account/Password
Translation Status of 한국말
Category:
Software
People
PersonalForge
Magazine
Wiki
검색
OSDN
>
브라 우즈 소프트웨어
>
Internet
>
WWW/HTTP
>
Dynamic Content
>
XOOPS
>
Ticket List/Search
>
Ticket #8442
XOOPS
Description
Project Summary
Developer Dashboard
웹 페이지
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
다운로드
List of Releases
Stats
소스 코드
Code Repository list
CVS
View Repository
티켓
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
포럼
List of Forums
도움 (1)
Open Discussion (1)
Mailing Lists
list of ML
xoops-cvslog
News
Ticket #8442
Ticket List
Submit New Ticket
RSS
定数 _QUOTEC が未定義?
오픈 날짜:
2006-05-22 02:23
마지막 업데이트:
2006-08-26 17:16
monitor
ON
OFF
Reporter:
okuhiki
소유자:
minahito
Type:
XOOPSCube2.1 Bugs
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Accepted
File:
None
Details
Reply
\xoopscube\modules\base\kernel\Legacy_Controller.class.
php Line 371
[code]
$this->mLanguage = $configs[0]->getVar('conf_value');
[/code]
_QUOTEC などの定義が行なわれる前に、該当定数が必要な関
数が呼び出されているのでしょうか。
上記付近の実行中に module.textsanitizer.php 呼ばれて
notice が出ています。
Ticket History (1/1 Histories)
2006-08-26 17:16
Updated by:
minahito
Ticket Close date
is changed to
2006-08-26 17:16
소유자
Update from
(None)
to
minahito
(Category change on Tracker)
Resolution
Update from
None
to
Accepted
Status
Update from
Open
to
Closed
댓글 올리기
Reply
Logged In: YES
user_id=8353
同じく okuhiki さんのフォーラムでのご報告のおかげで、
今件解決したと思われます。
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
php Line 371
[code]
$this->mLanguage = $configs[0]->getVar('conf_value');
[/code]
_QUOTEC などの定義が行なわれる前に、該当定数が必要な関
数が呼び出されているのでしょうか。
上記付近の実行中に module.textsanitizer.php 呼ばれて
notice が出ています。