Closed (duplicate)
Project:
Statistics Advanced
Version:
6.x-1.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2008 at 21:57 UTC
Updated:
22 Dec 2008 at 19:38 UTC
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
Comment #1
dave reidOne 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.
Comment #2
dave reidI 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
Comment #3
Roulion commentedok sorry for the doublon
Comment #4
dave reidNo worries. It helped me find out that there was still in fact a problem with Contemplate itself.