Zen Cart Logo
Forums / Installing on a Windows Server / New Install -- telling me to run zc_install

New Install -- telling me to run zc_install

Views: 3,541

Results 1 to 13 of 13
15 Jul 2011, 12:45 AM
#1
rashid04 avatar

rashid04

New Zenner

Join Date:
Jul 2011
Location:
USA
Posts:
4
Plugin Contributions:
0

New Install -- telling me to run zc_install

I'm having trouble with install zen cart. It giving me the error message that I need to run zc_install/index.php, which I've tried but was to no avail. please some one help me.

I've read the FAQ's no answers there...Thanks a lot.

15 Jul 2011, 8:07 AM
#2
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: New Install -- telling me to run zc_install

Did you install it, visited the install, and was then asked to install again?

15 Jul 2011, 2:09 PM
#3
rashid04 avatar

rashid04

New Zenner

Join Date:
Jul 2011
Location:
USA
Posts:
4
Plugin Contributions:
0

Re: New Install -- telling me to run zc_install

Yes I did install it. But initial I installed it through my control panel. and then it was directing me to change some permission which I did, as well as it was asking me to run this: /zc_intall/index.php.

But when I did nothing happened.

15 Jul 2011, 2:22 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: New Install -- telling me to run zc_install

"nothing happened" is rather vague.
If you want specific help, you'll need to give specific details, like what exactly did the ENTIRE message onscreen say when "it was asking me to run zc_install"? And when "nothing happened", what exactly do you mean? Did time suddenly stand still and everyone lost 10 minutes in the entire universe? What were you expecting to see happen that didn't happen?

16 Jul 2011, 2:24 AM
#5
rashid04 avatar

rashid04

New Zenner

Join Date:
Jul 2011
Location:
USA
Posts:
4
Plugin Contributions:
0

Re: New Install -- telling me to run zc_install

@DrByte,

exactly what was said is what happen.... I install it from my hosting control panel and went in and change all the permission on those files that was surpose to have been changed. Then when I type the url in where it was installed it instructed me to run the zc_install/index.php.

And it was at this point that it said it could not find that. so I removed the whole package and I want to start over with some clear guidance.

So DrByte, if you can direct me that would be greatly appreciated.

16 Jul 2011, 2:35 AM
#6
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: New Install -- telling me to run zc_install

HOW did you install it from your hosting cpanel?

It is not installed from Cpanel (unless you used Softaculous or Fantastico).

The proper method is to get your copy of the ZIP file of ZC-1.3.9h

You UNZIP it on your computer.

You FTP the files to your server.

In C-Panel, you create an empty database, with a username and password, and assign the user ALL permissions on the database.

You then go to your browser and do the install from there, following the instructions that accompany the software.

16 Jul 2011, 8:10 PM
#7
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: New Install -- telling me to run zc_install

Sounds like maybe you set permissions to too low a value for your server.

18 Jul 2011, 3:28 AM
#8
rashid04 avatar

rashid04

New Zenner

Join Date:
Jul 2011
Location:
USA
Posts:
4
Plugin Contributions:
0

Re: New Install -- telling me to run zc_install

Ok you all I've installed in the proper way as well as changed all the permission that was surpose to changed.this is the error I'm getting when I try to access the admin area:

**The server encountered an unexpected condition which prevented it from fulfilling the request.
The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.
**
Also this to:

"500 Internal Server Error"

also here is the url

Please take a look at it and let me knoww whats going on. Thanks

8 Aug 2011, 12:50 PM
#10
rjenkins avatar

rjenkins

New Zenner

Join Date:
Aug 2011
Posts:
6
Plugin Contributions:
0

Re: New Install -- telling me to run zc_install

Hi,
I'm installing on a linux server, but I believe I may have the same error. (clean install, not an upgrade).

I've downloaded v1.3.9h, unpacked it, copied the whole tree to a server, and done all the permissions etc.

I can get to the basic zencard index page, which tells me to go to zc_install - but that link gives a script error.

The file zc_install/index.php appears to be truncated.
It's 2054 bytes and the last couple of lines are:

require(DIR_WS_INSTALL_TEMPLATE . 'common/main_template_vars.php');
require(DIR_WS_INSTALL_TEMPLATE . 'common/tpl_main_page.php');

It hardly looks like a complete php file.

I have re-downloaded the full archive and done an MD5 check, which is correct.

I've also unpacked the archive using three different utilities and each time got the same size, truncated file.

I've installed zen cart several times before, without problems (including for other people on the same web host).

Can one of the admins please check the distribution file?

Thanks,
Robert.

8 Aug 2011, 1:04 PM
#11
rjenkins avatar

rjenkins

New Zenner

Join Date:
Aug 2011
Posts:
6
Plugin Contributions:
0

Re: New Install -- telling me to run zc_install

Update:

I've just gone back through several release versions - 1.3.9e, f, g & h all have the same truncated file.

Version 1.3.9d appears to be the last release with a complete /zc_install/index.php

8 Aug 2011, 4:18 PM
#12
rjenkins avatar

rjenkins

New Zenner

Join Date:
Aug 2011
Posts:
6
Plugin Contributions:
0

Re: New Install -- telling me to run zc_install

Had a look through the CVS tree, the file is just missing the closing '?>' so should not cause a 500 errror.

The real problem is something in the .htaccess file (in my case at least), renaming that allows the installer to run.

Robert.

8 Aug 2011, 9:44 PM
#13
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: New Install -- telling me to run zc_install

Thanks for confirming that your problem was a .htaccess incompatibility with your server.