Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Internet
>
WWW/HTTP
>
Dynamic Content
>
XOOPS
>
Ticket List/Search
>
Ticket #8441
XOOPS
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
Help (1)
Open Discussion (1)
Mailing Lists
list of ML
xoops-cvslog
News
Ticket #8441
Ticket List
Submit New Ticket
RSS
必須モジュールがインストールされない
Open Date:
2006-05-22 02:12
Last Update:
2006-09-27 15:56
monitor
ON
OFF
Reporter:
okuhiki
Owner:
minahito
Type:
XOOPSCube2.1 Bugs
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
3
Severity:
5 - Medium
Resolution:
Accepted
File:
None
Details
Reply
新規インストールの直後、必須及びその他のモジュールのイ
ンストールを行なう為のフォームからインストールを行なう
のですが、必須モジュールのインストールは完了しません。
\xoopscube\modules\base\preload\SiteClose\SiteClose.cla
ss.php Line 45
[code] $installer->execute(); [/code]
でインストールの実行が行われていないかも知れませんね。
[code] $installer->_installModule(); [/code]
と関数名を直書きするとインストールが行われるようです。
Ticket History (3/3 Histories)
2006-08-26 19:38
Updated by:
okuhiki
Comment
Reply
Logged In: YES
user_id=13441
SQL の処理手順が変更された為にこの内容は無意味と成りました。
2006-09-15 17:03
Updated by:
minahito
Owner
Update from
(None)
to
minahito
Priority
Update from
5 - Medium
to
3
(Group change on Tracker)
Resolution
Update from
None
to
Accepted
Comment
Reply
Logged In: YES
user_id=8353
修正済みと思われます
2006-09-27 15:56
Updated by:
minahito
Ticket Close date
is changed to
2006-09-27 15:56
Status
Update from
Open
to
Closed
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
ンストールを行なう為のフォームからインストールを行なう
のですが、必須モジュールのインストールは完了しません。
\xoopscube\modules\base\preload\SiteClose\SiteClose.cla
ss.php Line 45
[code] $installer->execute(); [/code]
でインストールの実行が行われていないかも知れませんね。
[code] $installer->_installModule(); [/code]
と関数名を直書きするとインストールが行われるようです。