flagflag  If you want to see English page, please click "English" Button at Left.

0.7 support

  • このフォーラムに新しいトピックを立てることはできません
  • このフォーラムではゲスト投稿が禁止されています

なし 0.7 support

msg# 1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 .3 .4 .5 .6 .7 .8 .9 .10 .11 .12 .13 .14 .15 .16 .17 .18 .19 .20 .21 | 投稿日時 2010-6-19 22:55
skidz  Not too shy to talk   投稿数: 31
Hi, I got XoopenSim installed for a 0.7RC
Having a couple issues with the database..

I also tried the latest dev trunk but that had more issues :)

Any idea when the latest version for 0.7 will be available?

Thanks for you hard work, love the work!
投票数:129 平均点:3.80

なし Re: 0.7 support

msg# 1.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-21 15:21 | 最終変更
admin  Webmaster   投稿数: 245
Hello.

Thank you for your interest XoopenSim.
We have an available version for latest 0.7Dev. This version is support new DB format of 0.7Dev and automatic DB synchronize.

But this is test (beta) version. Perhaps, there are some bugs.
If you want to try to use this version, you can download by using svn command.

# svn co http://www.nsl.tuis.ac.jp/svn/php/xoopensim/trunk xoopensim
# cd xoopensim
# svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.phplib/trunk opensim.phplib
# svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensimwiredux/trunk opensimwiredux
# svn co http://www.nsl.tuis.ac.jp/svn/opensim/flotsam_XmlRpcGroup/trunk flotsam_XmlRpcGroup
# svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.osprofile/trunk osprofile

Attension:
Latest OpenSim 0.7Dev has bug of World Map Function. Therefore, XoopenSim can not display the World Map normally. Please patch to the source code with blow patch code.
We fairly reported on this to JIRA ahead. However, it is not corrected.
It puts it on Wiki.
Thanks.

Fumi.Iseki

PS. The next release (v1.4) schedules the end of June.


- http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/OpenSim/opensim_nsl_r13094_worldmap.patch
----------------------------------------------------------------------------------------------------
diff -Nur opensim-/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs opensim/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs
--- opensim-/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs 2010-06-21 15:10:56.000000000 +0900
+++ opensim/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs 2010-06-21 15:23:38.000000000 +0900
@@ -1006,7 +1006,9 @@

m_log.Debug("[MAPTILE]: STORING MAPTILE IMAGE");

- m_scene.RegionInfo.RegionSettings.TerrainImageID = UUID.Random();
+ UUID terrainImageID = UUID.Random();
+ m_scene.RegionInfo.RegionSettings.TerrainImageID = terrainImageID;
+ m_scene.RegionInfo.lastMapUUID = terrainImageID;

