0
votes
0answers
26 views
Strange isolated jquery errors
After launching a major redesign for a client, we've received a handful of emails from users who are experiencing a script that is slowing down, and eventually crashing their browsers. The errors that …
0
votes
1answer
12 views
(ruby) Broken pipe (Errno::EPIPE)
i have a Broken pipe (Errno::EPIPE) error popping up and i don't understand what it is or how to fix it. the full error is:
example.rb:19:in `write': Broken pipe (Errno::EPIPE)
from …
0
votes
1answer
38 views
fun error logging / reporting idea for small website
I want to write (or implement) a quick and easy logging solution for our website. I figure rss is fine for the format.
I was thinking of piping apache's error log to a simple script that, if the url …
0
votes
1answer
53 views
How to disable Elmah memory logging?
We're using Elmah in an asp.net 2.0 web app. Is there a way to disable the default Memory Log provider? In other words, we're logging to SQL Server and because of this we want to completely eliminate …
2
votes
2answers
115 views
stack overflow error
i just got my first ever stack overflow when I ran this script:
var hlat = 0.00;
var hlong = 0.00;
var mapdiv = document.getElementById('map');
var map_url = base_url + 'ajax/getPropMap';
var id_url …
10
votes
17answers
473 views
Besides “treat warnings as errors” and fixing memory leaks, what other ideas should we implement as part of our coding standards?
First let me say, I am not a coder but I help manage a coding team. No one on the team has more than about 5 years experience, and most of them have only worked for this company.. So we are flying a …
1
vote
3answers
141 views
Turn off warnings and errors on php/mysql
I am getting expected notices and warnings, and would like to turn them off on my php file. errors are:
Warning: fsockopen()
and notices are:
Notice: A non well formed numeric value encountered in
…
0
votes
1answer
52 views
what you mean by Unable to resolve resource bundle “datamanagement” error occured in flex?
when will i add Advanced data grid in my project then it shows eror like
everity and Description Path Resource Location Creation Time Id
Unable to resolve resource bundle "datamanagement".
but …
1
vote
2answers
40 views
How are files validated when opened?
Suppose a user selects a file in a dialogue box, and the app then opens the file for reading, etc. Users can open "incorrect" files--they can select a binary file, for example, even if the file …
1
vote
5answers
50 views
PHP Always run function
I am trying to get some errors returned in JSON format. So, I made a class level var:
public $errors = Array();
So, lower down in the script, different functions might return an error, and add …
0
votes
1answer
30 views
What is the way to manage errors and return JSON?
I have a php application, that, when it encounters an error, will run a function that uses trigger_error() as well as uses the following function to return the error as JSON.
…
0
votes
2answers
56 views
Rails: Modify Validation error reporting?
The standard Rails validation wraps my error-filled fields in a div of class fieldWithErrors.
How can I change it so that the erroneous element's parent gets assigned that class instead of having a …
1
vote
1answer
73 views
Trying to use Loader class inside of package, getting Error 1046: Type was not found or was not a compile-time constant
This is driving me nuts, I can run this fine with code on the main timeline, but when I put this inside of my sub Class I'm getting the Compile time error and 1180: Call to a possibly undefined …
0
votes
4answers
78 views
‘Undefined’ Notice while populating arrays
While populating an array with data from a SimpleXML call, PHP throws exception to what it believes as 'Undefined' keys, however, the output is actually correct.
$doc = new …
0
votes
1answer
47 views
Capture contents of Firefox/IE error console through code?
Is it possible to capture the contents of either the Firefox or IE javascript error console? I'm thinking adding a feature where when a user clicks the 'Report A Bug' link on my site, it also sends …
