VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: sweetchuku on September 15, 2012, 07:48:48 AM

Title: Product is saved without entering any information in VM2.0.10
Post by: sweetchuku on September 15, 2012, 07:48:48 AM
Hi,
I used VM2.0.10 in one of my project. You click on new product  and than just save it without entering any information , It will be saved product with "0" and "NULL" value in product table. It shows error as well as saved message also. So i think this is VM2.0.10 bug. How do I resolved it?
Title: Re: Product is saved without entering any information in VM2.0.10
Post by: Milbo on September 15, 2012, 11:41:43 AM
Thank you, I found a small bug with it.

Products must check the langtable to know if there is enough data to be stored. But it needs the id of the non langtable before. So the product table was created even later the process noticed that there is not enough data.

But in my case it was not stored with id=0. Anyway, the new version has a fix for this.