VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: sohopros on January 15, 2024, 00:01:08 AM

Title: SOLVED - PHP Warning: Undefined variable $product
Post by: sohopros on January 15, 2024, 00:01:08 AM
VirtueMart 4.0.22 10864 | Joomla 4.3.3
Our error log is filling up  (about 10 lines per minute) with these two entries:
PHP Warning:  Undefined variable $product in public_html/modules/mod_virtuemart_minicart/tmpl/default.php on line 49
PHP Warning:  Trying to access array offset on value of type null in public_html/modules/mod_virtuemart_minicart/tmpl/default.php on line 49

Can anyone suggest a fix?
Title: Re: PHP Warning: Undefined variable $product
Post by: Jumbo! on January 15, 2024, 07:50:16 AM
"mod_virtuemart_minicart" is a 3rd party module. You should contact the module developer.
Title: Re: PHP Warning: Undefined variable $product
Post by: sohopros on January 28, 2024, 21:57:52 PM
Thanks!