Hi guys,
I've been having no end of problems with Virtuemart recently and the newest one is that when editing a product on the front-end it forwards me to the home page when hitting save and does not save the changes.
Does anyone know why this is? I've tried searching but to no avail.
We are running version 2.0.18a and joomla version: 2.5.9.
Edit: This problem seems to occur when "Search Engine Friendly URLs" is enabled in Joomla's global config. Any ideas how to fix this?
Thanks for your help
I also have an identical problem on the same system Joomla 2.5.8. VM 2.0.18a.
I also have this issue... I have been googling the problem for about two hours now and no luck... any help would be much appreciated!
Same problem here on 5 different sites. Product editing through front end. You can change whatever you like, say title and price and click SAVE. The page is redirected to the home page and the edits are not saved. Logged in as Super User and VM group is admin.
Virtuemart and AIO 2.0.18a
PHP Built On Linux serv01.siteground285.com 2.6.32.59-sg3 #9 SMP Wed Sep 26 03:29:25 CDT 2012 x86_64
Database Version 5.5.28-29.3-log
Database Collation utf8_general_ci
PHP Version 5.3.21
Web Server Apache
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 2.5.8 Stable [ Ember ] 8-November-2012 14:00 GMT
Joomla! Platform Version Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:19.0) Gecko/20100101 Firefox/19.0
Is there a solution to this problem? By the looks of it i'm not the only one having it...
Works for me (I'm using VM 2.0.20) when I disable 'Use external google jQuery library' in VM Configuration > Templates tab.
Quote from: jjk on March 14, 2013, 09:41:47 AM
Works for me (I'm using VM 2.0.20) when I disable 'Use external google jQuery library' in VM Configuration > Templates tab.
Unfortunately it is already disabled due to us using a separate jQuery plugin to prevent conflicts.
Looking at your website (the link you supplied a previous forum post), you do have some jQuery problems. Maybe your third party plugin creates a problem instead of solving one :-)
One problem is that it tries to load the files
https://ajax.googleapis.com/ajax/libs/jqueryui/1.9/themes/base/jquery-ui.css
https://ajax.googleapis.com/ajax/libs/jqueryui/1.9/jquery-ui.min.js
but but it doesn't find them at the specified location.
I would recommend to use the Firefox browser and install the 'Firebug' plugin, so you can see the problem areas yourself.
http://getfirebug.com/