php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36062 Faulting application when Excel instantiates
Submitted: 2006-01-18 01:06 UTC Modified: 2006-01-26 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: steve dot gilbreth at autodesk dot com Assigned:
Status: No Feedback Package: COM related
PHP Version: 4.4.2 OS: Windows Server 2003
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: steve dot gilbreth at autodesk dot com
New email:
PHP Version: OS:

 

 [2006-01-18 01:06 UTC] steve dot gilbreth at autodesk dot com
Description:
------------
When running application on Windows 2003 Server (IIS 6)  Excel Com object fails to instantiate with the following error:
Faulting application excel.exe, version 11.0.6560.0, stamp 4296b6f2, faulting module mso.dll, version 11.0.6568.0, stamp 42e18ef6, debug? 0, fault address 0x0003446c

Reproduce code:
---------------
// starting excel
$excel = new COM("Excel.application", NULL, CP_UTF8) or die("Unable to instantiate excel");


Expected result:
----------------
Excel Com object in variable $excel

Actual result:
--------------
Event log entry:

Faulting application excel.exe, version 11.0.6560.0, stamp 4296b6f2, faulting module mso.dll, version 11.0.6568.0, stamp 42e18ef6, debug? 0, fault address 0x0003446c.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-18 01:20 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip


 [2006-01-26 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2007-03-02 03:27 UTC] scropper at botanicus-aust dot com dot au
Hi Guys,

I recently had the same problem following reinstall of Excel 2000 onto my new computer. 

Check the following thread http://www.pcreview.co.uk/forums/thread-1793028.php

I tried it and it worked for a while then crashed again.

Following the logic that the XLB files were becoming corrupted I deleted all add-ons from the system (using Add/Remove Office Features), especially those with VBA, noted in the title. I followed the logic that [Support for Excel 2000 is discontinued except for security updates | Security updates are patching anything with VBA content (esp. add-ons) | there is a strong possibility that changes to add-on format will cause cooruption of customization file]. 

I have now had 2 beautiful event free days. 

Simon Cropper
 [2007-05-04 12:59 UTC] kromp12 at interia dot pl
Hi, 
I have just resolved similar problem. (for all MS Office products)

Faulting application excel.exe, version 11.0.5612.0, stamp 3f39ff9d, faulting module mso.dll, version 11.0.5606.0, stamp 3f334cce, debug? 0, fault address 0x002277f8.

The reason is that one of our sysadmins removed Security access for "domain users" to the drive on the server where were stored users' profiles and Documents.
By adding "domain users" or "everyone" to ACL with simple rights the error did not appear anymore.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC