This article in french describes the same Error I am having. I followed the Axelor howto at http://www.axelor.com/index.php?option=com_content&task=view&id=42&Itemid=3&lang=en At the point where I have to do "Taxes Mapping" and "Categories Mapping" I get the Error: unsupported XML-RPC protocol Traceback (most recent call last): File "/usr/lib/tinyerp-server/netsvc.py", line 340, in run r=m(*msg[2:]) File "/usr/lib/tinyerp-server/service/web_services.py", line 366, in execute res = service.execute(db, uid, object, method, *args) File "/usr/lib/tinyerp-server/osv/osv.py", line 111, in execute res = pool.execute_cr(cr, uid, obj, method, *args, **kw) File "/usr/lib/tinyerp-server/osv/osv.py", line 92, in execute_cr res = getattr(object,method)(cr, uid, *args, **kw) File "/usr/lib/tinyerp-server/addons/virtuemart_interface/esale_vmart.py", line 75, in tax_import server = xmlrpclib.ServerProxy("%s/tinyerp-synchro.php" % website.url) File "xmlrpclib.py", line 1411, in __init__ raise IOError, "unsupported XML-RPC protocol" IOError: unsupported XML-RPC protocol
Any Advice? _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
