flagflag  

0.7 support

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum

なし 0.7 support

msg# 1
Previous post - Next post | Parent - Children.1 .2 .3 .4 .5 .6 .7 .8 .9 .10 .11 .12 .13 .14 .15 .16 .17 .18 .19 .20 .21 | Posted on 2010/6/19 22:55
skidz  Not too shy to talk   Posts: 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!
Votes:129 Average:3.80

なし Re: 0.7 support

msg# 1.1
Previous post - Next post | Parent - No child | Posted on 2010/6/21 15:21 | Last modified
admin  Webmaster   Posts: 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,
Votes:103 Average:4.27

なし Re: 0.7 support

msg# 1.2
Previous post - Next post | Parent - No child | Posted on 2010/6/21 16:57
skidz  Not too shy to talk   Posts: 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..
Votes:138 Average:3.91

なし Re: 0.7 support

msg# 1.3
Previous post - Next post | Parent - No child | Posted on 2010/6/21 18:32
admin  Webmaster   Posts: 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.
Votes:86 Average:5.23

なし Re: 0.7 support

msg# 1.4
Previous post - Next post | Parent - No child | Posted on 2010/6/21 18:53
iseki  Home away from home   Posts: 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?
Votes:94 Average:4.79

なし Re: 0.7 support

msg# 1.5
Previous post - Next post | Parent - No child | Posted on 2010/6/21 20:56
skidz  Not too shy to talk   Posts: 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..
Votes:157 Average:5.41

なし Re: 0.7 support

msg# 1.6
Previous post - Next post | Parent - No child | Posted on 2010/6/21 21:00
skidz  Not too shy to talk   Posts: 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
Votes:115 Average:4.96

なし Re: 0.7 support

msg# 1.7
Previous post - Next post | Parent - No child | Posted on 2010/6/21 21:05
skidz  Not too shy to talk   Posts: 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 :)
Votes:98 Average:4.39

なし Re: 0.7 support

msg# 1.8
Previous post - Next post | Parent - No child | Posted on 2010/6/21 21:26 | Last modified
iseki  Home away from home   Posts: 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.
Votes:106 Average:5.38

なし Re: 0.7 support

msg# 1.9
Previous post - Next post | Parent - No child | Posted on 2010/6/21 21:48
skidz  Not too shy to talk   Posts: 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! :)
Votes:99 Average:4.85

なし Re: 0.7 support

msg# 1.10
Previous post - Next post | Parent - No child | Posted on 2010/6/22 1:20
iseki  Home away from home   Posts: 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.
Votes:83 Average:5.18

なし Re: 0.7 support

msg# 1.11
Previous post - Next post | Parent - No child | Posted on 2010/6/22 4:18
skidz  Not too shy to talk   Posts: 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...
Votes:81 Average:4.81

なし Re: 0.7 support

msg# 1.12
Previous post - Next post | Parent - No child | Posted on 2010/6/22 11:45 | Last modified
iseki  Home away from home   Posts: 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.
Votes:79 Average:4.81

なし Re: 0.7 support

msg# 1.13
Previous post - Next post | Parent - No child | Posted on 2010/6/22 22:54
skidz  Not too shy to talk   Posts: 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! :)
Votes:83 Average:5.18

なし Re: 0.7 support

msg# 1.14
Previous post - Next post | Parent - No child | Posted on 2010/6/23 0:07
skidz  Not too shy to talk   Posts: 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 :)
Votes:164 Average:4.88

なし Re: 0.7 support

msg# 1.15
Previous post - Next post | Parent - No child | Posted on 2010/6/23 11:35 | Last modified
iseki  Home away from home   Posts: 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.
Votes:103 Average:5.34

なし Re: 0.7 support

msg# 1.16
Previous post - Next post | Parent - No child | Posted on 2010/6/23 22:11
skidz  Not too shy to talk   Posts: 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 :)
Votes:90 Average:3.44

なし Re: 0.7 support

msg# 1.17
Previous post - Next post | Parent - Children.1 | Posted on 2010/6/23 23:12
skidz  Not too shy to talk   Posts: 31
:) I just fixed the error I mentioned on number 2.

It was my bad :)
Votes:97 Average:4.74

なし Re: 0.7 support

msg# 1.17.1
Previous post - Next post | Parent - No child | Posted on 2010/6/23 23:57
admin  Webmaster   Posts: 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" ?
Votes:89 Average:3.93

なし Re: 0.7 support

msg# 1.18
Previous post - Next post | Parent - No child | Posted on 2010/6/24 0:08 | Last modified
iseki  Home away from home   Posts: 1581
Oh. I wrote as administrator.
The above-mentioned post is mine.
Votes:118 Average:5.93

なし Re: 0.7 support

msg# 1.19
Previous post - Next post | Parent - No child | Posted on 2010/6/24 8:50
skidz  Not too shy to talk   Posts: 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.
Votes:89 Average:5.28

なし Re: 0.7 support

msg# 1.20
Previous post - Next post | Parent - No child | Posted on 2010/6/24 12:09
iseki  Home away from home   Posts: 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.
Votes:95 Average:6.00

なし Re: 0.7 support

msg# 1.21
Previous post - Next post | Parent - Children.1 | Posted on 2010/8/29 2:33
master  Just can&#039;t stay away   Posts: 138
How do i update xoopensim module to current svn versions? Do i overwrite the existing 1.41 module files then use update ?

tnx
Votes:94 Average:5.11

なし Re: 0.7 support

msg# 1.21.1
Previous post - Next post | Parent - No child | Posted on 2010/8/29 9:55 | Last modified
admin  Webmaster   Posts: 245
Quote:

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.
Votes:93 Average:4.52

  Advanced search


Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
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 31
Today

Who's Online

83 user(s) are online (3 user(s) are browsing Forum)

Members: 0
Guests: 83

more...

Access Counter

Today : 9558955895589558
Yesterday : 7722772277227722
Total : 2344103923441039234410392344103923441039234410392344103923441039
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com