Closed (fixed)
Project:
Report
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Feb 2011 at 11:53 UTC
Updated:
29 Sep 2011 at 11:30 UTC
hello
i installed your module successfully and it seems to be the one i needed (tracking of subscriptions per role, time based)
however, i get the following error when visiting the /report page:
warning: array_merge() [function.array-merge]: Argument #3 is not an array in /var/www/synertal.dnsalias.net/htdocs/mycontemporary-sandbox/sites/all/modules/report/modules/report_content/report_content.module on line 108.
any idea?
thanks for your feedback
Comments
Comment #1
l.damen commentedi have the same here, any ideas allready?
I have it with argument 1 2 and 3
Comment #2
miaoulafrite commentednot from my side,
i finally abandoned this module
Comment #3
brigitte commentedHi,
same error message for me, with argument 1,2,3, without consequencies :I can display all reports and the module works fine.
Comment #4
cornelia commentedModify line 107 -109 in report_content.module like this:
for ($i = 0; $i < 10; $i++) {
$merged[$i] = array_merge($rows[t('Day')][$i], $rows[t('Month')][$i], $rows[t('Year')][$i], $rows[t('All time')][$i]);
}
Conni
Comment #5
stennie commentedLooks like this is no longer an issue for 6.x-1.0
Cheers,
Stephen
Comment #6
stennie commented