VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Toksa on January 19, 2012, 00:37:48 AM

Title: Error with Product name when trying to edit it
Post by: Toksa on January 19, 2012, 00:37:48 AM
Hi everyone,

joomla 1.7.3
vm 2

I get this error when i try to edit product details in back-end.

vmError: VmTableData Product Name in record is missing ! Can't save the record with no Product Name.

So when i want to edit the product in back-end, Product name field is empty, but it's not empty in database..

Thanks
Title: Re: Error with Product name when trying to edit it
Post by: PRO on January 19, 2012, 00:41:02 AM
I dont get that , are you using multilanguage? and forgetting to fill in the other language
Title: Re: Error with Product name when trying to edit it
Post by: Toksa on January 19, 2012, 00:45:43 AM
No, just english.. It's a clean installation..

It saves most of fields even with that error, but for example it wont save Product Descirpion if i dont enter Product name again..

Strange..
Title: Re: Error with Product name when trying to edit it
Post by: PRO on January 19, 2012, 00:58:11 AM
you set your joomla on mysql? or mysqli???


Title: Re: Error with Product name when trying to edit it
Post by: Toksa on January 19, 2012, 01:04:15 AM
Joomla is migrated from 1.5, so it was set on MYSQL. I also tried MYSQLi, but same thing happend.
Title: Re: Error with Product name when trying to edit it
Post by: Toksa on January 19, 2012, 01:20:56 AM
Sorry guys, I figured out what happend. My friend was adding the products and in Product name field he added names with quotes. Guess script has a problem when taking it from database cause he did the same thing on old 1.1..