Hi there.
I simply can't save vendor and shopper information.
Virtuemart keeps adding a message "Please fill out the required fields, you may take a look on the tab Shopper Information"
While there's an javascript error each time I press save.
The error:Uncaught TypeError: Cannot call method 'preventDefault' of undefined | index.php?option=com_virtuemart&view=user&task=editshop:1701 |
myValidator | index.php?option=com_virtuemart&view=user&task=editshop:1701 |
onsubmit | index.php?option=com_virtuemart&view=user&task=editshop:720 |
Joomla.submitform | core.js:4 |
Joomla.submitbutton | index.php?option=com_virtuemart&view=user&task=editshop:63 |
onclick | index.php?option=com_virtuemart&view=user&task=editshop:501 |
The javascript line on 1701 is:
jQuery().event.preventDefault();
Software in use:PHP Built On Linux web.server.com 2.6.32-458.6.2.lve1.2.30.el6.x86_64 #1 SMP Fri Jul 12 15:02:22 EEST 2013 x86_64
Database Version 5.5.23
Database Collation utf8_general_ci
PHP Version 5.3.27
Web Server Apache
WebServer to PHP Interface apache2handler
Joomla! Version Joomla! 2.5.11 Stable [ Ember ] 26-April-2013 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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36
A bonus error related to TCPDFWarning: Invalid argument supplied for foreach() in /var/www/website.com/public_html/administrator/components/com_virtuemart/models/config.php on line 111
I get this error on the same page (vendor and shopper information page)
I installed the TCPDF library in the /libraries/tcpdf/ folder and that got rid of the notice telling me to install it.
The function getTCPDFFontsList() is trying to foreach some "*_specs.xml" files it expects to find in /libraries/tcpdf/fonts/ folder.
And there are no xml files in that folder.
Any tips?
Thanks for your time.