coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: DeaconFlyte on June 24, 2005, 12:19:36 AM

Title: Gallery installs, go to Admin and "Save" but then cannot find "config.php"
Post by: DeaconFlyte on June 24, 2005, 12:19:36 AM
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?
Title: Re: Gallery installs, go to Admin and "Save" but then cannot find "config.php"
Post by: DeaconFlyte on June 24, 2005, 01:00:08 AM
Hy,

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

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


Solved it cheers :)
Title: Re: Gallery installs, go to Admin and "Save" but then cannot find "config.php"
Post by: busterbel on August 21, 2005, 12:18:19 PM
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