coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: porcupinepc on July 25, 2004, 03:06:45 PM

Title: Install problems
Post by: porcupinepc on July 25, 2004, 03:06:45 PM
I just changed hosting companies www.godaddy.com

I have Coppermine installed but when i try to save the configuration screen, my browser goes to:

http://www.porcupinepc.com/cgi-bin/php

I don't know where that came from as coppermine is installed at: www.porcupinepc.com/family

Any assistance is much appreciated

Joe
Title: Re: Install problems
Post by: Joachim Müller on July 25, 2004, 07:36:41 PM
usually this is caused by improper server setup. Ask your webhost to fix this for you (the server vars are set up wrong). For a quick fix, you might edit config.php, find<form action="$PHP_SELF" method="post">and replace it with<form action="config.php" method="post">, but you have to be aware that you might run into similar problems with other coppermine files - making your webhost configure the webserver properly is a better strategy in the long run.

GauGau