Zen Cart Logo
Forums / General Questions / Error after host migrated me to a new server?

Error after host migrated me to a new server?

Locked

Views: 763

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
24 Jun 2010, 9:47 PM
#1
ksport avatar

ksport

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

Error after host migrated me to a new server?

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_func.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.

24 Jun 2010, 10:04 PM
#2
cjpinder avatar

cjpinder

Totally Zenned

Join Date:
Apr 2007
Location:
Herts. UK
Posts:
893
Plugin Contributions:
0

Re: Error after host migrated me to a new server?

Hi,

I think the first thing to try would be to re-upload all the files in case one or more where missing or corrupt.

Regards,
Christian.

24 Jun 2010, 11:53 PM
#3
ksport avatar

ksport

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

Re: Error after host migrated me to a new server?

Well, that fixed it. Sort of. Now I'm getting the System Setup Required page, as if Zen Cart had never been installed. I've manually changed my /includes/configure.php and admin/includes/configure.php files to reflect the new server settings but I'm still getting the Setup Required page.

Any thoughts?

25 Jun 2010, 6:08 PM
#4
ksport avatar

ksport

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

Re: Error after host migrated me to a new server?

Nobody has any ideas? I really don't want to have to reinstall completely.