Yep, I refreshed the info in the grid manager (Imp) and the correct URL came up: http://fleepgrid.com/helper
I also tried switching the database account info to a full perm (read/write) mysql user.. I tried switching between FQDN and IP addresses for the connection strings.. I double checked the permissions on the directory.. I must be doing something so silly I can't see it! - Chris/Fleep Chris M. Collins (SL/OS: Fleep Tuque) Center for Simulations & Virtual Environments Research (UCSIM) UCIT Instructional & Research Computing University of Cincinnati 406A Zimmer Hall 315 College Drive PO BOX 210088 Cincinnati, OH 45221-0088 [email protected] (513) 556-3018 http://ucsim.uc.edu On Fri, Sep 21, 2012 at 1:05 PM, Nebadon Izumi <[email protected]>wrote: > are you sure your viewer Grid manager or shortcut mods now include the > helperURI information? > > > On Fri, Sep 21, 2012 at 12:12 PM, Fleep Tuque <[email protected]> wrote: > >> Hi Nebadon, >> >> I must have done something wrong, buying and selling land still doesn't >> seem to be working. Here are the steps I followed to try to implement this >> (windows server): >> >> 1. Download the helper tools zip file from >> http://download.osgrid.org/helper_tools_opensim.zip and unpackage >> >> 2. Copy the helper directory to webserver root; give creator-owner >> read/write perms, IUSR read perms >> >> 3. Create a new mysql account, give read only perms: GRANT SELECT ON >> opensim.* TO user_name; >> >> 4. Create a new banker user account on my grid, copy UUID for string in >> the config file. >> >> 5. Used the following settings in \helper\settings\config.php: >> >> ##################### System ######################### >> define("SYSNAME","FleepGrid); >> define("SYSURL","http://fleepgrid.com"); >> define("SYSMAIL","[email protected]"); >> >> >> $userInventoryURI="http://fleepgrid.com:8002"; >> $userAssetURI="http://fleepgrid.com:8003"; >> >> ... >> >> // Key of the account that all fees go to: >> $economy_sink_account="<UUID of my banker avatar>"; >> >> // Key of the account that all purchased currency is debited from: >> $economy_source_account="<UUID of my banker avatar>"; >> >> ... >> >> //Server Hanlder URL to get images eg.: http://127.0.0.1:9000/ >> $RegionImageServer="http://74.83.148.18:8003"; >> >> ... >> >> ##################### Database ######################## >> define("C_DB_TYPE","mysql"); >> //Your Hostname here: >> define("C_DB_HOST","localhost"); >> //Your Databasename here: >> define("C_DB_NAME","<my database name>"); >> //Your Username from Database here: >> define("C_DB_USER","<my read only mysql helper account username>"); >> //Your Database Password here: >> define("C_DB_PASS","<my password for the helper account above>"); >> >> 6. Changed the helper URI in robust.HG.ini: >> >> economy = http://fleepgrid.com/helper >> >> 7. Restarted ROBUST >> >> >> After that, I logged in and created a parcel and set it for sale to a >> test user account, logged in the test user account to try to purchase it, >> and got the same "Could not complete purchase" errors I saw before. >> >> Not sure what I did wrong, but any assistance would be greatly >> appreciated! >> >> - Chris/Fleep >> >> >> Chris M. Collins (SL/OS: Fleep Tuque) >> Center for Simulations & Virtual Environments Research (UCSIM) >> UCIT Instructional & Research Computing >> University of Cincinnati >> 406A Zimmer Hall >> 315 College Drive >> PO BOX 210088 >> Cincinnati, OH 45221-0088 >> [email protected] >> (513) 556-3018 >> >> http://ucsim.uc.edu >> >> On Wed, Sep 19, 2012 at 12:53 PM, Nebadon Izumi <[email protected]>wrote: >> >>> you need the landtools php files available here from OSgrid : >>> http://download.osgrid.org/helper_tools_opensim.zip : this needs to be >>> in a folder on your website configured for your grid database, i suggest >>> making a read only account for mysql, these do not need write access, so >>> something like this http://helper.osgrid.org or http://osgrid.org/helperand >>> then just point your viewer grid manager to this location, then you >>> should be able to transfer and sell land. Let me know if you have any >>> questions. >>> >>> On Wed, Sep 19, 2012 at 11:54 AM, Fleep Tuque <[email protected]>wrote: >>> >>>> Hi folks, >>>> >>>> We have an upcoming project on our campus grid that is going to require >>>> students to be able to own parcels. As far as I can tell reading various >>>> posts on the listserv and notes on the opensim wiki, it appears some kind >>>> of economy module is required to permit land transactions, but I'll be >>>> darned if I can figure out what module and what the steps are to facilitate >>>> this. >>>> >>>> Can someone point me in the right direction? If it matters, the grid >>>> is running on Windows Server 2008. >>>> >>>> Thanks in advance! >>>> >>>> - Chris/Fleep >>>> >>>> >>>> Chris M. Collins (SL/OS: Fleep Tuque) >>>> Center for Simulations & Virtual Environments Research (UCSIM) >>>> UCIT Instructional & Research Computing >>>> University of Cincinnati >>>> 406A Zimmer Hall >>>> 315 College Drive >>>> PO BOX 210088 >>>> Cincinnati, OH 45221-0088 >>>> [email protected] >>>> (513) 556-3018 >>>> >>>> http://ucsim.uc.edu >>>> >>>> _______________________________________________ >>>> Opensim-users mailing list >>>> [email protected] >>>> https://lists.berlios.de/mailman/listinfo/opensim-users >>>> >>> >>> >>> >>> -- >>> Michael Emory Cerquoni >>> >>> _______________________________________________ >>> Opensim-users mailing list >>> [email protected] >>> https://lists.berlios.de/mailman/listinfo/opensim-users >>> >> >> >> _______________________________________________ >> Opensim-users mailing list >> [email protected] >> https://lists.berlios.de/mailman/listinfo/opensim-users >> > > > > -- > Michael Emory Cerquoni > > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users >
_______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
