Menu

#127 Warning in functions.php

Reproducible
closed-fixed
5
2001-11-16
2001-11-02
No

I regularly get this error when viewing messages:

Warning: Unable to find stream pointer in
./functions.php on line 153

www.gabrielharrison.co.uk/nocc

There is often more than one.
As someone has posted before if you refresh it
sometimes corrects the problem but oddly it will
sometimes display a different email even though I only
pressed refresh.

the client is using pop3 on pop3.demon.co.uk

and ideas?

Gabes

Discussion

  • Ross Golder

    Ross Golder - 2001-11-07

    Logged In: YES
    user_id=20872

    The code on that line just contains standard PHP imap_*
    calls . It is possibly these that are generating the
    warnings, if the underlying network connection is being
    reset. When you refresh, it reconnects to the POP3 server,
    and this time the messages may be indexed in a different
    order so the refresh for the same message id fetches a
    different message. Unfortunately, I don't know of a way to
    debug these imap_* calls, short of replacing it all with our
    own POP3/IMAP code (which isn't a bad idea, but not likely
    to happen real soon).

     
  • Ross Golder

    Ross Golder - 2001-11-16
    • assigned_to: nobody --> rossigee
    • status: open --> closed-fixed
     
  • Ross Golder

    Ross Golder - 2001-11-16

    Logged In: YES
    user_id=20872

    Thanks for reporting this. I have suppressed the warnings
    being generated (in latest CVS), but I don't think there is
    much we can do about the cause of the warning. It is likely
    either a Demon POP3 server issue, or a network connectivity
    issue whilst using NOCC, but it's unlikely that this is a
    NOCC bug.

     

Log in to post a comment.