Closed (fixed)
Project:
Report
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2009 at 09:16 UTC
Updated:
7 Jan 2011 at 19:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
ki commentedCan you insert and test the following code at the first line (line 255) of report_flatten_period() in report.module?
Comment #2
ashiwebi commentedIt resolved one problem but rest of the warnings are still their.
# warning: Invalid argument supplied for foreach() in E:\xampp\htdocs\prod23nov\sites\all\modules\report\modules\report_content\report_content.module on line 237.
# warning: array_reverse() [function.array-reverse]: The argument should be an array in E:\xampp\htdocs\prod23nov\sites\all\modules\report\modules\report_content\report_content.module on line 240.
Comment #3
NeoID commentedSame thing here.. :/
Comment #4
RemingtonPHP commentedIm also facing the same problem...
Comment #5
ryanbfs commentedseems it can be added to line 236 in report_user.module to stop the warnings on the user tab but now it's writing array as the only output (theme etc still there). going to try and dig into where these var's are getting their data etc when I get a sec, any help from the designer could save me some time. Very nice module BTW was looking for something just like this & may wind up tweaking it for external DB project, I'll send you any work I do. :-). Summary data is showing users, but nada under user tab.
Comment #6
liliplanet commentedsubscribe, thx ..
Comment #7
ki commented* Addressed the issues and pushed to beta1.
Comment #8
ki commentedComment #10
Dublin Drupaller commentedgreat module. thanks for contributing this. just flagging that I'm getting the same errors mentioned before on beta and dev versions.
Comment #11
webma commentedsame problem on my end ver report-6.x-1.0-beta2
Comment #12
nickl commentedPatch rolled against beta 2, initializing arrays to prevent errors in the event there is no data available.
Comment #13
ki commentedApplied nickl's patch and released the module.
Thanks nickl.
Ki