[TYPO3-shop] SQL Error with alternative product category language
Franz Holzinger
franz at fholzinger.com
Fri Apr 14 11:00:35 CEST 2006
Hello Oliver,
>
> when trying to enter a Product Category (Alternative Language) I receive
> the following error in the backend:
>
> 2: SQL error: 'Unknown column 'subtitle' in 'field list''
> (tt_products_cat_language:NEW443f54a039f41)
>
> Any hints?
>
Add the line
subtitle mediumtext NOT NULL,
to the
CREATE TABLE tt_products_cat_language (
in the file ext_tables.sql
- Franz
More information about the TYPO3-project-tt-products
mailing list