hello.
It gave me the following bug 16 times.
: Object of class stdClass could not be converted to string in C:\wamp\www\sandbox\sites\all\modules\favorite_nodes\favorite_nodes.module on line 147.
it later gave me more of those multiple errors
: Object of class stdClass could not be converted to string in C:\wamp\www\sandbox\sites\all\modules\favorite_nodes\favorite_nodes.module on line 92.
(I tested it on my localhost sandbox)
Also: I couldn't find the page where user can manage and sort his favourite nodes. Is this possible? I mean, is it possible for users to organise thair favourites into "groups" like with Buddylists.
I want to test this module more. But I can't do it without Favourites page and with so many errors.
BTW: how is this module different from "Click2Bookmark" module???
Comments
Comment #1
micheleannj commentedHere's the line that's throwing the error
natcasesort($node_types);
It's just sorting things, so you can comment it out and things should be fine...
Comment #2
micheleannj commentedDuplicate of http://drupal.org/node/150420
Comment #3
drupalina commentedthanks majnoona, but how do I "comment out" something.
I've read the other related comments -- they also mention "commenting out" -- or even installing a patch... But I don't know how to comment something out. Please help.