Forums / General Questions / Warning: Invalid argument supplied for foreach() in extra_functions/jscript.php

Warning: Invalid argument supplied for foreach() in extra_functions/jscript.php

Results 1 to 2 of 2
03 Jul 2013, 02:14
#1
dkerfoot avatar

dkerfoot

New Zenner

Join Date:
Mar 2007
Posts:
72
Plugin Contributions:
0

Warning: Invalid argument supplied for foreach() in extra_functions/jscript.php

Getting tons of these errors.

Not sure where to start hunting down the problem. Any guidance would be appreciated!

[02-Jul-2013 22:00:32 America/New_York] PHP Warning: Invalid argument supplied for foreach() in /home/keylacom/public_html/includes/functions/extra_functions/jscript.php on line 121

[02-Jul-2013 22:00:32 America/New_York] PHP Warning: Invalid argument supplied for foreach() in /home/keylacom/public_html/includes/functions/extra_functions/jscript.php on line 121
03 Jul 2013, 03:00
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Warning: Invalid argument supplied for foreach() in extra_functions/jscript.php

The error message is telling you that you have errors in the following file, on the indicated line number:
/includes/functions/extra_functions/jscript.php on line 121

That file doesn't come with Zen Cart, so must be part of an addon you've installed or created.