I get the following error every other time I go into a page:
(This is projected above my header)
Warning: Invalid argument supplied for foreach() in /home/xxxxxxx/public_html/forums/ushop.php on line 151
when I refresh it's gone and I go to where I want to go.
PHP Code:
if (!empty($storeactions)) {
foreach ($storeactions as $actionid => $action) {
if ($action['showinstore'] == 1 && $action['active']) {
// Action Specific Variables System
151 is the second line in the above code.