Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Conflicts with ZOO visitor

Status Resolved
Add-on / Version
Severity Critical
EE Version 17

Rob Post

Jul 16, 2012

Brian,

Just to let you know. Running into Expression Engine (2.5.2) conflicts using Blueprints together with ZOO visitor (1.3.13).
More info found on the ZOO visitors support page: http://devot-ee.com/add-ons/support/zoo-visitor/viewthread/6510.

It’s a fatal conflict that stops the registration process in ZOO visitors.

These are the php errors that are thrown in (in debug mode):

——————————————————————————————————-

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: blueprints/ext.blueprints.php

Line Number: 278


Fatal error: Call to a member function is_ajax_request() on a non-object in /home/expression/domains/dotmonster.nl/public_html/doingoood/e2services/expressionengine/third_party/blueprints/ext.blueprints.php on line 278

#1

BoldMinded (Brian)

Jul 16, 2012

Not fully caught up on what is going on, but I find it hard to believe that $this->EE->input is not an object. Can you change the conditional on that line to the following and see what happens.

if(REQ != 'CP' OR $this->EE->input->is_ajax_request() OR $entry_id == 0)
#2

BoldMinded (Brian)

Jul 22, 2012

Rob, did we resolve this with the fix above or via email?

#3

Rob Post

Jul 23, 2012

Brian,

Your update solved the issue with ZOO visitor (1.3.13)

#4

BoldMinded (Brian)

Aug 15, 2012

This fix should be in 2.0.2 as well.

Login to reply