VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Framar on November 08, 2013, 10:57:11 AM

Title: Virtuemart 2 admin control panel broken
Post by: Framar on November 08, 2013, 10:57:11 AM
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?
Title: Re: Virtuemart 2 admin control panel broken
Post by: GJC Web Design on November 08, 2013, 11:16:32 AM
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
Title: Re: Virtuemart 2 admin control panel broken
Post by: Framar on November 08, 2013, 21:10:45 PM
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!