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: Un-installing publisher creates duplicate entries

Status Resolved
Add-on / Version Publisher 1.6.2
Severity
EE Version 2.9.2
Images

Re-Open Ticket

zSpace

Mar 31, 2015

Description:  We have purchased and installed Publisher but found that we really didn’t need all of it’s functionality at this time and just want to un-install it for now.  However, went I disable the extension or uninstall publisher some of our channel entries are now appearing with duplicate entries!

I’ve only noticed this with Pixel Tonic’s Assets channel entries so far…

Is there a way to completely un-install publisher - unobtrusively?

Detailed steps to reproduce the issue:
1. install pixel tonics Assets add on
2. try to un-install Publisher
3.

#1

BoldMinded (Brian)

Un-installing should definitely remove everything. Backup your db and try to re-install Publisher, then uninstall it again. If you search for “uninstall” in the codebase you’ll see everything its trying to do, which historically has been bug free for this functionality.

#2

BoldMinded (Brian)

I found the issue. This will be fixed in the next release (1.6.3). Sorry for the delay.

#3

BoldMinded (Brian)

In the mean time you can run the following queries.

delete from exp_assets_selections where publisher_status == ‘draft’; delete from exp_assets_selections where publisher_lang_id != ‘1’; // Assuming 1 is your default language alter table exp_assets_selections drop column publisher_status; alter table exp_assets_selections drop column publisher_lang_id;

Backup your database first.

Login to reply