Needs work
Project:
Elegant
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Nov 2008 at 08:28 UTC
Updated:
9 Jul 2009 at 18:46 UTC
I get the error "Object of class stdClass could not be converted to string in" ... page.tpl.php line 2
Apparently the fix is pretty simple and is documented here: http://drupal.org/node/208728
On line two you change $language to $language->language and that's it.
Comments
Comment #1
finex commentedThanks for the report! I've just fixed it.
Comment #2
B.P.B commentedWill you upload the latest dev with your fix?
Comment #3
finex commentedMmm, I've done a mistake: it has been updated on the 5.x branch instead the 6.x. I've to manage better my cvs local repository :-)
I'll fix it today.
bye
Comment #5
bzunnssukj commentedThe problem still exists in the 6.x code: