Hi,
3 weeks ago I upgrade my virtuemart from 3.xx to 3.0.18, after do that:
- My register forms doesn't work (now I got 2 inputs to fill, but only the second input works)
- My payment method doesn't work (I can select it)
- Virtuemart-aio: "Se ha producido un error. 404 Componente no encontrado"
- When I try to change the shipment method: "Se ha producido un error. 1054 Unknown column 'currency_id' in 'field list' SQL=UPDATE `#__virtuemart_shipmentmethods` SET `virtuemart_vendor_id`='1',`shipment_jplugin_id`='10040',`shipment_element`='weight_countries',`currency_id`='47',`shipment_params`='shipment_logos=\"\"|show_on_pdetails=1|categories=\"\"|blocking_categories=\"\"|countries=\"\"|zip_start=\"\"|zip_stop=\"\"|weight_start=\"\"|weight_stop=\"\"|weight_unit=\"KG\"|nbproducts_start=0|nbproducts_stop=0|orderamount_start=\"\"|orderamount_stop=\"\"|shipment_cost=\"0\"|package_fee=\"\"|tax_id=\"0\"|free_shipment=\"\"|',`ordering`='0',`shared`='0',`published`='0',`modified_on`='2016-12-12 17:54:35',`modified_by`='639' WHERE `virtuemart_shipmentmethod_id`='5' "
I'm going crazy and I do not know how to solve it, since the restore time to before the update has expired. PLEASE, HELP ME! :'(
Best regards
PD: Frontend looks fine
Try this version
http://dev.virtuemart.net/attachments/download/1037/com_virtuemart.3.0.18.6_extract_first.zip
Beware you should disable your category default layout override.
Thanks Milbo,
Now I can manage my shop, I can change shipment method and more, but I can't select state on register:
- Country->State->I can see the states
- When I select the country in form, states are empty
- CSS and Javascript on Virtuemart configuration: only Fancybox and jQuery drop-down unchecked
Best regards
QuoteWhen I select the country in form, states are empty
normally a JS error
without a live site you can not be helped further
Today is another day (more problems)! :'(
Now I can see the products on http://www.my url.com/index.php , but something goes wrong on http://www.my url.com/index.php/formaciones/cursos/cursos-presenciales , I will try with http://forum.virtuemart.net/index.php?topic=135628.msg474433#msg474433 .
State problem continues, I checked "jquery drop-down" to let active, but now 2 inputs appear, only the second input works.
Best regards
1. u are loading vast amounts of JS .. every chance for some sort of conflict (State dropdown)
2. http://www.intinss.com/index.php/formaciones/cursos/cursos-online -> 500 server error
plenty of posts on here about how to find out what this error is
Only you can do this
1. Solved, now works (temporary/forever) with:
1. jQuery dropdown enabled
2. span#titleSelectBoxIt{display: none;}
span#virtuemart_country_id_fieldSelectBoxItContainer{display: none;}
span#virtuemart_state_id_fieldSelectBoxIt{display: none;}
3. Next step, customize template
2. Solved by disabling the following VM options:
1. Show featured
2. Show discontinue
3. Show latest products
4. Show Top ten products
5. Show recent
THANKS!