Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.7
-
Component/s: Core CiviCRM
-
Labels:None
Description
On the initial installation page that alerts the user to change the files directory to writeable, numerous PHP Undefined property notices are displayed. This does not get in the way of installation. (which is why I don't have more detailed documentation for this particular problem.)
The problem does not disappear, however. When a user rolls over a Help icon bubble in the Administer section, the following notices appear at the top of each popup:
Notice: Undefined property: CRM_Core_Config::$paymentProcessor in /...path.../modules/civicrm/CRM/Contribute/Menu.php on line 162
Notice: Undefined property: CRM_Core_Config::$paymentProcessor in /...path.../modules/civicrm/CRM/Contribute/Menu.php on line 162
This is with PHP's "display_errors" set to on, and "error_reporting" to 6143.
This "bug" may be a product of my PHP settings (default settings for my build OS X entropy build). If this is the case, a solution could be an additional note in the installation manual, or adjusting the PHP setting in the .htaccess file.