AssetBase asset = new AssetBase(
m_scene.RegionInfo.RegionSettings.TerrainImageID,
投票数:103 平均点:4.27

なし Re: 0.7 support

msg# 1.2
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-21 16:57
skidz  Not too shy to talk   投稿数: 31
Thanks a million for your response. Those commands helped a bunch.. Some pages come up now.

Still getting the (Table 'opensim.regions' doesn't exist) error on some pages... but most work!
And I found I couldn't sync with the database if I had a default region entered.

Thanks again for your response.. and can't wait for 1.4 :)

Tip for anyone else trying to get this to work.. Xoop Cube 2.1.7 does not support the latest php.. I had to use 5.2.10 to get it to work..
投票数:138 平均点:3.91

なし Re: 0.7 support

msg# 1.3
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-21 18:32
admin  Webmaster   投稿数: 245
>> Still getting the (Table 'opensim.regions' doesn't exist) error on some pages... but most work!

???
Is OpenSim mode StandAlone?

StandAlone mode is not supported by XoopenSim, sorry.
投票数:86 平均点:5.23

なし Re: 0.7 support

msg# 1.4
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-21 18:53
iseki  Home away from home   投稿数: 1581
Now, this site's Test OpenSim is executing with StandAlone mode.

Please see XoopenSim on this site.
Is error message same with your site?
投票数:94 平均点:4.79

なし Re: 0.7 support

msg# 1.5
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-21 20:56
skidz  Not too shy to talk   投稿数: 31
Oh wow.. ok.. I assumed it would work with stand alone.. my bad..
Do you know of any opensim web interfaces that are maintained at all that do work on stand alone?

iseki.. sorry didn't see a link to your site.. So I could not look to see if they were the same errors..
投票数:157 平均点:5.41

なし Re: 0.7 support

msg# 1.6
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-21 21:00
skidz  Not too shy to talk   投稿数: 31
Just FYI.. the error I am getting when I go to the Make Avatar page is this:

Database error: Invalid SQL: SELECT regionName FROM regions ORDER BY regionName ASC
MySQL error: 1146 (Table 'opensim.regions' doesn't exist)
Session halted.Notice [PHP]: Constant _MD_XPNSM_DELETE_TTL already defined in file modules/xoopensim/language/english/main.php line 34
Notice [PHP]: Constant CMS_DIR_NAME already defined in file modules/xoopensim/include/config.php line 10
Notice [PHP]: Constant CMS_MODULE_URL already defined in file modules/xoopensim/include/config.php line 11
Notice [PHP]: Constant CMS_MODULE_PATH already defined in file modules/xoopensim/include/config.php line 12
Notice [PHP]: Undefined index: banker_avatar in file modules/xoopensim/include/config.php line 71
投票数:115 平均点:4.96

なし Re: 0.7 support

msg# 1.7
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-21 21:05
skidz  Not too shy to talk   投稿数: 31
Oh.. and I should note too.. I did test this out on 0.6.9 stand alone diva distro.. and it seemed to work fine..
Sorry for the multiple post :)
投票数:98 平均点:4.39

なし Re: 0.7 support

msg# 1.8
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-21 21:26 | 最終変更
iseki  Home away from home   投稿数: 1581
>> iseki.. sorry didn't see a link to your site.. So I could not look to see if they were the same errors..

XoopenSim Link is in right menu at http://www.nsl.tuis.ac.jp/

>> Do you know of any opensim web interfaces that are maintained at all that do work on stand alone?

Sorry, I don't know.
I try correcting XoopenSim executes with StandAlone mode.
But, I do not know whether it is possible to do.

>> Notice [PHP]: Constant CMS_DIR_NAME already defined in file modules/xoopensim/include/config.php line 10

Thank you for your information. I will correct this problem.

Thank you.
投票数:106 平均点:5.38

なし Re: 0.7 support

msg# 1.9
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-21 21:48
skidz  Not too shy to talk   投稿数: 31
>> XoopenSim Link is in right menu at http://www.nsl.tuis.ac.jp/

Yeah, thats the same error :)

I will patiently wait for the release of 1.4 later this month, and try again then..

And Thanks a lot for all your hard work! :)
投票数:99 平均点:4.85

なし Re: 0.7 support

msg# 1.10
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-22 1:20
iseki  Home away from home   投稿数: 1581
Hi skidz.

There is good news.
XoopenSim can execute at 0.7RC1 StandAlone mode now.

You should change [GridService] section at bin/config-include/StandaloneCommon.ini
Please enable StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" line.
Then, "regions" table is created in OpenSim DB.


-----------------------------------------------------------------
[GridService]
;; For in-memory region storage (default)
; StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
;;--- For MySql region storage (alternative)
StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
-----------------------------------------------------------------


Next, please update XoopenSim by svn command.

# cd xoopensim
# svn update
# svn update opensimwiredux
# svn update opensim.phplib


There is no manual of new version XoopenSim yet.
But, Modlos serves as a reference. Modlos is OpenSim Interface for Moodle.
And Modlos is sister application of XoopenSim.
Modlos and XoopenSim have an almost same functions. (difference is that Sloodle is suported)

Modlos's manual is http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?Modlos%20%28E%29


If there are bugs, please teach me.

We wish to express our gratitude for your cooperation.
投票数:83 平均点:5.18

なし Re: 0.7 support

msg# 1.11
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-22 4:18
skidz  Not too shy to talk   投稿数: 31
AWESOME! It works now.
Great work!

I got all the basics working.. no map sim image, but I had not applied that patch just yet, or even tried to debug that :)
Was able to add users, edit users.. see region list.. so on..

I do see one error:
Warning [PHP]: Cannot modify header information - headers already sent by (output started at /var/www/modules/xoopensim/blocks/xoopensim_block_linkstatus.php:85) in file modules/legacyRender/kernel/Legacy_RenderTarget.class.php line 25

I have taken notes on how I set this up and will be soon blogging the details... so it will be a great reference on how to set this up as well.
I also hope to contribute to this project as well. So if I add something new I will send it your way. :)

Thanks again for your help...
投票数:81 平均点:4.81

なし Re: 0.7 support

