php under IIS7 gives me errors

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
Geiri
Forum Newbie
Posts: 1
Joined: Sun Mar 22, 2009 11:19 am

php under IIS7 gives me errors

Post by Geiri »

Hi everyone

I just setup my server and transfered my site to it.

Everything seams to be working fine and I am able to browse the site, exept for the errors I get in the cms system log

Errors are with function.unlink and function.open

The server specs are
Windows 2008 IIS7
Php 5.2.9 -1
Mysql 5.1.32

Has any one any ide of what this can be?

I did read somwhere that this might be a permission problem and I would need to give IIS user full rights
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: php under IIS7 gives me errors

Post by jayshields »

Geiri wrote:I did read somwhere that this might be a permission problem and I would need to give IIS user full rights
It will probably be a permissions problem, so, have you tried that?

The error that these functions give will probably confirm it's a permissions problem.
Post Reply