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"

CommentFileSizeAuthor
#1 0001-Fixes-1209548.patch884 bytesznerol

Comments

znerol’s picture

StatusFileSize
new884 bytes

This is actually a warning you get because you are running PHP in strict mode. A trivial but untested patch is applied.

aidanlis’s picture

Status: Active » Fixed

Thanks for the patch znerol!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.