When JMS 1.3.1.7 is installed on Joomla 3.1.5 it cause the user's details screen and the and new user screen to disappear and all you are left with is a unformatted page with no template and no Joomla interface at all. I tried adding a jpeg screen shot of only 17kb but forum won't allow it. But you can see a copy on my Joomla.og forum post on the subject here (after login into the forum).
forum.joomla.org/viewtopic.php?f=706&...p;p=3088022#p3088022
The error produced in joomla is
Fatal error: Class 'JParameter' not found in /home/homeseum/public_html/plugins/user/template/fields/usertemplatestyle.php on line 47
(The rest of the debug area is also missing)
And In the firebug Network/console tab it says
ReferenceError: Joomla is not defined
Joomla.submitbutton = function(task)
Both these message are the same when trying to access the user details screen or trying to create a new user.
I have tried unpatching the JMS files, but that did not help. Only uninstaling JMS cause the problem to go away as long as the user_template plugin (which I assume is part of Multisites) is also disabled. If this plugin is enable after Multisite is up-patched the problem still persists.
If multisites is uninstalled and this plugin remains enabled the problem persist.
In summary.
Problem occurs when multsite is installed and user template plugin is enabled.
When multisite is installed with files patches user template plugin is enabled.
When multsite is installed and files then un-patched and user template plugin is enabled.
Problem occurs when multsite is installed and user template plugin is disabled.
When multisite is installed with files patches and user template plugin is disabled.
When multsite is installed and files unpatched and user template plugin is disnabled.
The only time it does not occur is when multisite is uninstalled and the user plugin is disabled.
So I think this is a genuine and very important bug that needs to be fixed as soon as possible.