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

l.damen’s picture

i have the same here, any ideas allready?
I have it with argument 1 2 and 3

miaoulafrite’s picture

not from my side,
i finally abandoned this module

brigitte’s picture

Hi,

same error message for me, with argument 1,2,3, without consequencies :I can display all reports and the module works fine.

cornelia’s picture

Modify 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

stennie’s picture

Status: Active » Fixed

Looks like this is no longer an issue for 6.x-1.0

Cheers,
Stephen

stennie’s picture

Assigned: Unassigned » stennie
Status: Fixed » Closed (fixed)