Home > Archive > PHP Programming > March 2007 > Two strange problems
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Two strange problems
|
|
| Shelly 2007-03-28, 7:00 pm |
| I am encountering two strange problems.
First one:
I get a "server misconfiguration 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 misconfiguration and was
> unable to complete your request.
>
> Please contact the server administrator, webmaster@my_domain.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 2007-03-28, 7:00 pm |
| Shelly wrote:
> I am encountering two strange problems.
>
> First one:
> I get a "server misconfiguration 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:
>
>
> 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@attglobal.net
==================
| |
| Shelly 2007-03-28, 10:02 pm |
|
"Jerry Stuckle" <jstucklex@attglobal.net> wrote in message
news:4LadncIb3Jiy_ZfbnZ2dnUVZ_uXinZ2d@co
mcast.com...
> Shelly wrote:
>
> What does your error log show?
How do I find that?
| |
| Jerry Stuckle 2007-03-29, 4:02 am |
| Shelly wrote:
> "Jerry Stuckle" <jstucklex@attglobal.net> wrote in message
> news:4LadncIb3Jiy_ZfbnZ2dnUVZ_uXinZ2d@co
mcast.com...
>
> 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@attglobal.net
==================
|
|
|
|
|