If I try to use a standard Joomla search while the EasyBlog search is published I get the following error (seen with error reporting set to development) on a 500 page:
Fatal error: Call to undefined method EB::registry() in /home/linccham/public_html/plugins/search/easyblog/easyblog.php on line 60
(Line 60 reads: $params = EB::registry($plugin->params)
If I disable the EB search plugin, Joomla search works correctly.
Fatal error: Call to undefined method EB::registry() in /home/linccham/public_html/plugins/search/easyblog/easyblog.php on line 60
(Line 60 reads: $params = EB::registry($plugin->params)
If I disable the EB search plugin, Joomla search works correctly.