msg# 1.12
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-22 11:45 | 最終変更
iseki  Home away from home   投稿数: 1581
>> Warning [PHP]: Cannot modify header information - headers already sent by (output started at /var/www/modules/xoopensim/blocks/xoopensim_block_linkstatus.php:85) in file modules/legacyRender/kernel/Legacy_RenderTarget.class.php line 25

This warning cannot be confirmed in my site. Perhaps, Xoops Cube version might be a cause.

By the way, XmlRPC function doesn't work well when "PHP Debug" is turned on at admin menu.
When you will use Floatsam Group function and helper function, please turn off "PHP Debug".
Plese see also http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?XoopenSim%20%28E%29

Thanks.
投票数:79 平均点:4.81

なし Re: 0.7 support

msg# 1.13
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-22 22:54
skidz  Not too shy to talk   投稿数: 31
>> By the way, XmlRPC function doesn't work well when "PHP Debug" is turned on at admin menu.
Good idea

I did get that map patch applied... and works GREAT! :)
投票数:83 平均点:5.18

なし Re: 0.7 support

msg# 1.14
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-23 0:07
skidz  Not too shy to talk   投稿数: 31
Was testing offline messages...

I believe I have everything set up correctly.. But every time I log in now I get the following error in my opensim console.

11:04:04 - [LLCLIENTVIEW]: Caught exception while processing OpenMetaverse.Packets.RetrieveInstantMessagesPacketSystem.NullReferenceException: Object reference not set to an instance of an object
at OpenSim.Region.CoreModules.Avatar.InstantMessage.OfflineMessageModule.RetrieveInstantMessages (IClientAPI client) [0x00000] in <filename unknown>:0
at OpenSim.Region.ClientStack.LindenUDP.LLClientView.HandleRetrieveInstantMessages (IClientAPI sender, OpenMetaverse.Packets.Packet Pack) [0x00000] in <filename unknown>:0
at OpenSim.Region.ClientStack.LindenUDP.LLClientView.ProcessSpecificPacketAsync (System.Object state) [0x00000] in <filename unknown>:0



Here is my OpenSim.ini Config for that area..

[Messaging]
; Control which region module is used for instant messaging.
; Default is InstantMessageModule (this is the name of the core IM module a$
InstantMessageModule = InstantMessageModule
MessageTransferModule = MessageTransferModule
OfflineMessageModule = OfflineMessageModule
OfflineMessageURL = http://xxx.xxx.xxx.xxx/modules/xoopensim/helper/offline.php
MuteListModule = MuteListModule
MuteListURL = http://xxx.xxx.xxx.xxx/modules/xoopensim/helper/mute.php

I am using their latest version of opensim
http://opensimulator.org/viewgit/?a=shortlog&p=opensim&h=refs/heads/0.7-post-fixes

I don't know if this is a problem with the website, or opensim.. so just thought I would let you know.

Any insight would be appreciated :)
投票数:164 平均点:4.88

なし Re: 0.7 support

msg# 1.15
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-23 11:35 | 最終変更
iseki  Home away from home   投稿数: 1581
Thank you for your report.
And, sorry, I didnot write manual of administration with English.
I am not so good at English.

This is because the Guest users doesn't have the right of access to XoopenSim.
Please set access permission of XoopenSim to Guest users.

Setting page is
Admin Menu -> User module -> Group Management -> Permissions Icon of Guest Users

If you installed ALTSYS module, page is
Admin Menu -> ALTSYS -> Module Blocks -> XoopenSim Link -> Permissions (Guest Users)

ALTSYS is very useful module for administration of Xoops.
http://xoops.peak.ne.jp/md/mydownloads/singlefile.php?lid=76&cid=1&easiestml_lang=xlang%3Aen


XoopenSim includes Group, Offline, Profile and Helper functions as partially functions of XoopenSim.
Therefore, the access control acts on those functions.

There is an explanation as follows. But it is Japanese only, sorry.
http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?XoopenSim%2FManual%2Fadmin

Thanks.
投票数:103 平均点:5.34

なし Re: 0.7 support

msg# 1.16
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-23 22:11
skidz  Not too shy to talk   投稿数: 31
Hi Iseki..

Got the Offline messages to work perfectly! Thanks again :)

I am documenting EVERYTHING I do to set this up, So when I am done you will have a better English documents for Xoopensim :)
I have had no troubles understanding you at all :)

Just a couple other notes...

1) I tested the mute list, and when I log out, and back in, it does not remember who was muted.

