You need to put the SRV_ProfileServerURI back to what it was. That is for "web profiles" and OpenProfile doesn't support those.
Everything else is done by the book. Melanie On 12/05/2013 01:19, Jeff Kelley wrote: > At 2:28 PM +0200 5/11/13, R.Gunther wrote: > >>Because the profile module is a third party module, you need to add >>the required >>lines yourself in the ini's >>Thats why you dopnt find the [profile] in the opensim.ini. So its >>correct you cant >>find it. > > > Thanks. > > Here is what I have done, in details: > > Running 0.7.5 Release in Standalone Hypergrid mode. > > Applied the instructions in > http://opensimulator.org/wiki/Profile_based_on_mysqli > > - Created the tables (in a separate database) > > - Installed the PHP code, > edited C_DB_DATABASE, C_DB_USER, C_DB_PASS > > - Changed > $request_xml = $HTTP_RAW_POST_DATA; > to > $request_xml = file_get_contents('php://input'); > > - Edited StandaloneCommon.ini : > > %%%%% > [Profile] > Module = "OpenProfileModule" > ProfileURL = "http://my_server/path_to/profile.php" > > [LoginService] > ;; SRV_ProfileServerURI = "http://my_sim:9000" <- comment out > SRV_ProfileServerURI = "http://my_server/path_to/profile.php" > %%%%% > > - Added to the bin/ folder : > OpenSimProfile.Modules.dll > from a zip archive sent to me (don't know where it came from). > > Restarting opensim, I now have: > 23:43:02 - [PROFILE]: OpenProfile module is activated > > Profiles working. > > > -- Jeff > _______________________________________________ > 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
