Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.7
-
Fix Version/s: 4.3.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
After upgrading my environment (PHP), I get warnings on the screen after selecting different functions i.e. the checklist.
One of them:
Strict warning: Non-static method HTML_QuickForm_RuleRegistry::singleton() should not be called statically, assuming $this from incompatible context in HTML_QuickForm->registerRule() (regel 388 van C:\wamp\www\drupal\sites\all\modules\civicrm\packages\HTML\QuickForm.php).
I think that this can be solved by upgrading the used package HTML QuickForm.
http://pear.php.net/package/HTML_QuickForm
This package has been superseded, but is still maintained for bugs and security fixes. Use HTML_QuickForm2 instead