Running IIS on a 2K server, PHP 4.3.8, MySQL 4.0.21, cpg 1.3.2.
I enter my info in install.php, click lets go, and "Page cannot be found." I unziped cpg1.3.2.zip into the directory a few more times in case I was missing files, still does the same thing.
maybe you need to set permission for albums and include folders to 777?
Done. PHP and /coppermine are set to everyone full control, and have both IIS processes set to full control.
appears like a server setup issue to me. Have you been able to have a "regular" html page show up? How do you access your site - over the internet url, or http://localhost, or http://127.0.0.1 etc.? Please post a link to your page.
Joachim
http://136.142.51.58/coppermine
If you're using a local computer, it's not accessible to us on the outside.
Sorry, looks like a firewall rule was misplaced. Should be OK now.
Well I get a gallery not installed correctly, and then the re-direct to the install page.
Have you set permissions correctly, to allow the script to write to the include and albums folders, plus all folders in the albums folder?
Yep.
The entire PHP and wwwroot directory have full control to everyone, and both IIS processes. I've even removed security to the point of enabling parent paths, which is pretty dumb to do on IIS. Still the same deal, click the "Lets Go" button, and I get 404'd.
I get Index.php and install.php, so that means that php is installed correctly, I put a htm file on the root of the server from the coppermine readme, that displays fine.
http://136.142.51.58/coppermine/include/config.inc.php is not there, which usually means: no write permissions. Try creating this file manually (take a look at the sample file in the include folder) and report what happens then.
Joachim
I get:
Notice: Undefined index: debug_mode in c:\inetpub\wwwroot\coppermine\include\functions.inc.php on line 96
Fatal error :
There was an error while processing a database query
I went back and triple checked the permissions on the mysql, PHP, and coppermine directories. At this point there is not a user or service on that machine that doesn't have full control to them.
And clicking Lets Go still gives me a 404, even with the file manually created and full access permissions on it.
have the database entries been created by the installer?
Joachim
Nope, database is blank.