Bad Call

Does anyone have an answer or notion of under which circumstances or why the error messege below always apears when I try to view a blog post. This happens even after I'm able to type a new blog post.

 

 

"Fatal error: Call to a member function getObjectCommentsCount() on a non-object in /home/musersco/public_html/users/templates/base/scripts/BxBaseCmtsView.php on line 22"

 

Thank you...

Quote · 24 Sep 2012

No idea, but you might look at the file /users/templates/base/scripts/BxBaseCmtsView.php and see what code is on line 22. If you don't see anything that is a glaring error, then you might try reuploading the BxBaseCmtsView.php file.

  • Backup your entire site (should do before tinkering with anything), both file system and databases.
  • Download a fresh copy of your version of dolphin to your local computer.
  • Unzip the version on your computer and find the BxBaseCmtsView.php file.
  • Change the name of your currently installed BxBaseCmtsView.php file as BxBaseCmtsView.php.old.
  • Upload the fresh file to your system.
  • Clear caches (I recommend clearing the cache via the server instead of the admin panel).
  • Clear browser cache.
Quote · 27 Sep 2012

 

Does anyone have an answer or notion of under which circumstances or why the error messege below always apears when I try to view a blog post. This happens even after I'm able to type a new blog post.

 

 

"Fatal error: Call to a member function getObjectCommentsCount() on a non-object in /home/musersco/public_html/users/templates/base/scripts/BxBaseCmtsView.php on line 22"

 

Thank you...

 Usually this means there is a function that is being called that resides OUTSIDE the class but is being called like this  $this->function name

 

with is on line 22?  MY line 22 is not a function call.

you may have removed a couple of includes from above line 22

what does your 1st 25 lines of code look like?

http://www.mytikibar.com
Quote · 27 Sep 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.