News:

Looking for documentation? Take a look on our wiki

Main Menu

Virtuemart 2 admin control panel broken

Started by Framar, November 08, 2013, 10:57:11 AM

Previous topic - Next topic

Framar

Hello there,

I'm using Virtuemart 2.0.20 and Joomloa 2.5.11
No problems until I put the checkbox "Using the VirtueMart jQuery" in the main configuration of the component.
since that moment the Virtuemart admin control panel is locked, I cannot save any modify, also TABs on the top of the page are disappeared and those to the left side are keeping opened ( products, configuration, customers etc. )

I tried to follow this guide http://dev.virtuemart.net/projects/virtuemart/wiki/General_JS-Problems_with_templates_and_jQuery but doesn't work, also, if I empty the table virtuemart_adminmenuentries all menu items of the administrative area of Virtuemart disappear completely.

How can I solve that? Someone can help me please?

GJC Web Design

haven't got an old 2.0.20 to try but try this

you can reset your config e.g. your jquery choice directly in the database

use phpmyadmin etc to access jos_virtuemart_configs

you can edit the config string directly there

e.g. look for  ...... css=s:1:"1";|jquery=s:1:"0";|jprice=s:1:"1";|......

and change to

jquery=s:1:"1";

at least this will get you to where you were
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

Framar

Thank you very much for your answer, now it works fine! :)

Just to explain for other people, in short, I modified virtuemart.cfg and virtuemart_defaults.cfg-dist from administrator/component/com_virtuemart/ and set up in both files   "google_jquery=1" afterwards I've changed in the database table jos_virtuemart_configs   jquery=s:1:"0"  and   google_jquery=s:1:"1"

Thanks again!