Just realized that our site was having these issues. It must have started after the 9th because that was the last online sale we have seen. Kind of thankful to sashbox for going down or wouldn't have realized it yet while checking everything.
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/blessed/public_html/shop/includes/autoload_func.php on line 19
Warning: ksort() expects parameter 1 to be array, integer given in /home/blessed/public_html/shop/includes/autoload_func.php on line 20
Warning: Invalid argument supplied for foreach() in /home/blessed/public_html/shop/includes/autoload_func.php on line 21
Fatal error: Call to a member function on a non-object in /home/blessed/public_html/shop/includes/counter.php on line 23
The lines that are called up are:
19 require($entry['loadFile']);
20 $debugOutput .= 'include(\'' . $entry['loadFile'] . '\');' . '</br>';
21 break;
22 case 'init_script':
23 $baseDir = DIR_WS_INCLUDES . 'init_includes/';
24 if (file_exists(DIR_WS_INCLUDES . 'init_includes/overrides/' . $entry['loadFile'])) {
25 $baseDir = DIR_WS_INCLUDES . 'init_includes/overrides/';
26 }
I admit I'm a total noob with Zen Cart so hoping that as I read up on it, somebody can offer a hand. We just realized that this part of our site has most likely been down for 3 weeks, and needless to say it needs to get back up (no pressure on me!).
Thanks!



