473,748 Members | 8,530 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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
Mar 28 '07 #1
3 1835
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.
js*******@attgl obal.net
=============== ===
Mar 28 '07 #2

"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:4L******** *************** *******@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?
Mar 29 '07 #3
Shelly wrote:
"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:4L******** *************** *******@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.
js*******@attgl obal.net
=============== ===
Mar 29 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1357
by: ksedran | last post by:
Hi All, I am seeing a very strange issue with a winform I have. There are a few statements in the code, that at one point were working just fine. I had compiled the code a few days ago and everything was working as desired. Now all of a sudden I am getting errors in some places, and some statements no longer no longer work the way they did.
5
2308
by: Rob Ristroph | last post by:
Hi, It's pretty unhelpful to post "I have a huge piece of code that crashes in strange places, what's the problem?" but that's basically my problem and I really am at my wit's end. The piece of code in question always crashes in an STL operation such as a vector.push_back, but the location of the crash changes as I change how various parts are handled in memory, i.e., make some things dynamically allocated instead of new'd. I know...
25
3732
by: Neil Ginsberg | last post by:
I have a strange situation with my Access 2000 database. I have code in the database which has worked fine for years, and now all of a sudden doesn't work fine on one or two of my client's machines. The code opens MS Word through Automation and then opens a particular Word doc. It's still working fine on most machines; but on one or two of them, the user is getting an Automation Error. The code used is as follows: Dim objWord As...
2
1939
by: Kris Vanherck | last post by:
yesterday i started getting this strange error when i try to run my asp.net project: Compiler Error Message: CS0006: Metadata file 'c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\spsweb\0e3514bf\cb1844e7\assembly\dl2\3b163f 16\00452d31_84e5c301\infragistics.webui.ultrawebgrid.v3.dll' could not be found
8
6714
by: Spam Trap | last post by:
I am getting strange resizing problems when using an inherited form. Controls are moving themselves seemingly randomly, but reproducibly. "frmBase" is my base class (a windows form), and contains a few controls anchored to the sides of the form. "frmChild" inherits from "frmBase"... and the controls appear on the inherited form as expected. However things start going wrong when I place addition controls on the "frmChild" form. When I...
1
2445
by: Larax | last post by:
Alright, so here's the problem. I define a global variable in my script and then add methods/properties to it. Everything works great, no error in Javascript Console. But when I refresh site, several errors "variable is not defined" are displayed. What is more strange, the script is still working ! After each another refresh these errors are keep showing, only after I close site and open it again, these errors disappear, but only to next...
6
2362
by: robert | last post by:
I get python crashes and (in better cases) strange Python exceptions when (in most cases) importing and using cookielib lazy on demand in a thread. It is mainly with cookielib, but remember the problem also with other imports (e.g. urllib2 etc.). And again very often in all these cases where I get weired Python exceptions, the problem is around re-functions - usually during re.compile calls during import (see some of the exceptions below). But...
2
1824
by: Paul Furman | last post by:
I don't know, maybe this isn't strange but someone else set up the shopping card coding I'm working with, the way it works is to get the time() in seconds like 1172693735 and that's the shopper_ID number and the shopping_cart_last_modified number is generated the same way once they check out... then an invoice number is generated by subtracting the two numbers (shopper_ID is older from when they registered). Is this strange or bad or...
0
4222
by: RickVidallon | last post by:
Missing or Truncated Body Text in Email Application - 2 Strange Examples... There is no earthly reason why this is happening! EXAMPLES HERE: http://65.36.227.70/actmailer/ We have a scheduled task which runs every 5mins and sends pending email campaign. The script has been written in VB.NET and following is the code which
0
8989
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8828
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9319
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6795
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4599
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2213
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.