Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.0.0
-
Fix Version/s: 3.4.0
-
Component/s: CiviReport
-
Labels:None
Description
I have tried this with Drupal 7 and Civi 4.0beta2 and 3. In both instances I get the same general notice. These sites are running on RedHat5 with PHP 5.2.
If I go to Reports->Reports Listing and then click any of the templated reports the following notice appears above the loaded report.
This is for the Constituent Report (Detail) Report.
Notice: Undefined property: CRM_Report_Form_Contact_Detail::$_report in CRM_Report_Form->buildInstanceAndButtons() (line 697 of /vpfa-dev/fa-drupal7/civiCRM-Demo/sites/all/modules/civicrm/CRM/Report/Form.php).
Any report I click has the ::$_report in CRM_Report_Form notice generated.
Line 697 in the Form.php file referenced in the error code is
if ( $this->_report != 'Grant' ) {
I do not have CiviGrant enabled in either installation of mine.