Author Topic: 1.6.2 beta3 Reporting Bugs  (Read 2400 times)

cluge

  • Freshman
  • *
  • Posts: 26
    • View Profile
1.6.2 beta3 Reporting Bugs
« on: November 18, 2009, 02:15:25 am »
Upgrade from Beta 2.  My Custom report is now gone.  I now get "there are no custom reports".

PHP 5.2.9
Apache/2.2.13

No errors reported in the error log.  Clean upgrade. Attempting to re-create the report was also a failure although the gui didn't report any problems.

1. Go to reporting
2. Click "Add a custom report"

Log file produces the following errors.
#1 ERROR: Error: Undefined variable: conditions in '/var/www/html/opengoo/application/views/reporting/add_custom_report.php' on line 65 (error code: 8)
#2 ERROR: Error: Invalid argument supplied for foreach() in '/var/www/html/opengoo/application/views/reporting/add_custom_report.php' on line 65 (error code: 2)
#3 ERROR: Error: Undefined variable: hidWs in '/var/www/html/opengoo/application/views/reporting/add_custom_report.php' on line 78 (error code: 8)
#4 ERROR: Error: Undefined variable: parameter_ws in '/var/www/html/opengoo/application/views/reporting/add_custom_report.php' on line 80 (error code: 8)
#5 ERROR: Error: Undefined variable: hidTg in '/var/www/html/opengoo/application/views/reporting/add_custom_report.php' on line 88 (error code: 8)
#6 ERROR: Error: Undefined variable: parameter_tag in '/var/www/html/opengoo/application/views/reporting/add_custom_report.php' on line 90 (error code: 8)
Time since start: 0.072946071624756 seconds

No GUI indication that there is a problem.  After adding report returns to page indication no custom reports.


Respectfully,
cluge


cluge

  • Freshman
  • *
  • Posts: 26
    • View Profile
Re: 1.6.2 beta3 Reporting Bugs
« Reply #1 on: November 18, 2009, 09:00:55 pm »
Update: The reports ARE created, my issue was the filter/view I was using.  The errors still get logged but the reports are created and the function as advertised.