Click to See Complete Forum and Search --> : Windows XP & PHP


crahier
04-21-2002, 02:35 AM
Hi,

After an automatic update, Windows XP installed a .Net Framework.

Now, each time I try to use a PHP page on my local website, I receive this error message "dotnet: Unable to initialize module " ...

Why ?? What's the problem ?

Many thanks,

Best regards, Christophe

Anon
07-04-2002, 02:42 AM
Probably too late, but if you're not useing the dotnet extension you might want to comment out the directive:

extension=php_dotnet.dll
;extension=php_dotnet.dll <-- like this

I believe the latest build of the dotnet clr is not compatible with the php version ... but I could be wrong.

Anon
07-04-2002, 02:43 AM
=)

That would be in the php.ini file found under your systemroot\winnt folder.