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: SEO Lite + Publisher Admin Error

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

Matt Bulfair

Mar 28, 2013

After Installing SEO light 1.4.2 (latest) when I go into my ADMIN under a entry I get the following mySQL error.

Error Number: 1054

Unknown column ‘publisher_lang_id’ in ‘where clause’

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

Filename: third_party/seo_lite/tab.seo_lite.php

Line Number: 48

#1

BoldMinded (Brian)

Hi Matt. You’ll need to contact Add-on Bakery about this b/c the error is in their code, but to fix it just add the following column to the table:

publisher_lang_id int(4)

You might have to add this one too:

publisher_status varchar(24)

Login to reply