|
|
| |
1. Can't get script to work. |
|
Reply |
|
|
 Roddy Dairion | 2007-02-22 10:58:55 |
Hi guys,
Am trying to connect to a POP3 account, but everytime i get his error message
Call to undefined function imap_open()
I can't find the solution to it can anybody help me please? |
| |
2. Re: Can't get script to work. |
|
Reply |
|
|
 Roddy Dairion | 2007-02-22 11:23:23 - In reply to message 1 from Roddy Dairion |
Ok got it to work.
It connects to my email but then i get this error
fopen(=?utf-8?q?ds.XLS?=) [function.fopen]: failed to open stream: Invalid argument
Now this is a bummer becoz i don't have a clue what to do with this 1.
Can anyone help me solve this problem please. |
 jose mauricio lora cudris | 2007-02-23 04:22:31 - In reply to message 1 from Roddy Dairion |
| hi guys im new at this, if this isnt the correct place to post this question im sorry but i have to ask. guys i cant find how to make a report with PHP 4.0 mysql or oracle and apache 1.33, i really need help at this, and if you have a kick ass tutorial about AJAx i would be amazed. thanks guys hope a answer from ya'll later |
| |
4. Re: Can't get script to work. |
|
Reply |
|
|
 Paul N. Kariuki | 2007-11-23 14:51:57 - In reply to message 1 from Roddy Dairion |
Hi,
Did you get a solution to the error Call to undefined function: imap_open(). I'm trying the class and I'm getttin getting same error |
| |
5. Re: Can't get script to work. |
|
Reply |
|
|
 jim hudgens | 2008-02-27 03:57:10 - In reply to message 4 from Paul N. Kariuki |
| Me too please post solution. |
| |
6. Re: Can't get script to work. |
|
Reply |
|
|
 sharad c | 2009-04-04 06:14:46 - In reply to message 1 from Roddy Dairion |
Warning: imap_open() [function.imap-open]: Couldn't open stream {mail.xyz.com:110/pop3} in C:\wamp\www\framework\plugins\email\phPop\attachment\attachmentread.class.php on line 50
can't connect: Certificate failure for mail.xyz.com: Self-signed certificate or untrusted authority: C=US, S=Unknown, L=Unknown, O=Unknown, OU=Unknown, CN=changeme.localdomain.com, E=ssl@changeme.localdomain.com
Notice: Unknown: Certificate failure for mail.xyz.com: Self-signed certificate or untrusted authority: C=US, S=Unknown, L=Unknown, O=Unknown, OU=Unknown, CN=changeme.localdomain.com, E=ssl@changeme.localdomain.com (errflg=2) in Unknown on line 0 |
| |
7. Re: Can't get script to work. |
|
Reply |
|
|
 andy gee | 2010-10-14 14:06:40 - In reply to message 6 from sharad c |
Try this to get imap to work
pop.gmail.com:995/pop3/ssl/novalidate-cert |
| |
8. Re: Can't get script to work. |
|
Reply |
|
|
 Vijay Sharma | 2011-07-28 19:25:13 - In reply to message 7 from andy gee |
| You Rock. Thank you very much. |
|