Win2k Server IIS CPG Install Problem Win2k Server IIS CPG Install Problem
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Win2k Server IIS CPG Install Problem

Started by rond, October 17, 2003, 01:59:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rond

I have the above (in subject).  FFresh First time installs of PHP, MySQL etc.

When I run the CPG Install script via browser (IE6) all I get is a blank window.

I am sure I have not configured the supporting elements properly (first time) I am not sure where to begin looking for fix.

Thanks for any help

Ron

jasendorf

Since I had never tried an IIS install, I thought I'd give it a whirl this morning.  I had to give "Full Control" to "All" in the security permissions for include, userpics and albums directories (which is just like chmod 777... even though it's not picked up by the installer).  Also, had to add an include path to my php.ini to the coppermine base directory.

Try those things.
Read the Online DOCs,FAQ, and SEARCH the board BEFORE posting questions for help.

jasendorf

Also, it seems the php bundle I downloaded for Windows also does not include the GD2 package yet the installer didn't pick that up...
Read the Online DOCs,FAQ, and SEARCH the board BEFORE posting questions for help.

hyperion

To add GD2 to windows, you have to activate the extension in php.ini and place a DLL in the system file.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

jasendorf

Yep... that was it.  Had both dlls in the package but gd.dll was specified in php.ini...

IMPORTANT NOTE:  Don't try to run BOTH the gd and gd2 dlls at the same time... it was ugly...  live and learn.
Read the Online DOCs,FAQ, and SEARCH the board BEFORE posting questions for help.

Joachim Müller

to do the equivalent of a chmod on a windows/iis machine, you'll have to look in two places (I'm quting by heart, as I don't run an IIS at home): file permissions (windows explorer, right click on folder/file, properties, security) -  look for a user called iusr (or similar, depending on your versions). That's the equivalent to the "others" group on lunix, i.e. the surfer accessing your site. The other user "i_something" is the user the webserver runs under (equivalent to "owner" in the lunix world). Remember to enable recursive permission inheritance in the advanced settings.

@rond: try running a simple php script to check if your server parses php at all (like <?php print 'Hello world'; ?> ) in the first place.

GauGau

Tarique Sani

WOW !! I never knew any of this - Always thought that Windows was for my 6 year old playing games ;)
SANIsoft PHP applications for E Biz

Zarsky

Quote from: "tarique"WOW !! I never knew any of this - Always thought that Windows was for my 6 year old playing games ;)

yeah it should be....I am so sick of MS....but XP at least makes the MS world bareable....but I would never run it as a server ever again...I made a hugely bad mistake when I decided to run my server under XP.
Read the Online DOCs, FAQ, and SEARCH the board BEFORE posting questions for help.