Access Forbidden **Help** Access Forbidden **Help**
 

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

Access Forbidden **Help**

Started by porcupinepc, August 05, 2005, 03:28:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

porcupinepc

I just installed the latest version of Coppermine. When i click Config, I get:

Forbidden
You don't have permission to access /family/photos/config.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Any idea what causes this?

Thanks

Joe

kegobeer

It might be a file permissions issue.  Check to make sure the file can be executed.  Your host may also have some sort of strange htaccess file that prevents config.php from being executed.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

porcupinepc

Weird....Every button at the top works fine without error except "config" it's the only one that gives me problems.

Here's the permissions for config.php

Owner              Group            World

* read              *read             *read
*write               write              write
*execute           execute         execute

* meaning enabled

Joe

kegobeer

Compare those permissions with other php files in the directory - are they the same?  If so, your host may have that htaccess file I was talking about.  If not, change config.php's permissions to match your other php files and try again.

If that doesn't work, rename config.php to something else (like cpgsettings.php), then try yoursite.com/cpgsettings.php.  Does that work?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

porcupinepc

When i change config.pho to cpgsettings and point my browser to the cpgsettings.php file, the config screen appears fine. The config button at top gives error

Joe

kegobeer

The link at the top points to config.php, that's why it doesn't work.  You have two options now: ask your host why config.php is being denied and see if they will "unblock" it, or go thru all of the Coppermine theme files (and versioncheck.php) and replace config.php with cpgsettings.php.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

porcupinepc

Thats odd. The version i was using before about a year old, worked fine. Weird that it wont now

Joe

Tranz

Your webhost probably implemented the change since then.