• homemastergoga: Thanks for post. Satisfactory to see such good ideas....
  • clipxtreme: Hi there, thanks for the information that to us Best regards...
  • VitalikGromovss: Amazing news, thank you!
  • Vivalkakira: Hey very nice blog!! Man .. Beautiful .. Amazing .. I will...
  • LenaShopogolik: Hey! Racial humor! Thanks, Internet!
Sep
4th

FAQ

Author: Danzrev | Files under Uncategorized

How To:

Joomla Plugin

1. Fatal error: Call to a member function get() on a non-object in /path/plugins/content/jcomments.contentbot.php on line 295

Ans. Got to line 295

Old -  if(($row->params->get(’show_readmore’) == 0) || (@$row->readmore == 0))

New – if((isset($row->params) && $row->params->get(’show_readmore’) == 0) || (@$row->readmore == 0))

After that goto line 330

Old – $row->params->set(’show_readmore’, 0);

New – if(isset($row->params))$row->params->set(’show_readmore’, 0);

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • De.lirio.us
  • Furl
  • StumbleUpon
  • Technorati
  • Netscape
  • blinkbits
  • BlogMemes
  • YahooMyWeb
  • Reddit
  • scuttle

Post a Comment