My log is filling up with errors from this module.

Every page we go to creates a log entry that has the following message:

Notice: Undefined index: third_party_wrappers in third_party_wrappers_condition_wrapper->execute() (line 22 of /.../sites/all/modules/contrib/third_party_wrappers/plugins/third_party_wrappers_condition_wrapper.inc).

Anyone have any hints on what is going on here?

CommentFileSizeAuthor
#2 2561919-notice-undefined-index-2.patch1005 bytespythagory

Comments

moondancerjen created an issue. See original summary.

pythagory’s picture

Status: Active » Needs review
StatusFileSize
new1005 bytes

I've just noticed the same issue - it seems the context plugin is trying to grab a value from $_GET without checking if it exists first. Attached a small patch that adds a conditional, resolves the issue for me.

alexdmccabe’s picture

Status: Needs review » Fixed

Looks good to me. Marking fixed.

Status: Fixed » Closed (fixed)

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