Closed (won't fix)
Project:
Certify
Version:
7.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Apr 2012 at 04:13 UTC
Updated:
6 Jun 2012 at 11:59 UTC
I got the following error when first enabling the module:
Strict warning: Static function CertifyCondition::getViewHeader() should not be abstract in _registry_check_code() (line 3046 of \includes\bootstrap.inc).
Comments
Comment #1
ajisree commentedI also get the same error:
Strict warning: Static function CertifyCondition::getViewHeader() should not be abstract in _registry_check_code() (line 3046 of
Comment #2
BenK commentedAny updates on how to fix this?
Comment #3
fuzzy76 commentedIs this still present in alpha3?
Comment #4
afriend commentedI am also getting this error in alpha-3.
did you find any solution or workaround?
Comment #5
fuzzy76 commentedI am guessing the reporters here use PHP 5.2.x while ICC uses PHP 5.3.x. Abstract static functions was removed in PHP 5.2.0 and re-introduced in PHP 5.3.0 according to http://stackoverflow.com/questions/999066/why-does-php-5-2-disallow-abstract-static-class-methods.
Comment #6
icc commentedYes, fuzz76 is correct. It's safe to ignore this warning, all though you should do as the requirements page states for Drupal 7, use PHP 5.3.
From php.net: All PHP users should note that the PHP 5.2 series is NOT supported anymore. All users are strongly encouraged to upgrade to PHP 5.3.8.