php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35812 Warning: (null)(): Invalid ProgID, GUID string, or Moniker: Invalid syntax
Submitted: 2005-12-27 08:32 UTC Modified: 2005-12-28 10:24 UTC
From: akhilesh at ctree dot com Assigned:
Status: Not a bug Package: COM related
PHP Version: 4 OS: Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: akhilesh at ctree dot com
New email:
PHP Version: OS:

 

 [2005-12-27 08:32 UTC] akhilesh at ctree dot com
Description:
------------
i was trying to $Mail = new COM("CDONTS.NewMail");
and repeatedly getting
Warning: (null)(): Invalid ProgID, GUID string, or Moniker:  
error

Expected result:
----------------
just fire the mail to the destination address

Actual result:
--------------
Warning: (null)(): Invalid ProgID, GUID string, or Moniker:

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-27 13:14 UTC] nlopess@php.net
Thats because that Id isn't registered in the registry.
And you are using PHP 4...
 [2005-12-28 10:17 UTC] akhilesh at ctree dot com
i was trying to $Mail = new COM("CDONTS.NewMail");
and repeatedly getting
Warning: (null)(): Invalid ProgID, GUID string, or Moniker:  
error
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC