Active
Project:
Goofy
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2010 at 20:07 UTC
Updated:
19 Feb 2010 at 05:01 UTC
I'm using the Goofy theme with Drupal 6.15.
When I visit my forums home page using Garland, I get no errors. When I turn on Goofy and visit the forums page, I get this error twice:
recoverable fatal error: Object of class stdClass could not be converted to string in /home/xxxxx/domains/xxxxx.com/public_html/includes/theme.inc on line 1699.
Line 1699 of includes/theme.inc reads:
$output = "
";
Any help?
Thanks!!
Comments
Comment #1
webwriter commentedSorry, should have put the code element around the line 1699 code. It is:
$output = "<td$attributes>$data</td>";Comment #2
fgmHmm, no idea at first sight. Can you reproduce the problem on a plain 6.15 install without contrib modules and just goofy enabled ? And if so, which URLs ?
Comment #3
webwriter commentedI don't know if this helps, but installing Advanced Forum made the issue go away. :-)