Two strange problems

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

    Two strange problems

    I am encountering two strange problems.

    First one:
    I get a "server misconfiguratio n error", but only sometimes. It occurs on
    the first screen that accesses the database on a submit. This error is
    intermittent -- sometimes it happens and sometimes not from the same screen
    with the same data.

    Here is the error:
    Internal Server Error
    >
    The server encountered an internal error or misconfiguratio n and was
    unable to complete your request.
    >
    Please contact the server administrator, webmaster@my_do main.com and
    inform them of the time the error occurred, and anything you might have
    done that may have caused the error.
    >
    More information about this error may be available in the server error
    log.
    >
    Additionally, a 404 Not Found error was encountered while trying to use
    an ErrorDocument to handle the request.

    Second one:
    My screen is coded in pnp and has flash elements in the HTML region of the
    code. Sometimes, but not always, the screen goes back to the home page all
    by itself. It can occur while I am focussed in a different browser window.
    I have no idea, other than some internal dynamic element of flash, as to
    what causes this to happen. Again, this is intermittent.


    Has anyone encountered anything like these two strange behaviors?

    Shelly


  • Jerry Stuckle

    #2
    Re: Two strange problems

    Shelly wrote:
    I am encountering two strange problems.
    >
    First one:
    I get a "server misconfiguratio n error", but only sometimes. It occurs on
    the first screen that accesses the database on a submit. This error is
    intermittent -- sometimes it happens and sometimes not from the same screen
    with the same data.
    >
    Here is the error:
    > Internal Server Error
    >>
    >The server encountered an internal error or misconfiguratio n and was
    >unable to complete your request.
    >>
    >Please contact the server administrator, webmaster@my_do main.com and
    >inform them of the time the error occurred, and anything you might have
    >done that may have caused the error.
    >>
    >More information about this error may be available in the server error
    >log.
    >>
    >Additionally , a 404 Not Found error was encountered while trying to use
    >an ErrorDocument to handle the request.
    >
    >
    Second one:
    My screen is coded in pnp and has flash elements in the HTML region of the
    code. Sometimes, but not always, the screen goes back to the home page all
    by itself. It can occur while I am focussed in a different browser window.
    I have no idea, other than some internal dynamic element of flash, as to
    what causes this to happen. Again, this is intermittent.
    >
    >
    Has anyone encountered anything like these two strange behaviors?
    >
    Shelly
    >
    >
    What does your error log show?

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • Shelly

      #3
      Re: Two strange problems


      "Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
      news:4LadncIb3J iy_ZfbnZ2dnUVZ_ uXinZ2d@comcast .com...
      Shelly wrote:
      >I am encountering two strange problems.
      >>
      >First one:
      >I get a "server misconfiguratio n error", but only sometimes. It occurs
      >on the first screen that accesses the database on a submit. This error is
      >intermittent -- sometimes it happens and sometimes not from the same
      >screen with the same data.
      >>
      >Here is the error:
      >> Internal Server Error
      >>>
      >>The server encountered an internal error or misconfiguratio n and was
      >>unable to complete your request.
      >>>
      >>Please contact the server administrator, webmaster@my_do main.com and
      >>inform them of the time the error occurred, and anything you might have
      >>done that may have caused the error.
      >>>
      >>More information about this error may be available in the server error
      >>log.
      >>>
      >>Additionall y, a 404 Not Found error was encountered while trying to use
      >>an ErrorDocument to handle the request.
      >>
      >>
      >Second one:
      >My screen is coded in pnp and has flash elements in the HTML region of
      >the code. Sometimes, but not always, the screen goes back to the home
      >page all by itself. It can occur while I am focussed in a different
      >browser window. I have no idea, other than some internal dynamic element
      >of flash, as to what causes this to happen. Again, this is intermittent.
      >>
      >>
      >Has anyone encountered anything like these two strange behaviors?
      >>
      >Shelly
      >
      What does your error log show?
      How do I find that?


      Comment

      • Jerry Stuckle

        #4
        Re: Two strange problems

        Shelly wrote:
        "Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
        news:4LadncIb3J iy_ZfbnZ2dnUVZ_ uXinZ2d@comcast .com...
        >Shelly wrote:
        >>I am encountering two strange problems.
        >>>
        >>First one:
        >>I get a "server misconfiguratio n error", but only sometimes. It occurs
        >>on the first screen that accesses the database on a submit. This error is
        >>intermitten t -- sometimes it happens and sometimes not from the same
        >>screen with the same data.
        >>>
        >>Here is the error:
        >>> Internal Server Error
        >>>>
        >>>The server encountered an internal error or misconfiguratio n and was
        >>>unable to complete your request.
        >>>>
        >>>Please contact the server administrator, webmaster@my_do main.com and
        >>>inform them of the time the error occurred, and anything you might have
        >>>done that may have caused the error.
        >>>>
        >>>More information about this error may be available in the server error
        >>>log.
        >>>>
        >>>Additionally , a 404 Not Found error was encountered while trying to use
        >>>an ErrorDocument to handle the request.
        >>>
        >>Second one:
        >>My screen is coded in pnp and has flash elements in the HTML region of
        >>the code. Sometimes, but not always, the screen goes back to the home
        >>page all by itself. It can occur while I am focussed in a different
        >>browser window. I have no idea, other than some internal dynamic element
        >>of flash, as to what causes this to happen. Again, this is intermittent.
        >>>
        >>>
        >>Has anyone encountered anything like these two strange behaviors?
        >>>
        >>Shelly
        >What does your error log show?
        >
        How do I find that?
        >
        >
        It depends on your php.ini file. Usually it's the webserver's error
        log, but you can override it in your php.ini file with your own log.

        --
        =============== ===
        Remove the "x" from my email address
        Jerry Stuckle
        JDS Computer Training Corp.
        jstucklex@attgl obal.net
        =============== ===

        Comment

        Working...