[Solved]: 403 error on install [Solved]: 403 error on install
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: 403 error on install

Started by kenno, June 01, 2004, 10:14:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kenno

hi

i've uploaded all the files and doing the install bit, fill in all the details, mysql host, username, etc click on 'Lets Go' and then get a 403 error.

cpg 1.2.2, MySQL 3.23.54 ?? and apache 1.3
any thoughts greatly appreciated

thanks

ken

Joachim Müller

detailed error message and link? Error 403 means "forbidden" - you haven't set permissions appropriately, the script can't access certain files. CHMOD correctly.

GauGau

kenno



well i get the error attached, the mode on the install.php is 755, although i've tried with 777 and still the same.

which certain files need to have access on them ?

cheers

ken



[attachment deleted by admin]

Casper

Try renaming the install.php file so it doesn't have 'install' (or config) in it, and see if you can browse to it then.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

kenno

ok, tried that and it did exactly the same thing

i've checked the permissions on include, and everything in it, tried with 777 and still the same

i can get the install.php up in the browser, it's only when i submit it that it errors.

thanks

ken

Joachim Müller

are you on a subdomain? Your url is not web-maina.com as far as I can see, so please do as suggested and post your url...
My guess is improper setup of server environment vars that point to the wrong path.

GauGau

kenno


Joachim Müller

yes, that's what I've been looking for. The fact that the install script still can be accessed could mean that you haven't CHMODed the include dir as suggested in the readme. Another thing that may be possible is that your webhost has disabled the post method (the form just tries to <form action="install.php" method="post">). As far as I can see your webhost is the only place you could turn to for help - -sorry.

GauGau

kenno


kenno

you might well have something there, i've not heard back from web-mania yet but i just created a simple form that uses a post action and the same thing happens


kenno

>For accessing coppermine you are using the temperory URL of web-mania which is http://server3.web->mania.com/users/kenfradd/coppermine/install.php. No all the rights are available to you when you are accessing your website >through temperory URL.

>When you will be using a FQDN (Fully Qualified Domain Name) which in your case will be www.kenfradd.co.uk. You will not >get forbidden error when you will try it as www. kenfradd.co.uk/coppermine/install.php

cheers for your help chaps

ken

Joachim Müller

I guess this solves your issue then, makring this as fixed...

GauGau