Hi all,<div><br></div><div>Just wanted to report in case anyone else tries, the Xoopensim module that was mentioned on the list back in March <a href="http://opensim-users.2152040.n2.nabble.com/money-td6066566i20.html#a6203334">http://opensim-users.2152040.n2.nabble.com/money-td6066566i20.html#a6203334</a> seems incompatible with MySQL 5.5.16.</div>
<div><br></div><div>I was able to get the XoopsCube framework and and Xoopensim module at least partially working on FleepGrid, which is running on Windows XP, Opensim 0.7.2, and MySQL 5.1, but I tried to get it running on the University of Cincinnati grid yesterday, which is on Windows Server 2008, Opensim 0.7.2 and MySQL 5.5.16, and ran into MySQL error after error after error. I think, as far as I can tell, I followed the same installation process.</div>
<div><br></div><div>The XoopsCube framework installed ok, but when I try to install the Xoopensim module, I got a series of errors that look like this:</div><div><br></div><div><span class="Apple-style-span" style="color: rgb(55, 65, 92); font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255); "><ul style="line-height: 18px; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; margin-left: 2px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; list-style-type: square; list-style-position: outside; list-style-image: initial; ">
<li class="legacy_modinstall_error" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 15px; ">You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MyISAM ' at line 1</li>
<li class="legacy_modinstall_error" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 15px; ">Installation of 'XoopenSim' module has failed.</li>
<li class="legacy_modinstall_message" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 15px; ">Force Uninstallation is started.</li>
</ul><div><span class="Apple-style-span" style="line-height: 15px;"><br></span></div></span><span class="Apple-style-span" style="color: rgb(55, 65, 92); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; background-color: rgb(255, 255, 255); "><ul style="margin-top: 2px; margin-right: 2px; margin-bottom: 2px; margin-left: 2px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; list-style-type: square; list-style-position: outside; list-style-image: initial; ">
<li class="legacy_modinstall_error" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 15px; ">You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MyISAM AUTO_INCREMENT = 1 ' at line 1</li>
<li class="legacy_modinstall_error" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 15px; ">Installation of 'XoopenSim' module has failed.</li>
<li class="legacy_modinstall_message" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 15px; ">Force Uninstallation is started.</li>
</ul></span></div><div><br></div><div><span class="Apple-style-span" style="color: rgb(55, 65, 92); font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255); "><ul style="line-height: 18px; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; margin-left: 2px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; list-style-type: square; list-style-position: outside; list-style-image: initial; ">
<li class="legacy_modinstall_error" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 15px; ">You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( 14 ) NOT NULL , PRIMARY KEY ( `InviteID` ) , UNIQUE KEY `GroupID` ( `GroupID` ' at line 1</li>
<li class="legacy_modinstall_error" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 15px; ">Installation of 'XoopenSim' module has failed.</li>
<li class="legacy_modinstall_message" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 15px; ">Force Uninstallation is started.</li>
</ul><div><span class="Apple-style-span" style="line-height: 15px;"><br></span></div></span>Googling around, I saw that the "TYPE=MyISAM" needed to be replaced with "ENGINE=MyISAM" and I replaced that in the various Xoopensim .sql files, but the last error, I can't figure out what's wrong with the syntax and I think I'm going to have to call it quits.</div>
<div><br></div><div>I haven't tried any other solution for Groups, Profiles, Search, etc. so will be looking for alternatives if anyone has a good pointer to step by step instructions (seemingly a very frequent request, I know)..</div>
<div><br></div><div>Sincerely,</div><div><br></div><div>- Chris/Fleep</div><div><br></div><div><br></div><div>Chris M. Collins (SL: Fleep Tuque)</div><div>Project Manager, UC Second Life </div><div>UCit Instructional & Research Computing</div>
<div>University of Cincinnati </div><div>406E Zimmer Hall</div><div>PO Box 210088</div><div>Cincinnati, OH 45221-0088</div><div>(513)556-3018</div><div><a href="mailto:chris.collins@uc.edu">chris.collins@uc.edu</a></div><div>
<br></div><div><a href="http://www.uc.edu/ucit/learningtools/secondlife.html">http://www.uc.edu/ucit/learningtools/secondlife.html</a></div>