1. Marius De Lange
  2. Plugins
  3. Wednesday, 23 November 2011
  4.  Subscribe via email
I get the following error after enabling myblog plugin on Joomla 1.7.2 with Myblog for Joomla 1.7.
---
Fatal error: Call to a member function registerEvent() on a non-object in /home/xxxxx/public_html/plugins/content/compojoomcommentmyblog/compojoomcommentmyblog.php on line 24

I enabled the plugin, published the compojoommyblog mambot, and created a com_myblog component as per the guide. ( I could not find the place in /index.tmpl.html file to place the button script.) The error appears in both front end and back end and I cannot disable the plugin without getting the same error!

UPDATE: I've solved the problem. Your Myblog plugin is not compatible with Joomla 1.6/1.7. The $mainframe variable does not exist in the new Joomla, and needs to be replaced with:
$app = &JFactory::getApplication(); $app->RegisterEvent(...
=)
Responses (1)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now
Powered by EasyDiscuss for Joomla!