Exactly what the title says: Printing the $content variable in page.tpl.php prints stdClass() instead of node.tpl.php. so instead of getting a node title and teaser I get stdClass Object ( [nid] => 2770 [type] => news [language] => [uid] => 3 [status] => 1 [created] => 1368058045 [changed] => 1368067601 [comment] => 0 [promote] => 1... I know it's got nothing to do with my theme being an omega sub theme because the same thing happens when I remove "base theme = omega" from the .info file.

I've also tried replacing the page.tpl.php file and still to no avail...

and yes, I've cleared the cache ;)

Oh, and the node.tpl.php is not being recognized or something because changes made to it are not changing on the site.

Comments

nateman332’s picture

Anyone? I've been banging my head over this for a while.

nateman332’s picture

Solved it...sort of, I had the same problem as http://drupal.org/node/907752 and I fixed it by adding node templates for every Custom Content type (from the old theme).