Hi
i need help. I get this message below, if I push all categories in my shop!
I have VirtueMart 3.8.0 10319 installed to joomla 3.9.18. and php-version 7.4.5.
Warning: Invalid argument supplied for foreach() in /components/com_virtuemart/views/category/view.html.php on line 285
line 285 -> foreach( $opt as $o ) {
regards
Thomas
Quote from: segami on May 11, 2020, 14:08:11 PM
Hi
i need help. I get this message below, if I push all categories in my shop!
regards
Thomas
Push all categories ?
QuoteWarning: Invalid argument supplied for foreach() in /components/com_virtuemart/views/category/view.html.php on line 285
This is only a warning, turn down error reporting in php. Probably connected to harder syntax check in PHP 7.4.5.
Jörgen @ Kreativ Fotografi
o.k., thanks! 8)