Closed (duplicate)
Project:
Statistics Advanced
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2008 at 08:30 UTC
Updated:
3 Jan 2009 at 21:50 UTC
Me and mikeytown2, we encountered a 'fatal error' with Content Templates referring to Statistics Advanced Settings. We both are not sure where to place this issue, mikeytown2 tried with Contemplate, jrglasgow (co-maintainer of Contemplate) supposes the issue belongs to Statistics Advanced Settings. What do you think?
Please take a look at the discussion over there: #321295: Errors when other modules incorrectly implement link_alter
Comments
Comment #1
dave reidI had this issue reported before and it's not the Statistics Advanced module at fault. See #318877: Cannot use object of type stdClass as array. To summarize that issue's findings:
Comment #2
dave reidI'm going to guess if you disabled the Statistics Advanced module and enabled the core Translation module, you'd also get the same error. That core module does nearly the same kind of thing mine does:
http://api.drupal.org/api/function/translation_translation_link_alter/6
Comment #3
kingofsevens commentedFatal error: Cannot use object of type stdClass as array in /home/asistanb/public_html/yeni/sites/all/modules/statistics_advanced/statistics_advanced.module on line 47Received this error code when clicked on
create templatefor the node. Just giving a nudge to the issue.Comment #4
dave reidThis is officially a duplicate of #321295: Errors when other modules incorrectly implement link_alter, but still not something I can fix. Please check out the list of modules that have incorrect code that causes the error in http://drupal.org/node/321295#comment-1120041. If you use one of the modules, please update it to the latest version.