Closed (fixed)
Project:
Role Expire
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Feb 2012 at 18:06 UTC
Updated:
23 Dec 2014 at 19:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ysaintlary commentedOups..
Here is the complete message error:
Strict warning : Declaration of role_expire_handler_field_rid::pre_render() should be compatible with that of views_handler_field::pre_render() dans require_once() (ligne 83 dans C:\xampp\htdocs\anmjpm\sites\all\modules\contrib\role_expire\role_expire.views.inc).
Comment #2
stewsnoozeWhat version of Views and CTOOLS are you running?
Comment #3
feuerste commentedI get the same warning with Views 7.x-3.3 and Chaos Tools 7.x-1.0
Comment #4
mariagwyn commentedSame error, also views 7.x-3.3 and ctools 7.x-1.0.
Comment #5
macmladen commentedIt is just the question of PHP 5.3 vs PHP 5.2 where it wouldn't report a problem.
Solution: just add reference in declaration like:
I think this could be committed as fix, maintainer?
I've included patch if it is ok.
Comment #6
stewsnoozeThanks MacMladen. I've pushed this into git. It should be available when the next auto dev release takes place
Comment #7
mrded commentedAny progress guys?
Comment #8
jonhattanThis was committed to git and is available in the dev release, so fixed.
Comment #10
daniel wentsch commentedThe same issue came up again when using PHP 5.5.
Comment #11
sobi3ch commentedSo now if I don't use patch or dev version I have this bug on my site. Can someone create new beta3 version? Please.
Comment #12
vortexcentrum commentedIt's back...
Strict warning: Declaration of role_expire_handler_field_rid::pre_render() should be compatible with views_handler_field::pre_render(&$values) in require_once() (line 83 of [domain]/sites/all/modules/role_expire/role_expire.views.inc).
D7 on PHP5.5. All D7 core and modules are the latest versions.
++ I held my breath, broke a previously unbroken rule, and replaced the .beta2 version with the .dev version. Warning gone. ++