On Tue, 4 Jun 2002 10:48:13 -0300 "Frank" <[EMAIL PROTECTED]> wrote: > - Not is possible load the library php_oci8.dll If you do not use oracle just comment the php_oci8.dll line in your php.ini. This error has nothing to do with the next problem.
> - When I to do execute the sentence... > $app=new COM("word.application"); > return the error Warning: Unable to obtain IDispatch interface for CLSID >{000209FF-0000-0000-C000-000000000046}: Se ha denegado el acceso. > > I have in the file PHP.INI -> com.allow_dcom = true > > > Español.- > hola, antes tenia instaldo PHP 4.0.4, the pagina web trabajaba bien, me cambié a la >versión 4.2.1 y me retornaba los siguientes errores... > > - no es posible leer la libreria php_oci8.dll > - cuando ejecutaba la sentencia... > $app=new COM("word.application"); > > retornaba el error Warning: Unable to obtain IDispatch interface for CLSID >{000209FF-0000-0000-C000-000000000046}: Se ha denegado el acceso. Seems that your word application or library (tlib) is not correctly registred. Try to explore the word tlb with com esplorer ( available somewhere on msdn or with VisualStudio), that will confirm the correct registration of the word component. Maybe I m wrong :) just an idea;) > Tengo en el archivo PHP.INI -> com.allow_dcom = true Do you run word on another win32 station ? If not, you do not need to allow dcom. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php