News:

Support the VirtueMart project and become a member

Main Menu

Odd error message when entering the shopping cart.

Started by mgordon, September 20, 2017, 10:39:54 AM

Previous topic - Next topic

mgordon

I am getting a weird message when entering the shopping cart. I have Joomla 3.8.0 and Virtue Mart 3.2.4


Warning: A non-numeric value encountered in /customers/e/b/a/countryfisher.se/httpd.www/administrator/components/com_virtuemart/plugins/vmpsplugin.php on line 988 Warning: A non-numeric value encountered in /customers/e/b/a/countryfisher.se/httpd.www/administrator/components/com_virtuemart/plugins/vmpsplugin.php on line 1071 Deprecated: Function mcrypt_get_iv_size() is deprecated in /customers/e/b/a/countryfisher.se/httpd.www/administrator/components/com_virtuemart/helpers/vmcrypt.php on line 31 Deprecated: Function mcrypt_create_iv() is deprecated in /customers/e/b/a/countryfisher.se/httpd.www/administrator/components/com_virtuemart/helpers/vmcrypt.php on line 32 Deprecated: Function mcrypt_encrypt() is deprecated in /customers/e/b/a/countryfisher.se/httpd.www/administrator/components/com_virtuemart/helpers/vmcrypt.php on line 34 Deprecated: Function mcrypt_get_iv_size() is deprecated in /customers/e/b/a/countryfisher.se/httpd.www/administrator/components/com_virtuemart/helpers/vmcrypt.php on line 31 Deprecated: Function mcrypt_create_iv() is deprecated in /customers/e/b/a/countryfisher.se/httpd.www/administrator/components/com_virtuemart/helpers/vmcrypt.php on line 32 Deprecated: Function mcrypt_encrypt() is deprecated in /customers/e/b/a/countryfisher.se/httpd.www/administrator/components/com_virtuemart/helpers/vmcrypt.php on line 34

vaskern

Looks like Joomla 3.8.0 is a big upgrade. Would be interesting to know if it has any problem with VM?

jenkinhill

@mgordon you can turn off warnings and reports in Joomla/VM:  http://forum.virtuemart.net/index.php?topic=102555.msg436061#msg436061

I guess you are using PHP7.1 as the Mcrypt function has been deprecated as of PHP 7.1.0  It still works but is flagged as deprecated for PHP7 series and is expected to be removed in PHP 8

@vaskern I have (so far) identified no issues with J3.8/VM3.2.4 but there are reported issues with several non-VM related 3rd party extensions.  FYI J3.8.1 is not very far away!
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

mgordon