Zen Cart Logo
Forums / General Questions / Moved to new server. See setup screen

Moved to new server. See setup screen

Views: 628

Results 1 to 5 of 5
13 Apr 2011, 3:03 PM
#1
stuffdone avatar

stuffdone

Zen Follower

Join Date:
Jul 2007
Posts:
156
Plugin Contributions:
0

Moved to new server. See setup screen

I am migrating from a Plesk to cPanel server. Zen carts on new server not functional, display only the begin installation screen.

These sites have been working for a long time. The one difference is the server paths which I have changed in the config files but the sites still don't work...same install screen.

Are there references to these paths in the SQL I don't know about?

Ideas?:dontgetit

13 Apr 2011, 3:21 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Moved to new server. See setup screen

No. The most common reason for that is incorrect paths in the configure.php file(s). You might post the contents of those files here after removing the DB login user and password info.

13 Apr 2011, 6:08 PM
#3
stuffdone avatar

stuffdone

Zen Follower

Join Date:
Jul 2007
Posts:
156
Plugin Contributions:
0

Re: Moved to new server. See setup screen

stevesh:

No. The most common reason for that is incorrect paths in the configure.php file(s). You might post the contents of those files here after removing the DB login user and password info.

As I said I did change those files to have the current paths.

Old Path:
  define('DIR_FS_CATALOG', '/var/www/vhost/bizarreprint.com/httpdocs/');


New Path:
  define('DIR_FS_CATALOG', '/home/bizarreprint.com/public_html/');
13 Apr 2011, 7:48 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Moved to new server. See setup screen

Looks OK when I add www. to the URL. Without the www., I get a blank page.

13 Apr 2011, 8:08 PM
#5
stuffdone avatar

stuffdone

Zen Follower

Join Date:
Jul 2007
Posts:
156
Plugin Contributions:
0

Re: Moved to new server. See setup screen

stevesh:

Looks OK when I add www. to the URL. Without the www., I get a blank page.

I am re-compiling PHP to the last release. I found info that Zen is not compatible with the most recent PHP. Will see if that solves the issue and report back. One of the things I normally do is provide that sites should resolve with or without the www but since this is my first experience with cPanel I am still learning some things. Other sites have not cared yea or nea on the www.