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

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
User avatar
Helicoprion
Forum Newbie
Posts: 10
Joined: Tue Apr 25, 2006 11:07 am
Location: Sweltering Florida

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

Post 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
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post 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...
User avatar
Helicoprion
Forum Newbie
Posts: 10
Joined: Tue Apr 25, 2006 11:07 am
Location: Sweltering Florida

hmm...

Post 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.
Post Reply