Page 1 of 1

1054 Unknown column 'c.description_bottom' in 'field list'

Posted: 04 Mar 2024, 10:02
by adm
com_phocacart_v5.0.0Beta36
pkg_phocacart_modules_v5.0.0Beta31

After the update, the following error occurs when displaying subcategories or products on the front page. Regardless of whether the template is used cassoipeia or nature.

1054 Unknown column 'c.description_bottom' in 'field list'

Re: 1054 Unknown column 'c.description_bottom' in 'field list'

Posted: 04 Mar 2024, 10:18
by Benno
Hi,
run this query in phpMyAdmin:

Code: Select all

ALTER TABLE `#__phocacart_categories` ADD COLUMN `description_bottom` TEXT AFTER `description`;
and if needed also this:

Code: Select all

ALTER TABLE `#__phocacart_categories_i18n` ADD COLUMN `description_bottom` TEXT AFTER `description`;
Change:
#_
to your database prefix before.

Kind regards,
Benno