VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: urkooo on December 12, 2016, 18:57:05 PM

Title: SOLVED: Register form, administration customization and more fails after upgrade
Post by: urkooo on December 12, 2016, 18:57:05 PM
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
Title: Re: FATAL ERROR AFTER UPGRADE
Post by: Milbo on December 13, 2016, 17:18:56 PM
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.
Title: Re: FATAL ERROR AFTER UPGRADE
Post by: urkooo on December 13, 2016, 18:07:58 PM
Thanks Milbo,

Now I can manage my shop, I can change shipment method and more, but  I can't select state on register:


Best regards
Title: Re: FATAL ERROR AFTER UPGRADE
Post by: GJC Web Design on December 13, 2016, 18:45:08 PM
QuoteWhen I select the country in form, states are empty

normally a JS error

without a live site you can not be helped further
Title: Re: FATAL ERROR AFTER UPGRADE
Post by: urkooo on December 14, 2016, 08:52:06 AM
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
Title: Re: FATAL ERROR AFTER UPGRADE
Post by: GJC Web Design on December 14, 2016, 10:35:17 AM
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
Title: Re: FATAL ERROR AFTER UPGRADE
Post by: urkooo on December 14, 2016, 10:58:24 AM
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!