flagflag  
13: 2011-02-11 (Fri) 13:21:25 admin source Cur: 2012-04-21 (Sat) 23:00:28 iseki source
Line 109: Line 109:
   Module  = GroupsModule    Module  = GroupsModule
   NoticesEnabled  = true    NoticesEnabled  = true
 + 
   MessagingModule = GroupsMessagingModule    MessagingModule = GroupsMessagingModule
   MessagingEnabled = true    MessagingEnabled = true
 + 
   ServicesConnectorModule = XmlRpcGroupsServicesConnector    ServicesConnectorModule = XmlRpcGroupsServicesConnector
   GroupsServerURI      = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php    GroupsServerURI      = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php
Line 124: Line 124:
   Module  = GroupsModule    Module  = GroupsModule
   DebugEnabled    = false    DebugEnabled    = false
 + 
   ServicesConnectorModule = XmlRpcGroupsServicesConnector    ServicesConnectorModule = XmlRpcGroupsServicesConnector
   XmlRpcServiceURL        = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php    XmlRpcServiceURL        = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php
Line 164: Line 164:
**** Setting of OpenSim.ini [#m2128776] **** Setting of OpenSim.ini [#m2128776]
- ''[Profile] section'' is added to OpenSim.ini, and ''ProfileURL'' is set as below. - ''[Profile] section'' is added to OpenSim.ini, and ''ProfileURL'' is set as below.
--- ex.) for XoopenSim+- Example 
 + [Profile] 
 +   ; Change it to your own HTTP server to have the Profile server work 
 +   ProfileURL = http://el.nsl.tuis.ac.jp/moodle/blocks/m​odlos/helper/profile.php 
 +   ;ProfileURL = http://www.nsl.tuis.ac.jp/xoops/modules/​xoopensim/helper/profile.php 
 + 
 +**** config-include/Grid.ini [#f43dd953] 
 +- Change ''[Profile] section'' from BasicProfileModule to ''OpenProfileModule'' as below.
 [Profile]  [Profile]
-   ProfileURL = XOOPS_URL/modules/xoopensim/helper/profi​le.php+   Module = "OpenProfileModule"
**** Recompile of module [#rf8e414b] **** Recompile of module [#rf8e414b]
Line 192: Line 199:
   gridname = "Your Grid Name"    gridname = "Your Grid Name"
   data_services = "XOOPS_URL/modules/xoopensim/helper/regis​ter.php"    data_services = "XOOPS_URL/modules/xoopensim/helper/regis​ter.php"
 + 
 [Modules]  [Modules]
   LandServices = "RemoteLandServicesConnector"    LandServices = "RemoteLandServicesConnector"
 + 
 [Search]  [Search]
   SearchURL = "XOOPS_URL/modules/xoopensim/helper/query​.php"    SearchURL = "XOOPS_URL/modules/xoopensim/helper/query​.php"
-- At 0.7.1Dev,  ''LoandService'' of the [Modules] section need not be set (It is set at another setting file).+- After 0.7.1,  ''LoandService'' of the [Modules] section need not be set. It is set at ''config-include/*.ini'' setting file.
#br #br
Line 220: Line 227:
 09:26:23 - [APPLICATION]:  09:26:23 - [APPLICATION]:
 APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs  APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs
 + 
 Exception: System.Exception: No IGridService available. This could happen if the config_include folder doesn't exist or if the OpenSim.ini [Architecture] section isn't set.  Please also check that you have the correct version of your inventory service dll.  Sometimes old versions of this dll will still exist.  Do a clean checkout and re-create the opensim.ini from the opensim.ini.example.  Exception: System.Exception: No IGridService available. This could happen if the config_include folder doesn't exist or if the OpenSim.ini [Architecture] section isn't set.  Please also check that you have the correct version of your inventory service dll.  Sometimes old versions of this dll will still exist.  Do a clean checkout and re-create the opensim.ini from the opensim.ini.example.
  at OpenSim.Region.Framework.Scenes.Scene.ge​t_GridService () [0x00000] in <filename unknown>:0   at OpenSim.Region.Framework.Scenes.Scene.ge​t_GridService () [0x00000] in <filename unknown>:0
Line 272: Line 279:
#br #br
-*** Support StandAlone mode of v0.7 [#v6a1253e] +*** Support of StandAlone mode [#v6a1253e] 
-- You can not use [[XoopenSim>XoopenSim (E)]]/[[Modlos>Modlos (E)]] with SQLite. If you want to execute StandAlone mode with [[XoopenSim>XoopenSim (E)]]/[[Modlos>Modlos (E)]], you should use MySQL DB. (MySQL settings are at bin/OpenSim.ini and bin/config-include/StandaloneCommon.ini+- You can not use [[XoopenSim>XoopenSim (E)]]/[[Modlos>Modlos (E)]] with SQLite. 
--- OpenSim.ini +- If you want to execute [[XoopenSim>XoopenSim (E)]]/[[Modlos>Modlos (E)]] with StandAlone mode, you should use ''MySQL'' DB. 
- [Startup] +- In addition, you must setup ''[GridService] section'' in StandaloneCommon.ini and ''[PresenceService] section'' in Standalone.ini.
- .......................... +
- ; --- Null stores nothing - effectively disabling persistence: +
- ;storage_plugin = "OpenSim.Data.Null.dll" +
- .......................... +
- ;storage_plugin = "OpenSim.Data.SQLite.dll" +
- ;storage_plugin = "OpenSim.Data.SQLiteLegacy.dll" +
- ;storage_connection_string="URI=file:OpenSim.db,version=3"; +
- .......................... +
- storage_plugin="OpenSim.Data.MySQL.dll" +
- storage_connection_string="Data Source=localhost;Database=db_name;User ID=db_id;Password=db_password;"+
--- StandaloneCommon.ini +#br
- [DatabaseService] +
- .......................... +
- ; SQLite +
- ;Include-Storage = "config-include/storage/SQLiteStandalone.​ini"; +
- .......................... +
- ; MySql +
- ; Uncomment these lines if you want to use mysql storage +
- ; Change the connection string to your db details +
- StorageProvider = "OpenSim.Data.MySQL.dll" +
- ConnectionString = "Data Source=localhost;Database=db_name;User ID=db_id;Password=db_password;"+
 +**** [[for 0.7>./StandAlone for 0.7]] [#c440d7a6]
 +#br
-- In addition, you should change ''[GridService]'' section at ''bin/config-include/StandaloneCommon.in​i'', too+**** for 0.7.1.x and 0.7.2 Dev [#p23b04de] 
--- Please enable ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"'' line.+ 
 +- StandaloneCommon.ini 
 + [DatabaseService] 
 +   ; 
 +   ; ### Choose the DB 
 +   ;    ; SQLite 
 +   ;Include-Storage = "config-include/storage/SQLiteStandalone.​ini";    ; MySql 
 +   ; Uncomment these lines if you want to use mysql storage 
 +   ; Change the connection string to your db details 
 +   StorageProvider = "OpenSim.Data.MySQL.dll" 
 +   ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" 
 +   ; Uncomment this line if you are using MySQL and want to use a different database for estates 
 +   ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" 
 + 
 +- And you should change ''[GridService]'' section at ''bin/config-include/StandaloneCommon.in​i''. 
 +- Please enable ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"'' line.
 [GridService]  [GridService]
- ;; For in-memory region storage (default) +    ;; For in-memory region storage (default) 
- ; StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" +    ;StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" 
- ;;--- For MySql region storage (alternative) +    ;;--- For MySql region storage (alternative) 
- StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"+    StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" 
 + 
 +- In addition, please chage [PresenceService]section at ''bin/config-include/Standalone.ini'', too. 
 +- Please add ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"'' line. 
 + [PresenceService] 
 +   LocalServiceModule = "OpenSim.Services.PresenceService.dll:Pre​senceService" 
 +   ;;StorageProvider = "OpenSim.Data.Null.dll" 
 +   StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
*** Money Server [#m98b39a2] *** Money Server [#m98b39a2]
-- Money Server and XoopenSim/Modlos are different functions. Therefore, Please refer to [[here>http://www.nsl.tuis.ac.jp/xoops/m​odules/xpwiki/?OpenSim%2FMoneyServer]] for Money Server.+- Money Server and [[XoopenSim>XoopenSim (E)]]/[[Modlos>Modlos (E)]]  are different functions. Therefore, Please refer to [[here>http://www.nsl.tuis.ac.jp/xoops/m​odules/xpwiki/?OpenSim%2FMoneyServer]] for Money Server.
#br #br
Line 358: Line 369:
   WorldMapModule = "WorldMap"    WorldMapModule = "WorldMap"
   MapImageModule = "MapImageModule"    MapImageModule = "MapImageModule"
 + 
 [Groups]  [Groups]
   Enabled = true    Enabled = true
   Module  = GroupsModule    Module  = GroupsModule
   NoticesEnabled  = true    NoticesEnabled  = true
 + 
   MessagingModule  = GroupsMessagingModule    MessagingModule  = GroupsMessagingModule
   MessagingEnabled = true    MessagingEnabled = true
 + 
   ServicesConnectorModule = XmlRpcGroupsServicesConnector    ServicesConnectorModule = XmlRpcGroupsServicesConnector
   GroupsServerURI      = MODLOS_URL/blocks/modlos/helper/xmlgroup​s.php    GroupsServerURI      = MODLOS_URL/blocks/modlos/helper/xmlgroup​s.php
   XmlRpcServiceReadKey  = "Read Key"    XmlRpcServiceReadKey  = "Read Key"
   XmlRpcServiceWriteKey = "Write Key"    XmlRpcServiceWriteKey = "Write Key"
 + 
 [Messaging]  [Messaging]
   InstantMessageModule = InstantMessageModule    InstantMessageModule = InstantMessageModule
Line 379: Line 390:
   MuteListModule = NSLMuteListModule    MuteListModule = NSLMuteListModule
   MuteListURL = MODLOS_URL/blocks/modlos/helper/mute.php​    MuteListURL = MODLOS_URL/blocks/modlos/helper/mute.php​
 + 
 [WebStats]  [WebStats]
   enabled=true    enabled=true
 + 
 [DataSnapshot]  [DataSnapshot]
   index_sims = true    index_sims = true
   gridname = "Your Grid Name"    gridname = "Your Grid Name"
   data_services = "MODLOS_URL/blocks/modlos/helper/register​.php"    data_services = "MODLOS_URL/blocks/modlos/helper/register​.php"
 + 
 [Modules]  [Modules]
   LandServices = "RemoteLandServicesConnector"    LandServices = "RemoteLandServicesConnector"
 + 
 [Profile]  [Profile]
   ProfileURL = "MODLOS_URL/blocks/modlos/helper/profile.​php"    ProfileURL = "MODLOS_URL/blocks/modlos/helper/profile.​php"
 + 
 [Search]  [Search]
   SearchURL  = "MODLOS_URL/blocks/modlos/helper/query.ph​p"    SearchURL  = "MODLOS_URL/blocks/modlos/helper/query.ph​p"


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

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

29 user(s) are online (2 user(s) are browsing xpwiki)

Members: 0
Guests: 29

more...

Access Counter

Today : 1058105810581058
Yesterday : 5790579057905790
Total : 2365385423653854236538542365385423653854236538542365385423653854
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com