jOpenSimWorld

Grid Status: Online
Total Regions: 23
Visitors (30 Days): 9
Total Residents: 490
Online Now: 0
Hypergriders online: 0
× Creating OpenSim accounts during Joomla! registration

Issue with jOpenSimRegister

6 years 1 month ago #3070 by Mark Shadowblade
I noticed there was a bug in the jOpenSimRegister plugin. I did some research and found the problem after turning Debugging on. I'm running the web server on Ubuntu 18.04, Apache2, php7.2. This is the issue:

/plugins/user/jopensimregister/jopensimregister.php

Line 68 it has JSite::getMenu()
Needs to be changed to JFactory::getApplication()->getMenu()

The change looks like this:

$menu = &JFactory::getApplication()->getMenu();

After I made the change, users could now see the confirmation notice that their account has been made. I hope this helps people.
The following user(s) said Thank You: foto50

Please Log in or Create an account to join the conversation.

6 years 1 month ago #3071 by foto50
Hi Mark

Thanks very much for this info, will be added in next version (probably in a month or 2) :)

The & needs to be removed for php 7.x since it would cause a notice (Only variables should be assigned by reference...), but thanks very much pointing me to this issue :)

Greetz
FoTo50

Please Log in or Create an account to join the conversation.

Time to create page: 0.079 seconds