VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: lonokane on May 12, 2012, 17:50:14 PM

Title: Ask A Question Error
Post by: lonokane on May 12, 2012, 17:50:14 PM
VM 2.0.7 with J 2.5.4. If a customer clicks on ask a question about this product and fills out the form, they receive the following error when submitting it. All fields are correct.
Some Fields are invalid, please verify your inputs

website is www.shopyellowboutique.com
Title: Re: Ask A Question Error
Post by: lonokane on May 12, 2012, 17:50:55 PM
Looks like it's an error if I have less than 75 characters. I have the configuration set to allow a minimum of 10.
Title: Re: Ask A Question Error
Post by: freshqa on June 04, 2012, 20:37:34 PM
Same error, if i set 20 or 10 symbol minimum question length - it changes the value in text, but when i try to send less then 75 symbols question it fails, and says that some field is incorrect
Title: Re: Ask A Question Error
Post by: John2400 on June 05, 2012, 12:19:25 PM
lonokane,

Hi I tested your site - I could not send with less that 20 words but You can see I could with less that 75 ?

Is that really a big issue? I think you should set this high. If they ask a good question it will prompt them to write more?
Title: Re: Ask A Question Error
Post by: freshqa on June 05, 2012, 14:47:32 PM
Better tell why we cant reduce the minum symbol required ? i tried changing it in config and in code, doesnt work... Maybe someone from developers can check if there is some error that us noobs cant fix ?
vm 2.0.6
Title: Re: Ask A Question Error
Post by: Milbo on June 11, 2012, 19:00:00 PM
thx, found the error, fixed.
Title: Re: Ask A Question Error
Post by: freshqa on June 12, 2012, 10:33:58 AM
can you tell us where to fix or we have to update 2.0.6 to latest ?
Title: Re: Ask A Question Error
Post by: Milbo on June 12, 2012, 11:04:04 AM
The value is just wrong, it should be asks_minimum_comment_length but it asks for vm_asks_minimum_comment_length
Title: Re: Ask A Question Error
Post by: freshqa on June 12, 2012, 11:26:16 AM
Thanks alot for quick reply!!!
Title: Re: Ask A Question Error
Post by: linkg on January 21, 2013, 16:44:10 PM
Quote from: Milbo on June 12, 2012, 11:04:04 AM
The value is just wrong, it should be asks_minimum_comment_length but it asks for vm_asks_minimum_comment_length

Where exactly did you go to find and correct this? Thanks
Title: Re: Ask A Question Error
Post by: cmp on May 03, 2013, 09:27:38 AM
public_html/components/com_virtuemart/controllers/productdetails.php
Line 62 and 63, you can also change the min characters there as it doesn't seem to reflect the settings made in Admin.