SOLVED: Register form, administration customization and more fails after upgrade

Started by urkooo, December 12, 2016, 18:57:05 PM

Previous topic - Next topic

urkooo

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

Milbo

#1
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.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

urkooo

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

GJC Web Design

QuoteWhen I select the country in form, states are empty

normally a JS error

without a live site you can not be helped further
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

urkooo

#4
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

GJC Web Design

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
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

urkooo

#6
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!