I have installed copermine ver cpg1.3.3 ,
all files upoloaded by ftp fine changed cmod to 777 on albums and include
admin screen appears fine filled in details o.k.
conitnue is fine but when i try and make changes in config and save file is redirected to root directory and i get the follwing message .???
this page cannot be found
why is the changes being redirected to the main root directory and not where cpg is saved .???
o.k have managed to sort this problem out by changing the
<form action="$PHP_SELF" method="post">
in cofig.php,
but am also getting the same thing in other files where it is being re-directed to root directory ,
eg. when i click agree on join in members and also when i try to log back in as admin
Thanks in advance
J
has been discussed before in many threads: your server doesn't populate the needed server vars ("exotic" setup), so the first thing I would recommend is talking to your webhost. If this doesn't work as expected and your reluctant to find a new one, then you'll have to go through all coppermine's files that have a <form> tag and change the form action as you did for the config page.
Joachim
P.S. In the future, please use a better subject for your postings ::)