Zen Cart Logo
Forums / Installing on a Windows Server / Error 403: can't run install

Error 403: can't run install

Locked

Views: 1,871

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
5 Feb 2007, 11:50 PM
#1
bekahruth avatar

bekahruth

Zen Follower

Join Date:
Feb 2007
Posts:
101
Plugin Contributions:
0

Error 403: can't run install

I have uploaded all of the files to my webserver using ftp. My webserver is a windows server www.activehost.com. I uploaded the files to www.tehome.net/zen-cart/catalog/, I then changed the permissions in the required documents to readwriteexecute like it says in the installation tutorial. I also changed the dist-configure.php files to configure.php and set the permissions. Now, when I try to access the zc_install, it says Http Error 403: not authorized to view page. Help!

6 Feb 2007, 9:41 PM
#2
bekahruth avatar

bekahruth

Zen Follower

Join Date:
Feb 2007
Posts:
101
Plugin Contributions:
0

Re: Error 403: can't run install

Okay, scratch that last post, I've got it figured out.

7 Feb 2007, 12:58 AM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Error 403: can't run install

What was the problem that you discovered to fix this? :smile:

7 Feb 2007, 6:27 AM
#4
bekahruth avatar

bekahruth

Zen Follower

Join Date:
Feb 2007
Posts:
101
Plugin Contributions:
0

Re: Error 403: can't run install

Kitty over at the switchboards forums pointed out to me that windows server didn't like the url to end with: catalog/ but rather to set up the url to end as: catalog/index.php

7 Feb 2007, 6:44 PM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Error 403: can't run install

That sounds like a server that is not setup correctly ...

You will have a world of problems if it cannot understand what php files are and to load them correctly ...

NOTE: your secure pages are not setup correctly either from the looks of things ...

7 Feb 2007, 10:09 PM
#6
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,777
Plugin Contributions:
11

Re: Error 403: can't run install

I then changed the permissions in the required documents to readwriteexecute like it says in the installation tutorial. I also changed the dist-configure.php files to configure.php and set the permissions.Those are some interesting steps that, one, should be done AFTER running zc_install AND...
You should not be changing dist-configure files as the install will look for them and change them according to your input during installation.
Backwards going were you think I.

7 Feb 2007, 11:16 PM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Error 403: can't run install

psst ...

er ... umm ... if you rename dist-configure.php to configure.php and set to 777 before an install ... this is the same as load an empty configure.php to the site and set to 777 ... :cool:

8 Feb 2007, 12:38 AM
#8
bekahruth avatar

bekahruth

Zen Follower

Join Date:
Feb 2007
Posts:
101
Plugin Contributions:
0

Re: Error 403: can't run install

Okay, I'm really confused, I just followed the steps outlined in the Install located at: https://www.zen-cart.com/tutorials/index.php?article=107. It says to rename dist-config before running install

8 Feb 2007, 1:08 AM
#9
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Error 403: can't run install

You can create the configure.php before running the install by EITHER:

1 rename the 2 dist-configure.php to configure.php

2 copy 2 empty files called configure.php

These belong in:
/includes
/admin/includes

Then set to 777 before running the installer ...