Loading...
 
Skip to main content

Features / Usability


Post Comment on Blog - Receive Fatal Error

posts: 130

Hello,

Turning to the wonderful TikiWiki community for help on another issue....

All of a sudden, our library staff is getting the following error when posting a comment to blogs:

Fatal error: Call to a member function on a non-object in /var/www/tiki/lib/tikilib.php on line 405

The post actually will go through if they return to the blog. This is not happening when posting a comment to the Wikis....

any ideas on how I can go about troubleshooting this issue....thanks for any help....

posts: 130

More info for troubleshooting....it appears the following is the line of code with the error:

$categs = $categlib->get_object_categories($objectType, $object);

This seemed to come out of nowhere.....


> Hello,
>
> Turning to the wonderful TikiWiki community for help on another issue....
>
> All of a sudden, our library staff is getting the following error when posting a comment to blogs:
>
> Fatal error: Call to a member function on a non-object in /var/www/tiki/lib/tikilib.php on line 405
>
> The post actually will go through if they return to the blog. This is not happening when posting a comment to the Wikis....
>
> any ideas on how I can go about troubleshooting this issue....thanks for any help....