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: Possible conflict with SEO Lite add-on

Status Resolved
Add-on / Version Publisher
Severity Trivial
EE Version 24

Alex Roper

Mar 21, 2013

When trying to save a new entry or edit an entry already created, I get the following error:

A Database Error Occurred
Error Number: 1054

Unknown column 'publisher_lang_id' in 'where clause'

SELECT * FROM (`exp_seolite_content`) WHERE `entry_id` = 1 AND `site_id` = '1' AND `publisher_lang_id` = '1' AND `publisher_status` = 'open'

Filename: /(pathname)/third_party/seo_lite/tab.seo_lite.php

Line Number: 152
#1

Alex Roper

I just realized I’m actually using version 0.98.2 of Publisher. But the module is reporting the wrong version number.

#2

BoldMinded (Brian)

This would be an SEO Lite issue actually b/c the changes to work with Publisher are directly added to SEO Lite’s code, not through an extension. You could also just add the following columns:

publisher_lang_id int(4) publisher_status varchar(24)

#3

Alex Roper

Oh sorry! You’re right. I’ll contact Addon Bakery suport about this. I see in the SEO Lite changelog they added Publisher support in 1.4.2 so somethings not working there.

Thanks!

Login to reply