Hey folks, I'm having an issue with my Zen Cart setup. Here's the gist of it:
Our host "migrated" us to a new server, and instead of all the good things promised, our website was down for several days. Now the main site is working, but Zen Cart is broken.
When I attempt to go to "mydomain.com/store/" I get a blank white page. If I attempt to go to "mydomain.com/store/admin" I get the following error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in \\boswinfs05\home\users\web\b2571\whl.ksport\ksportusa\store\includes\autoload_f unc.php on line 31
Here's Lines 30-33
if (file_exists($entry['loadFile'])) include($entry['loadFile']); else $debugOutput .= 'FAILED: ';
$debugOutput .= 'include(/'' . $entry['loadFile'] . '/');' . '<br />';
break;
case 'require':
Thanks for any help! Oh, our databases were moved, as well as the files.



