Due to health issues support is very limited
Fix for plugin uBar
Fix for plugin uBar
To fix the problem with module restrictions in Frontend-User-Access when uBar is enabled change the following codes.
file:
plugins/system/ubar.php
line 25
take this code out
$this->_doc = & JFactory::getDocument();
and everywhere in that file replace all instances of this code:
$this->_doc
replace with:
JFactory::getDocument()