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 = "

$data

";

Any help?

Thanks!!

Comments

webwriter’s picture

Sorry, should have put the code element around the line 1699 code. It is:

$output = "<td$attributes>$data</td>";

fgm’s picture

Hmm, 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 ?

webwriter’s picture

I don't know if this helps, but installing Advanced Forum made the issue go away. :-)