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

ajisree’s picture

I also get the same error:

Strict warning: Static function CertifyCondition::getViewHeader() should not be abstract in _registry_check_code() (line 3046 of

BenK’s picture

Any updates on how to fix this?

fuzzy76’s picture

Assigned: Unassigned » icc

Is this still present in alpha3?

afriend’s picture

I am also getting this error in alpha-3.
did you find any solution or workaround?

fuzzy76’s picture

I 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.

icc’s picture

Status: Active » Closed (won't fix)

Yes, 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.