I'm getting the following error upon registering using the JomSocial plugin. But the error I'm getting indicates that maybe there is a core Joomla bug?
Fatal error: Call to a member function clear() on a non-object in /PATH/TO/JOOMLA/libraries/joomla/table/user.php on line 345
Looking at that file, it looks like $query won't be defined unless the previous conditional block were true. I tried moving the first definition of $query (line 321) outside of it's conditional block, and I was able to get a through my JomSocial registration (albeit with some strange error about my password length).
Any thoughts on this?
I am getting the same error, but core Joomla registration works. Do you have any other components installed, or is it just Joomla and Jomsocial?
Thanks for your contribution - At this time we are only using github as the place to submit code fixes, the actual reporting of issues and testing fixes is still taking place on Joomlacode.
Please can you:
1) Open an item on the Joomlacode tracker in the appropriate area.
CMS Bug Reports: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103
CMS Feature Requests: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8549
2) After submitting the item to the Joomlacode tracker, add a link to the Joomlacode tracker item here and make sure that you add a link to this GitHub issue or pull request on the joomlacode tracker item.
Labels |
Added:
?
|
||
Build | ⇒ | staging |
Please submit a pull request with that change. Thanks for your report.