Server not found

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • steve

    Server not found

    Hi,
    I am developing php apps, and I have started experiencing "server not
    found" problem with IE (IE 6.0). It happens on some of the php-gen
    html pages, and I have no idea why. I have run the same page thru
    Opera, and it looks fine.

    I never got this problem when I had IE 5.0. I have googled and have
    not found a resolution.

    Anyone?

    --
    Posted using the http://www.dbforumz.com interface, at author's request
    Articles individually checked for conformance to usenet standards
    Topic URL: http://www.dbforumz.com/PHP-Server-f...ict206146.html
    Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbforumz.com/eform.php?p=703258
  • R. Rajesh Jeba Anbiah

    #2
    Re: Server not found

    steve wrote:[color=blue]
    > I am developing php apps, and I have started experiencing "server not
    > found" problem with IE (IE 6.0). It happens on some of the php-gen
    > html pages, and I have no idea why. I have run the same page thru
    > Opera, and it looks fine.
    >
    > I never got this problem when I had IE 5.0. I have googled and have
    > not found a resolution.[/color]

    What's the log result of http sniffers?

    --
    <?php echo 'Just another PHP saint'; ?>
    Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

    Comment

    • Daniel Tryba

      #3
      Re: Server not found

      In comp.lang.php steve <UseLinkToEmail @dbforumz.com> wrote:[color=blue]
      > I am developing php apps, and I have started experiencing "server not
      > found" problem with IE (IE 6.0). It happens on some of the php-gen
      > html pages, and I have no idea why. I have run the same page thru
      > Opera, and it looks fine.
      >
      > I never got this problem when I had IE 5.0. I have googled and have
      > not found a resolution.[/color]

      Make sure that you get the real results from the server. To get these
      you'll need decent (configurated) development tools:
      -packetsniffers
      -lynx (-head|-source)
      -mozilla's javascript console
      -turn off IE's "friendly" errors.

      Comment

      • Kevin

        #4
        Re: Server not found

        I've seen this error as well, but it seems to be difficult to reproduce-- it
        happens once in a blue moon and doesn't reappear on a refresh. Is your
        error intermittent or reliably reproducible?

        - Kevin

        "steve" <UseLinkToEmail @dbForumz.com> wrote in message
        news:4_703258_e cd19833e1ff6623 273f9e91452de58 4@www.dbforumz. com...[color=blue]
        > Hi,
        > I am developing php apps, and I have started experiencing "server not
        > found" problem with IE (IE 6.0). It happens on some of the php-gen
        > html pages, and I have no idea why. I have run the same page thru
        > Opera, and it looks fine.
        >
        > I never got this problem when I had IE 5.0. I have googled and have
        > not found a resolution.
        >
        > Anyone?
        >
        > --
        > Posted using the http://www.dbforumz.com interface, at author's request
        > Articles individually checked for conformance to usenet standards
        > Topic URL: http://www.dbforumz.com/PHP-Server-f...ict206146.html
        > Visit Topic URL to contact author (reg. req'd). Report abuse:
        > http://www.dbforumz.com/eform.php?p=703258[/color]


        Comment

        • Joe Webster

          #5
          Re: Server not found

          "steve" <UseLinkToEmail @dbForumz.com> wrote in message
          news:4_703258_e cd19833e1ff6623 273f9e91452de58 4@www.dbforumz. com...[color=blue]
          > Hi,
          > I am developing php apps, and I have started experiencing "server not
          > found" problem with IE (IE 6.0). It happens on some of the php-gen
          > html pages, and I have no idea why. I have run the same page thru
          > Opera, and it looks fine.
          >
          > I never got this problem when I had IE 5.0. I have googled and have
          > not found a resolution.
          >
          > Anyone?
          >
          > --
          > Posted using the http://www.dbforumz.com interface, at author's request
          > Articles individually checked for conformance to usenet standards
          > Topic URL: http://www.dbforumz.com/PHP-Server-f...ict206146.html
          > Visit Topic URL to contact author (reg. req'd). Report abuse:[/color]


          I have noticed that if you have a indefinite/recursive loop in your
          script this can happen. In firefox it can be even odder with it displaying
          old (cached) data even when you force a full reload.

          If you have any kind of loop, start there. Comment out loop(s) and
          retest. Once you find the loop that is causing it, check the conditions to
          see why it's doing that.

          HTH,
          Joe


          Comment

          Working...