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: Notice Undefined index: Relationship_ft

Status Resolved
Add-on / Version Publisher 3.9.1
Severity
EE Version 6.4.5

Hop Studios

Feb 13, 2023

Just updated the site to EE6.4.5 and updated Publisher to 3.9.1. Noticed 2 issues:
1. Did you intentionally removed cache_clearing_end extension? It’s not seen in ext. and it’s also not removed from the exp_extensions table
2. Got a Notice Undefined index: Relationship_ft error in publisher/legacy/libraries/hooks/Publisher_grid_hooks.php, line 247 upon entry saving. I’m temporarily using

!empty(ee()->session->cache['Relationship_ft'])

to check the value but wondering if it’s some previous functions not running properly.

- Gil

#1

BoldMinded (Brian)

Hey Gil. cache_clearing_end() wasn’t removed, it should still be there. It clear’s EE’s cache, while ee()->session->cache is the cache for the current page request only, it isn’t persistent across the user’s session or stored anywhere.

Also, line 247 is inside the handleRelationshipFields() function, which isn’t even called, it’s commented out and is part of the incomplete and unsupported Fluid integration.

Did you modify the code to call that function?

#2

Hop Studios

Not too sure what happened but I reuploaded the files and now everything is ok… sorry for the fast trigger finger.

#3

BoldMinded (Brian)

No worries 😊

Login to reply