Tagged Questions

0
votes
2answers
20 views

How to find if thee are javascipt errors in the page using selenium rc

I am using selenium rc and I would like to know if there are any javascript errors occured in the page. Is there any Selenium API to check if there are any javascript errors? Thanks very much.
0
votes
0answers
40 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
34 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
43 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 …
2
votes
2answers
118 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
482 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
163 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
65 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
52 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
31 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
60 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 …
0
votes
4answers
84 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
56 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 …
0
votes
5answers
106 views

Why won’t my site load from one computer, but it will another?

Pretty vague title, but basically I can only get "my site" to load from one computer. I've purchased hosting and a domain name, set it all up, and there's nothing there yet, but the default directory …

1 2 3 next
15 30 50 per page