All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

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: Outputting an entry from a channel where Publisher was enabled and then disabled will show Publisher

Status Resolved
Add-on / Version Publisher 1.6.10
Severity
EE Version 2.9.2

Hop Studios

Jul 18, 2016

Hi,

Sorry for the long title.

Basically, we had a channel where Publisher was enabled. So all entries were saved in Publisher.
We then disabled Publisher for that channel.
We updated an entry (just changed the text of a field).
But outputting the entry would show the old data, not the up-to-date one.
I then looked at Publisher data table and I saw that the entry was stored there even if the channel wasn’t using Publisher anymore.
So I deleted the entry from Publisher tables (titles and data).
And then the outputted entry was showing the correct up-to-date data.

I haven’t tried to replicate the issue on a clean EE install.

I believe we are running a Publisher version you gave us with some fixes.

#1

Hop Studios

Oh, and we are wondering if you may have a script that checks Publisher preferences to see what channels are disabled on Publisher, and delete data from those channels in the Publisher tables. That would make our life quite easier.

#2

BoldMinded (Brian)

I don’t have a script, but if you look at the exp_publisher_settings table you’ll see the “ignored_channels” setting, which has a list of channel ids. You can use those IDs to run a batch query if needed.

Login to reply