prakash_j
Member
Posted 3 years ago #
Hi there,
I am using one plugin "Folding Category Widget" located at http://lonewolf-online.net/computers/wordpress/folding-category-widget/
After updating to WordPress v2.7 I am getting following error.
Catchable fatal error: Object of class WP_Error could not be converted to string in htdocs\wordpress\wp-content\plugins\folding-category-widget\wp23_folding_cats.php on line 464
the error only comes on Home Page of blog, when I browse inner pages, the plugin seems to work fine..
Please someone help me,
Thank you,
Prakash
prakash_j
Member
Posted 3 years ago #
please help me on this....
I guess all of the these foldout/dropdown plugins are incompatible with 2.7 (many 2.7 problems are caused by them). I think you best get rid of the plugin and try to find a plugin that does work with 2.7 or think about an alternative.
prakash_j
Member
Posted 3 years ago #
OK if there is no fixes for this....
can you atleast tell me... what do i have to do if I dont want to show child category on home page of blog, I only want to show child categories when I click on Parent, other parent category should also show in child category (in collepsed mode)
Here is a list of plugins compatible with 2.7.
prakash_j
Member
Posted 3 years ago #
this link dose not provide solution to my questions...
can you atleast tell me... what do i have to do if I dont want to show child category on home page of blog, I only want to show child categories when I click on Parent, other parent category should also show in child category (in collepsed mode)
babychen
Member
Posted 3 years ago #
prakash_j,
Found a solution? I face the same problem - but plugin related. Even after deactivating all plugins, the catchable fata error remains and homepage doesnt show up.
prakash_j
Member
Posted 3 years ago #
There is an update available for the plugin Folding category List, it solves the problem.
mwilliams
Member
Posted 2 years ago #
I had similar problem with get_category_parents()
and it was solved by inserting this string:
$category = get_the_category();
$cat = $category[0]->cat_ID;