[Typo3-shop] column gradings doesn't exist ..

Franz Holzinger franz at fholzinger.com
Sat Aug 6 05:15:05 CEST 2005


> 
> I just want to test the version 2.2.3 and get this error:
> 
> -----------
> 2: SQL error: 'Unknown column 'gradings' in 'field list''
> (tt_products:NEW42f3b38fd1117)
> -----------
> 
> The column doesn't exist in the db ...
> For what ist that "grading"?
> 

Sorry.

Edit your file tx_ttproducts/ext_tables.sql

Put this line into line number 35:

   gradings varchar(40) DEFAULT '' NOT NULL,


Grading ist not used now.
But it should later contain the amount of products in a package.
E.g. 100;250;1000



Franz



More information about the TYPO3-project-tt-products mailing list