Closed (duplicate)
Project:
Favorite Nodes
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2007 at 12:55 UTC
Updated:
17 Aug 2007 at 22:27 UTC
After installing, when trying to go to my account, I get the following error repeated about 20 times:
Object of class stdClass could not be converted to string in xxxxxx\2\modules\favorite_nodes\favorite_nodes.module on line 92.
Is this related to something else I installed on this module?
Comments
Comment #1
mobilemedic commentedI believe it's a problem with php 5.2 although what and why I couldn't tell you more sorry.
Comment #2
pshadow commentedAnyone work out a solution/fix for this issue? I'm running into the same thing. Also on php 5.2.2. thanks.
Comment #3
jaydub commentedSee this issue: http://drupal.org/node/129401
has to do with change in what is returned by a drupal function and a possible problem with natcasesort function in PHP
Comment #4
Christefano-oldaccount commentedDuplicate of http://drupal.org/node/114590. See that issue for a patch.