Super noob Super noob
 

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

Super noob

Started by f33dback, March 10, 2005, 10:21:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

f33dback

I am installing this coppermine for a college and tyey only use iis, I had no issues getting it to work on my host linux box but I am perplexed by iis and the other modules.
Is there a step by step guide somewhere?

kegobeer

Are you looking for a guide on how to set up and administer an IIS box?  We don't have that.  Installation of Coppermine is the same for any web server.  You must set permissions of certain folders/files, be it CHMOD or a Windows permission setting.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

f33dback

Well IIS seems simple enough, andI feel I set the perms right, but when I try to run install.php it pops up "do you want to save this file" or "open with" lik I was downloading a file.

Tranz

Are you sure the server supports php?

f33dback

Quote from: TranzNDance on March 11, 2005, 12:59:46 AM
Are you sure the server supports php?

I think that's the issue, I have now (to date) followed 4 different installation guides for a manual install of php and I have used to exe install package.
I can not get the little test <? php
                                             phpinfo();
                                              ?>
snippet of code to do anything so I am assuming that means php is not working.

kegobeer

If you want to install php on IIS, follow the manual php installation steps on www.php.net.

http://www.php.net/manual/en/install.windows.manual.php
http://www.php.net/manual/en/install.windows.iis.php

Make sure to follow all the instructions.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Joachim Müller

If your server is meant to be available for the public (i.e. accessible on the internet) or a large LAN, I strongly advice you get some experienced webserver admin help: setting up a webserver to run in the first place can be hard enough, setting it up securely enough so it won't break by the first script kiddie's attack is yet another thing. I'm only giving this advice as a friendly posting, my intention is not to scare away a newbie: unexperienced people shouldn't run a webserver publicly (I know what I'm talking about ;)).

Joachim

f33dback

Quote from: kegobeer on March 12, 2005, 01:13:49 AM
If you want to install php on IIS, follow the manual php installation steps on www.php.net.

http://www.php.net/manual/en/install.windows.manual.php
http://www.php.net/manual/en/install.windows.iis.php

Make sure to follow all the instructions.


That was one the 4 I tried, it did not work, however I was able to find another install guide that did.(so php works now)
I guess this guy was as frustrated as me and wrote one =)
Thanks for the help guys now I off to install mysql and imagemagick.
Wish me luck.

Joachim Müller

You won't need ImageMagick, as GD usually comes with PHP. Setting up ImageMagick can be a pain on Windows.

Joachim

f33dback

Quote from: GauGau on March 15, 2005, 06:31:14 AM
You won't need ImageMagick, as GD usually comes with PHP. Setting up ImageMagick can be a pain on Windows.

Joachim

Actually imagemagick was the eaiest part, I wanted to post to say this is solved I have it working now.
I also thought I would add that most of my problems were misplaced files or permission issues.
It took me about 4 days to figure everything out as I have never used IIS, PHP, or mysql. ---> here is the tutorial that got me going on php.
http://www.faqts.com/knowledge_base/view.phtml/aid/28265
Lots of good stuff on the root of that URL.
Phew....thanks for the help here guys =)

Tranz

Thank you for sharing the link so others may benefit.