Hi,
Here I´ve installed Virtuemart 2.0.20b, Joomla 2.5.11 in a testing server running PHP 5.4.3, Apache 2.4.2 and MySQL 5.5.24. When I first accessed the VM admin it show me a message to set the currency for my country in the Shop page. But when I go in that page the Save and even the Cancel buttons doesn´t work. I´ve tested other pages and the buttons are working fine. Just in the Shop section the buttons aren´t working, so I can´t save the settings.
What can I do to correct this?
Thanks in advance.
is this a brand new install?
Quote from: PRO on June 17, 2013, 18:27:27 PM
is this a brand new install?
Yes, is a brand new install.
go to
tools
tools & migration
Then click "renew config by file"
Quote from: PRO on June 18, 2013, 00:45:55 AM
go to
tools
tools & migration
Then click "renew config by file"
It doesn´t worked. What more can I do?
Are you logged in as Vendor? Do you see a Shopper Information tab when you select Shop / Shop ?
If not under Tools / Tools & Migration select the Migration tab - at the bottom you can see a box to enter your Joomla userid (Write here the new store owner id ) and Set store owner.
Page administrator/index.php?option=com_virtuemart&view=user&task=edit&virtuemart_user_id does not saving yet. Also does not cancel, does not Save and does not cancel!! :'(
What more can I do? Already changed userid owner, changed user... none of that worked.
Searching deeply in the forum, finally I found a solution (after 2 weeks trying - I was giving up already...). So I will share the solution with you, so you can post in the faq adding the information that you already posted.
In the vendor page I´ve noticed that Save and Cancel buttons wasn´t worked and the form itens was a bit messy. So I suspected that could be a JS error. And really was! The problem is that JQuery is loaded from Google by default in Virtuemart. For some reason (maybe server configs) it wasn´t loading properly causing Vendor page to crash and not save.
The solution: open the administrator/components/com_virtuemart/virtuemart.cfg file with a txt editor and change the line : google_jquery=1 to google_jquery=0. After having save the file, i had to go to the virtuemart backend / Tools / Tools & migration / Renew config by file. This was done for me and everything work now.