Zen Cart Logo
Forums / Installing on a Windows Server / renaming dist-configure.php

renaming dist-configure.php

Views: 1,748

Results 1 to 5 of 5
22 Apr 2011, 2:03 PM
#1
millielou avatar

millielou

New Zenner

Join Date:
Apr 2011
Posts:
3
Plugin Contributions:
0

renaming dist-configure.php

I have installed Zencart on Xammp. I have renamed the 2 dist-configure files to configure. But now i get a screen that states Zencart down for maintenance and a picture of 2 workmen!
Please can anyone advise?

22 Apr 2011, 2:17 PM
#2
millielou avatar

millielou

New Zenner

Join Date:
Apr 2011
Posts:
3
Plugin Contributions:
0

Re: renaming dist-configure.php

Sorry the above should have said there is a problem connecting to our database NOT site is down for maintenance!

26 Apr 2011, 5:27 PM
#3
janissaire avatar

janissaire

Zen Follower

Join Date:
Sep 2008
Location:
Toronto, Ontario, Canada
Posts:
474
Plugin Contributions:
0

Re: renaming dist-configure.php

change the names back - you are probably running into a conflict as there are already a couple of files that start with the name configure.

26 Apr 2011, 5:40 PM
#4
jsweb avatar

jsweb

Zen Follower

Join Date:
Jul 2005
Location:
UK and Ireland
Posts:
392
Plugin Contributions:
0

Re: renaming dist-configure.php

Millielou:

Sorry the above should have said there is a problem connecting to our database NOT site is down for maintenance!

That error refers to your CONFIGURE.PHP (found in /includes/ and /admin/includes/ directory) and the provided DATABASE details being incorrect.

CHECK THIS SECTION:

// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', 'zen_');
define('DB_SERVER', 'YOUR DATABASE SERVER e.g. LOCALHOST');
define('DB_SERVER_USERNAME', 'USERNAME');
define('DB_SERVER_PASSWORD', 'PASSWORD');
define('DB_DATABASE', 'DATABASE_NAME');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'db');
// for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage

I hope that helps

28 Apr 2011, 5:18 PM
#5
millielou avatar

millielou

New Zenner

Join Date:
Apr 2011
Posts:
3
Plugin Contributions:
0

Re: renaming dist-configure.php

Thankyou for all replies. Jamie, i will try to check what you have very kindly written but i have no idea where to find what you have written. I am a complete novice.