2) In an effort to make better documents, I deleted everything and started over. Setting up a whole new system. I noticed a new error. When OpenSim is on, I get errors now in the Region list, and Wold Map. When I turn off opensim, I do not get this error. This is the error I get when going to the world map page:
Database error: Invalid SQL: SELECT regions.uuid,regionName,locX,locY,serverIP,serverURI,serverHttpPort,owner_uuid,estate_map.EstateID,EstateOwner,firstname,lastname FROM regions LEFT JOIN estate_map ON RegionID=regions.uuid LEFT JOIN estate_settings ON estate_map.EstateID=estate_settings.EstateID LEFT JOIN UserAccounts ON EstateOwner=UserAccounts.PrincipalID LIMIT 0, 25
MySQL error: 1146 (Table 'skidz_opensim_1.estate_map' doesn't exist)
Session halted.

Thanks again for all your help :)
投票数:90 平均点:3.44

なし Re: 0.7 support

msg# 1.17
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2010-6-23 23:12
skidz  Not too shy to talk   投稿数: 31
:) I just fixed the error I mentioned on number 2.

It was my bad :)
投票数:96 平均点:4.69

なし Re: 0.7 support

msg# 1.17.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-23 23:57
admin  Webmaster   投稿数: 245
1)
Sorry, Mute list function is not implemented.
Offline message is originally function of opensimwiredux.
I only modified this function to execute on Xoops Cube.

When setting offline message at OpenSim.ini, if Mute list function is not configured, Offline message does not work.
Therefore, you should set MuteListURL, but mute.php is empty.


2)
Perhaps, did you set different DB to "estate_connection_string" ?
投票数:89 平均点:3.93

なし Re: 0.7 support

msg# 1.18
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-24 0:08 | 最終変更
iseki  Home away from home   投稿数: 1581
Oh. I wrote as administrator.
The above-mentioned post is mine.
投票数:118 平均点:5.93

なし Re: 0.7 support

msg# 1.19
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-24 8:50
skidz  Not too shy to talk   投稿数: 31
I was doing some more testing.. found a bug..

I thought I would try it on the Xoops Cube 2.2 Alpha
If you enable the opensim status block (without links) for annoyance on all modules it breaks the registration page for the site.
After you submit a new registration request it takes you to a blank page. When I enabled debug I got this :
Warning [PHP]: Cannot modify header information - headers already sent by (output started at /var/www/modules/xoopensim/blocks/xoopensim_block_status.php:64) in file core/XCube_Controller.class.php line 238

Not sure if 1.7 or 1.8 versions have this problem, I had not tested them yet.

Everything else seems to work.
投票数:89 平均点:5.28

なし Re: 0.7 support

msg# 1.20
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-6-24 12:09
iseki  Home away from home   投稿数: 1581
Sorry, as Xoops Cube 2.2 is alpha version now, we do not intend to support it yet.
Because, 2.1 and 2.2 are greatly different structure.
When Xoops Cube 2.2 is release, we will support it.
投票数:95 平均点:6.00

なし Re: 0.7 support

msg# 1.21
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2010-8-29 2:33
master  Just can&#039;t stay away   投稿数: 138
How do i update xoopensim module to current svn versions? Do i overwrite the existing 1.41 module files then use update ?

tnx
投票数:94 平均点:5.11

なし Re: 0.7 support

msg# 1.21.1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2010-8-29 9:55 | 最終変更
admin  Webmaster   投稿数: 245
引用:

master wrotes:
How do i update xoopensim module to current svn versions? Do i overwrite the existing 1.41 module files then use update ?

tnx

As svn version is development version, it might not work well. Please note it. :)

Now svn test version is 1.43 (28 Aug.).
A present progress memo is here.
http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?XoopenSim%20%28E%29%2FFuture%20Works
You can overwrite it, or replace release version that you use now.

ex. of replace)
 mv xoopensim xoopensim-
 svn co http://www.nsl.tuis.ac.jp/svn/php/xoopensim/trunk xoopensim
 cd xoopensim
 bash update    (common module, osprofile and Group module are downloaded)
 chown -R XXX.XXX .   (XXX is owner and group of WEB server)

Next, go "Admin Menu" -> "Legacy System" -> "Module Management"
And click XoopenSim update icon.

Thanks.
投票数:93 平均点:4.52

  条件検索へ


サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 4月翌月
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
<今日>

オンライン状況

62 人のユーザが現在オンラインです。 (1 人のユーザが Forum を参照しています。)

登録ユーザ: 0
ゲスト: 62

もっと...

アクセスカウンタ

今日 : 5600560056005600
昨日 : 8008800880088008
総計 : 2328123623281236232812362328123623281236232812362328123623281236
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com