0

I have updated the latest version of Virtuemart 2.0.24c, once the payment get completed it shows the below error

Fatal error Call to undefined method VmVendorPDF::convertHTMLColorToDec() 
Mohammed Nagoor
  • 884
  • 2
  • 12
  • 25
  • this simply means that `convertHTMLColorToDec` is an undefined function. Something you should really tell the VirtueMart dev team as it might be a small bug – Lodder Dec 05 '13 at 09:59
  • @Lodder, thank you for the reply. Find the cause of issue, due to missing of latest ext_aio file – Mohammed Nagoor Dec 05 '13 at 10:06

1 Answers1

0

I found the solution for the issue, updated the latest version of ext_aio file.

Extract the ext_aio.tar file and then make a zip, after that upgrade the pack, then it is working fine.

Reference Link: http://forum.virtuemart.net/index.php?topic=119484.0

Mohammed Nagoor
  • 884
  • 2
  • 12
  • 25