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: Private variable

Status Resolved
Add-on / Version Publisher Lite 2.8.2
Severity
EE Version 4.1.3

David Clough

May 30, 2018

Description:
I’m getting this error after upgrading to 2.8.2
Cannot access private property Publisher_channel_categories::$cat_field_models

In publisher/legacy/libraries/Publisher_channel_categories.php on line 39, if you change

private $cat_field_models = [];

to

protected $cat_field_models = [];

It gets rid of the error message

Thanks

Dave

#1

BoldMinded (Brian)

Thanks for the catch, it’ll be in the next release.

Login to reply