Working off a clean install of d7 and only required modules for registration code, enabling regcode throws the following error :
Strict warning: Declaration of views_handler_field_term_regcode_tid::pre_render() should be compatible with that of views_handler_field::pre_render() in require_once() (line 9 of /Library/WebServer/Documents/d7/alpha/sites/all/modules/regcode/includes/views_handler_field_term_regcode_tid.inc).
This error is thrown on install as well as viewing the regcode list page.
Req. Module Versions :
ctools : version = "7.x-1.0-beta1"
token : version = "7.x-1.0-beta2"
view : version = "7.x-3.0-rc1"
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 0001-Fixes-1209548.patch | 884 bytes | znerol |
Comments
Comment #1
znerol commentedThis is actually a warning you get because you are running PHP in strict mode. A trivial but untested patch is applied.
Comment #2
aidanlis commentedThanks for the patch znerol!