error-message

does someone knows about this error in xcode gdb?

2009-07-21 12:47:14.458 FlashCards[1328:20b] * Terminating app due to uncaught exception 'NSRangeException', reason: '* -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)' ...

Mystery HRESULT, 0x889000D

Decimal: 143196173 Hex: 0x889000D Results from a call to IAudioSessionControl2->GetProcessId(). GetLastError = 126* Message = "The specified module could not be found" I'm not really sure how to interpret this error. Additionally, I can't find a description of the HRESULT anywhere. The documented return codes are S_OK, E_POINTER, AU...

Is there a way to get more detailled JS error messages in IE7 ?

When there is a JS error in IE7, the text displayed is not helpful mainly because it says "error at line X" but the line doesn't really correspond to anything if you start including multiple javascript files. Is there an option or add-on that could maybe improve this? ...

SAS error - Incomplete termination for SASHELP.FSP.VTMAIN.FRAME:

Can anyone explain what the following error message means? It occurred after the following: 1 - Leaving the (BASE SAS) session open overnight 2 - This morning the first thing I did was close a single table that had also been left open (by clicking on the X button) 3 - A pop up error box then appeared (don't remember what it said but ...

invalid converstion from void* to char**

it has been a while since I messed with C code. I am getting the following error when compiling C code under ubuntu using gcc. command i am using to compile code is(if these errors are because of comiler I am using , please let me know how to make that go away): gcc -o runnable mycode.C error: invalid conversion from ‘void*’ to ‘...

Error connecting to SQLite from iPhone

my application shows this error asm CPSqliteConnectionStatementForSQL 0x30897lb3:10 and it stopped at this breakpoint in debugger 0x308971cb <+0024> mov 0x8(%edi),%eax does someone know about it? ...

Ajax error - "permission denied"

Sorry, this looks longer than it probably is but I thought I should include all the information! I'm using a simple Ajax script to dynamically bring content into a <div> on a page. The first request to load some new content into the div works fine, but if I've got an Ajax "back" link within the content which has just loaded, it seems to...

Disply php errors when using Zend framework

Hey SO folk, I've been using Zend Framework and just living with this problem for a while, but it's now just gotten too annoying so i'll send the question out to you. There are certain problems within the Zend framework that Zend can recognize (such as calling a nonexistent controller), and will send that problem to the ErrorController...

How to customize error message of maxlength with jQuery validate to show number of entered characters

I want the maxlength validation of jQuery validate to display an error message like the following: "Please enter no more than {0} characters. You've currently entered {1} characters." Where {1} is a placeholder for the actual amount. What's the best way to do this? ...

How to remove a specific $_GET variable from a URL

I have a website authored in PHP where anytime a user receives an error I will redirect them to a another page (using header(Location:...)) and put the error ID in the URL so that I know which error to display. E.g. If the user tries to access a product page but that item is no longer available I will redirect back to the category of it...

Getting a "Use of undefined constant" error that I cannot figure out

Hello, I'm getting the following strange looking error. Unexpected PHP error [Use of undefined constant s - assumed 's'] severity [E_NOTICE] in [C:\Documents and Settings\yepthatsme\My Documents\Dev\nicnames\main\resources\includes\name.inc.php line 180] The line it is referring to has: $types = nicnames_config::$resourcetypes...

Duplicate error message when validating a model

How is it possible that the model validation errors messages are getting duplicated in ruby on rails application? ...

Visual Studio 2008 reading or writing protected memory when debugging

On a brand new Vista machine, I'm getting the following error - instantly - whenever I try to start a project in debug mode: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. I don't buy the "other memory is corrupt" part of the message. I thought the error might be related...

MySQL 1443: what does it mean?

I'm trying to do an update, in MySQL 5.0, of the form: update mytable.myfield t set f = 'blah' where t.id in (select v.id from myview v where ...); MySQL tells me: ErrorNr. 1443 The definition of table 'v' prevents operation UPDATE on table 't'. The MySQL docs list this error, but (as usual) don't say what it means. Can anyone she...

java gui changing picture causes heapspace error

I have a java programme than when a button is clicked it updates the image on screen to the according image. this will work for the first 15 or so clicks then it causes a java heapspace error. I think it is because of the way I am updating the jpanel that contains the bufferedimage but not sure what the reason is. My code to get make the...

How to generate traffic to test a bounce management tool?

What tools are available to generate bounce messages in order to test a bounce management tool? We want to test invalid addresses but we will like to test other error status codes. ...

Making output in VC++ point to lines of source code

At work we have a prebuild step that reads over our source code and automatically generates data based on some annotations in the code. If the prebuild tags are poorly formatted or it finds something it doesn't know how to deal with it prints an error. Just like other builder errors, these can be clicked on to direct you to the line cont...

CS1504 "Unspecified" errors

Hi, I maintain my team's CruiseControl.NET build server that, in turns builds our projects with NAnt. Every once in a while, the build fails because the compiler throws a CS1504 error on a random file. Has anyone seen this before and know what could be causing it? Maybe a service/process acquired a lock that should have been released? ...

Is this an error?

Hello, while i'm testing my app the console show: GNU gdb 6.3.50-20050815 (Apple version gdb-966) (Tue Mar 10 02:43:13 UTC 2009) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "sh...

Identifier Removed (EIDRM) error when sending message with a IPC queue

I'm using an IPC queue to do process synchronization. I always get the EIDRM eror when sending an receiving messages from an IPC queue, but i can see that the queue is there with ipcs. I've been for 2 hours searching but i can't see the error. the following code is a stripped down version that gives me the same error. #define CLAVE ...