Re: [PHP] Help setting up php

2007-07-13 Thread Richard Lynch
On Thu, July 12, 2007 8:25 am, Karl Schmitt wrote:
 Can someone please help me?

 I am new to installing and working with php and webservers.  I am
 using
 IIS 6.

 I can not get php to load the ini file.

This line:
Configuration File (php.ini) Path   C:\WINDOWS

tells you that PHP *looked* for the php.ini file in:
C:\WINDOWS

However, it did not FIND php.ini there, as there is no php.ini on the
path name shown.

Therefore, PHP just used the default default values for everything.

You need to copy the php.ini-recommended to C:\WINDOWS and name it
php.ini

You'll then need to restart Apache, errr, IIS, which probably means
reboot the whole machine, knowing Microsoft. :-)

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Help setting up php

2007-07-13 Thread Joker7
In news: [EMAIL PROTECTED] - Richard
Lynch  wrote :
 On Thu, July 12, 2007 8:25 am, Karl Schmitt wrote:
 Can someone please help me?

 I am new to installing and working with php and webservers.  I am
 using
 IIS 6.

 I can not get php to load the ini file.

 This line:
 Configuration File (php.ini) Path C:\WINDOWS

 tells you that PHP *looked* for the php.ini file in:
 C:\WINDOWS

 However, it did not FIND php.ini there, as there is no php.ini on the
 path name shown.

 Therefore, PHP just used the default default values for everything.

 You need to copy the php.ini-recommended to C:\WINDOWS and name it
 php.ini

 You'll then need to restart Apache, errr, IIS, which probably means
 reboot the whole machine, knowing Microsoft. :-)

 --
 Some people have a gift link here.
 Know what I want?
 I want you to buy a CD from some indie artist.
 http://cdbaby.com/browse/from/lynch
 Yeah, I get a buck. So?

I would start again with a manual install much safer, c:\windows is not the 
best place to have php.ini .A manual install should not take more than 10/20 
mins.

Chris

-- 
Cheap As Chips Broadband http://yeah.kick-butt.co.uk
Superb hosting  domain name deals http://host.kick-butt.co.uk 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Help setting up php

2007-07-12 Thread Karl Schmitt
Can someone please help me?  

 

I am new to installing and working with php and webservers.  I am using
IIS 6.

 

I can not get php to load the ini file.

 

I have followed multiple guides including those listed on the install
pages and even went back and let the installer run, which changed
nothing.  

 

php in installed in ISAPI mode. 

 

You can see my test page here:

www.ctconline.com/test.php

 

I can post screen shots over email it that will help.  I need access to
the gd library at least for work.

 

Any help would be most appreciated.

 

Thank you Karl Schmitt



Re: [PHP] Help setting up php

2007-07-12 Thread Robert Cummings
On Thu, 2007-07-12 at 09:25 -0400, Karl Schmitt wrote:
 Can someone please help me?  

 I am new to installing and working with php and webservers.  I am using
 IIS 6.

 I can not get php to load the ini file.

Your webserver is looking for it here:

C:\WINDOWS\php.ini

Is it there?

Cheers,
Rob.
-- 
...
SwarmBuy.com - http://www.swarmbuy.com

Leveraging the buying power of the masses!
...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php