VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: inertia54 on March 10, 2012, 20:33:25 PM

Title: About Product Creation
Post by: inertia54 on March 10, 2012, 20:33:25 PM
im getting error when i try to rename product or try to change the description of the product. So the error is :

vmError: VmTableData::store failed - Unknown column 'customtitle' in 'field list' SQL=UPDATE `e4ona_virtuemart_products_en_gb` SET `product_name`='Irani Product',`product_s_desc`='',`product_desc`='
Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
',`metadesc`='',`metakey`='',`customtitle`='',`slug`='sample-product-58-60' WHERE `virtuemart_product_id`='61'


Anyone can help me out to fix this error :)

Regards,
Amir Imtiaz
bohemia.rapstar@gmail.com
Title: Re: About Product Creation
Post by: PRO on March 11, 2012, 11:52:52 AM
"install or update tables if needed" in Migration & Tools
Title: Re: About Product Creation
Post by: hollywooood on March 24, 2012, 04:18:14 AM
The "install or update tables if needed" is not working for this so just do what I did and add it manually.

in the "virtuemart_categories_en_gb" table add "customtitle" with "char(255)" and you should be good to go...