Gallery installs, go to Admin and "Save" but then cannot find "config.php" Gallery installs, go to Admin and "Save" but then cannot find "config.php"
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Gallery installs, go to Admin and "Save" but then cannot find "config.php"

Started by DeaconFlyte, June 24, 2005, 12:19:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DeaconFlyte

Hiya guys and girls, hope one of you can help me out

Ive installed this evening and all seemed to be working fine, however when I go into the Admin mode and configure I have problems. I can see all the options, so I make changes and select save and it comes up with "Error 404 Page Not Found"

It almost looks as if its going to the root directory of my site for some reason? Have I missed something?

I've tried putting a config file in the root and a blank screen just comes up?

DeaconFlyte

Hy,

Try to change
Code:
<form action="$PHP_SELF" method="post">
with

Code:
<form action="config.php" method="post">


Solved it cheers :)

busterbel

I got the same problem
Page not found
Coppermine go to this page in order to update config.php
http://www.mydomain.com/www.mydomain.com/coppermine/config.php
instead of
http://www.mydomain.com/coppermine/config.php

How can i change the code for solving this ??

Thanks