Extension, Fieldtype

Archived
Forum
(read-only)


For official support, visit the official support site »

Hop Introvert

ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5, ExpressionEngine 6

Back to this add-on's main page
View Other Add-ons From Hop Studios

     

EE 2.6 compatibility - I have a temporary fix

Bug Report

WebDes
WebDes

If you are getting an error in the CP when accessing entries that have an introvert field then this might help:

Lines 244 & 245 of Introvert 1.1.1

Change

$rel_parent_col 'rel_parent_id';
$rel_child_col  'rel_child_id'

To

$rel_parent_col 'parent_id';
$rel_child_col  'child_id'

in file system/expressionengine/third_party/introvert/ft.introvert.php

o4
# 1
o4

Thanks webdes!
It worked like a charm (also on EE 2.7.3)

o4
# 2
o4

oh - sorry - no it didn’t work out…

the errors are gone, but it does not display any related entries.
I am using playa… maybe that’s the problem?

Nathan Pitman
# 3
Nathan Pitman

Hmm, I’m getting the ‘white screen of death’ when I try to access an entry with an Introvert field after updating to EE 2.7.2…