On Thursday 13 September 2001 15:55, you wrote:
the error occurs in the following lines:
$pop = imap_open('{' . $servr . '}' . $folder, $user, $passwd);
$text = imap_fetchbody($pop, $mail, $part_no);
> On Wed, 12 Sep 2001, Andreas Gietl wrote:
> > Hi PHP-Developers,
> >
> > i am sending this mail to php-dev because nobody seems to know an answer
> > in php-general and i did not find anything in the archives. Maybe it is a
> > bug in the imap-routine.
> >
> > I am having problems with php and imap now for several days on several
> > servers. I just get the following Error:
> >
> > Warning: Unable to find stream pointer in <file> on line <line>
> >
> > This error does not occur in every execution, but only sometimes.
> >
> > I read a lot about this error on the internet, but i still don't know
> > what is the reason for this error and how to work around it.
> >
> > Does anybody of you know where this error originates?
>
> I searched through the sources and this error messages seems to only come
> from the ICAP or MCAL extensions, and not from IMAP.
>
> Are you sure this error occurs on a call to an IMAP function?
>
> \David
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]