Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - CleanMart (SKU# FLEX-00015)

TOPIC: Warning: Invalid argument supplied for foreach()

Warning: Invalid argument supplied for foreach() 10 years 3 months ago #8173

Hi, I am Nico,
I have this problem with cleanmart template:

Warning: Invalid argument supplied for foreach() in /web/htdocs/www.ciecitalia.com/home/templates/yoo_master/html/com_virtuemart/productdetails/default.php on line 544

this is one of page that shows error

http://www.ciecitalia.com/it/la-nostra-produzione/sanitario/casacche-e-giacche/giacca-unisex-334bot

Can You help me please?
The topic has been locked.

Warning: Invalid argument supplied for foreach() 10 years 3 months ago #8200

Hi,

Apparently we have updated the product details php file, and most likely this error has fixed. Because in the version i currently have, I looked at the 544 line, and didn't see anything that might create this error message.

But, basically this PHP scheme below should be used to avoid this PHP error (the variable is checked if it is array or not before being used in the foreach loop):
if (is_array($variable)) { 
 
  foreach ($variable as $item) {
   //do something
  }
}

If you are little familiar with PHP, you can easily apply this scheme to the line that creates Warning: Invalid argument supplied for foreach() problem.

Alternatively;

You can open this PHP file:
/templates/yoo_master/html/com_virtuemart/productdetails/default.php

and include this
error_reporting(0);

To the top, right after
<?php

Which will hide the error message.

Regards,
Support
Last Edit: 10 years 3 months ago by Support.
The topic has been locked.

Warning: Invalid argument supplied for foreach() 10 years 3 months ago #8212

For now I have resolved with error_reporting(0);
Thank You
The topic has been locked.

Warning: Invalid argument supplied for foreach() 10 years 3 months ago #8227

If you are so picky, you may also applied the other method which will eliminate the message. But hiding the message also won't hurt.

Case is solved. Topic is closed

Regards,
Support
Last Edit: 10 years 3 months ago by Support.
The topic has been locked.
Time to create page: 0.139 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo