Quantcast
Channel: Phoca Forum
Viewing all articles
Browse latest Browse all 2008

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

$
0
0
Hi,
run this query in phpMyAdmin:

Code:

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

Code:

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

Kind regards,
Benno

Statistics: Posted by Benno — 04 Mar 2024, 10:18



Viewing all articles
Browse latest Browse all 2008

Trending Articles