Page 1 of 1

New Error Spring up...[PHP WAS WORKING FINE] Now this ARGH?!

Posted: Fri May 12, 2006 9:36 am
by Helicoprion
Previously I wrote a topic regarding getting PHP/PhpMyAdmin/IIS (5.1) working and it has been working phenomenally for quite sometime,
Permissions have been the only thing "If'fy" at the moment since IIS (5.1) is more dedicated for a 1 HTTP - 1 FTP User with over all admin rights ( I could set it all to anonymous but we need a little security) compaired to IIS 6.x which you can specify exact users who have access more directly.
I went ahead and manually added as a local user with admin rights an account that would replace Anon login plus only allow the user to enter and make changes from the workstation which does all the Intranet maintenance.

FYI since the change it was working 100% Perfectly for about 2 weeks and now out of nowhere I start to getting the "mbstring" message of doom again (o.0) but only on the client not the server, I have actually purged the cache in IE in both computers and brought up http://localhost/phpinfo.php and the server shows all dandy but displays the 2 below lines of info in the phpinfo.php file(Figure 1. & 2). And on the workstation that does all the edditing for our Intranet shows this error (Figure 3.). I am curious as to what I am missing in my IIS 5.1 setup for User Management) if anyone has any bright ideas or a solution your assistance would be appreciated. :?

Figure 3.
"PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mbstring.dll' - Access is denied. in Unknown on line 0"

Figure 1.
_ENV["HTTP_AUTHORIZATION"] Negotiate
TlRMTVNTUAADAAAAAAAAAEgAAAAAAAAASAAAAAAAAABIAAAAAAAAAEgAAAAAAAAASAAAAAAAAABIAAAABcKIogUBKAoAAAAP


Figure 2.
_SERVER["HTTP_AUTHORIZATION"] Negotiate TlRMTVNTUAADAAAAAAAAAEgAAAAAAAAASAAAAAAAAABIAAAAAAAAAEgAAAAAAAAASAAAAAAAAABIAAAABcKIogUBKAoAAAAP


Thanks
Helicoprion (Prehistoric Shark) 8O

Posted: Fri May 12, 2006 10:30 am
by timvw
From what i understand about default windows2003 (IIS6) configurations (using anonymous access via IUSER_<machine>) you have to give the user "NETWORK SERVICE" read access to c:\php\ext...

hmm...

Posted: Tue May 16, 2006 2:15 pm
by Helicoprion
timvw wrote:From what i understand about default windows2003 (IIS6) configurations (using anonymous access via IUSER_<machine>) you have to give the user "NETWORK SERVICE" read access to c:\php\ext...
I am using IIS 5.1 at the moment and I just gave up and set the access back to IUSER_<machine> login (default setup w/ specified password) and it works without giving me Mbstring errors and also Mac Users, and Firefox users can login without username/password requirements.