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:

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

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 2 Guests 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