VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: FloRet on October 16, 2017, 10:20:56 AM

Title: [3.2.4] Cart Checkout Error - 0 Call to undefined function strtolowerr()
Post by: FloRet on October 16, 2017, 10:20:56 AM
Hello guys!

I have an strange problem on the cart / checkout of my Virtuemart Shop on the Site: https://tessuti-wohnideen.de/warenkorb.html

When i would like to go to the checkout, i get following error
0
Call to undefined function strtolowerr()
- See attachement!

Joomla Version: 3.8.1
Virtuemart Version: 3.2.4

I also tried to change the template to an default Joomla one, but no change!

Any idea how i can solve this problem?

Thank you very much!
Title: Re: [3.2.4] Cart Checkout Error - 0 Call to undefined function strtolowerr()
Post by: Studio 42 on October 16, 2017, 12:03:21 PM
strtolowerr do not exist in PHP, it should be strtolower, you have to wait a Vm core member, so they check virtuemart code.
Title: Re: [3.2.4] Cart Checkout Error - 0 Call to undefined function strtolowerr()
Post by: jenkinhill on October 16, 2017, 12:17:26 PM
strtolower is only used in the Heidelpay plugin. Not sure why it is there, though.