There is an issue with the Contemplate module. When i want to access to contemplate, for node type which the template in on a separated file ([node-type_body_page.tpl.php), i get this message

Fatal error: Cannot use object of type stdClass as array in C:\wamp\www\mysite\sites\all\modules\statistics_advanced\statistics_advanced.module on line 47

When there is no file, i don't encounter the issue...

I know it's quite minor, but...

Comments

dave reid’s picture

Status: Active » Closed (duplicate)

One of your other contrib modules does not work with hook_link_alter correctly. See #321295: Errors when other modules incorrectly implement link_alter for a list of the problematic modules and how to fix it.

dave reid’s picture

I re-checked the Contemplate module and confirmed that it's the problem. The issue is being tracked in http://drupal.org/node/321295#comment-1120041

Roulion’s picture

ok sorry for the doublon

dave reid’s picture

No worries. It helped me find out that there was still in fact a problem with Contemplate itself.