|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-01-30 19:16 UTC] phanto@php.net
[2001-01-31 02:12 UTC] sjrijk at yahoo dot com
[2001-01-31 04:48 UTC] phanto@php.net
[2001-02-02 13:06 UTC] phanto@php.net
[2001-03-02 07:14 UTC] sjrijk at yahoo dot com
[2001-03-02 23:10 UTC] phanto@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 19:00:01 2025 UTC |
When the following commands are executed: $word = new COM("word.application") or die("Unable to instantiate Word"); the following error appears: Warning: Unable to obtain IDispatch interface for CLSID {000209FF-0000-0000-C000-000000000046}: Server execution failed in c:\inetpub\wwwroot\test.php on line 14 Unable to instantiate Word This a very odd error, because the Task Manager shows that PHP has executed the Word application (as winword.exe) w/o any problem. What's even more odd, the above used to work w/o any problems, although there have not been any changes in configuration.