Copied system files, Ran update script fine. Removed installer folder. Home page loaded great.
Once I clear cache, I refreshed home page and get the following error:
Error Number: 1054
Unknown column 'wd.field_id_128NOT' in 'where clause'
SELECT DISTINCT(t.entry_id) FROM exp_channel_titles AS t LEFT JOIN exp_channels ON t.channel_id = exp_channels.channel_id LEFT JOIN exp_channel_data AS wd ON wd.entry_id = t.entry_id LEFT JOIN exp_members AS m ON m.member_id = t.author_id INNER JOIN exp_category_posts ON t.entry_id = exp_category_posts.entry_id INNER JOIN exp_categories ON exp_category_posts.cat_id = exp_categories.cat_id WHERE t.entry_id !='' AND t.site_id IN ('1') AND t.entry_date < 1347504480 AND (t.expiration_date = 0 OR t.expiration_date > 1347504480) AND t.channel_id = '9' AND exp_categories.cat_id = '153' AND t.status = 'open' AND t.status != 'closed' AND ( (wd.site_id=1 AND wd.field_id_128NOT LIKE "%y%") )ORDER BY t.sticky desc, t.entry_date desc, t.entry_id desc LIMIT 0, 100
Filename: modules/channel/mod.channel.php
Line Number: 2736Looks like the NOT is being appending in the wrong spot perhaps?
Please help, I’m frustrated and would like for an update to just work for once.