×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

12 years 5 months ago #14571

  • Marius De Lange
  • Marius De Lange's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
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(...
=)

12 years 5 months ago #14575

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Marius,
I'm sorry!!! I'm an idiot! I have an updated version of the plugin since few weeks and forgot to publish it in the download section.
Here it is:
compojoom.com/downloads/downloads/compoj...mmentmyblog2zip/view

Sorry for the troubles...

Daniel
  • Page:
  • 1
Time to create page: 0.155 seconds