error

Coldfusion MX 7.0 Flash based multiple file uploader causing issues after 2/3 files upload

Hi, I have an application that uses a single signon for login in Coldfusion Mx 7.0. It essentially has a cfldap in the application.cfm. But the real issue is that I am trying to use a multi-file upload third party tool that submits to a coldfusion script with cffile and stuff in it. Both the Flash based tool and the Java based tool are...

PHP custom error handling: an error in one page affects users browsing other pages.

I have a custom PHP error handler in my application, which displays a friendly error message to the user and logs the error for me to fix. However, I've noticed since implementing it that when an error occurs in one page, the error is reported from users on unrelated parts of the site. Say it's a error in /some_site_section/view_one.ph...

c++ compile error in codechef.com

I am trying to submit the solution of Adding Least Common Multiples(July contest) in codechef.com. But After submission I have got an error /sources/tested.cpp:1: error: expected unqualified-id before numeric constant what is it mean? I did not get any error when I compiled in eclipse(helios) using mingw32-g++ ...

getting error while trying to play an mp3 in mplayer

iam trying to play a mp3 song through movieplayer in linux but iam getting these errors instead Totem could not play 'file:///root/Desktop/song.mp3'. you do not have the necessary plugins and need to install those. and then this - Internal GStreamer error: state change failed. Please file a bug at http://bugzilla.gnome.org/enter_bug...

BindindSource.EndEdit() throws error because one Column does not allow NULL values

Hello, after the EndEdit I want to do some validation like is data entered null... if there is no endedit, the data I get could be the old/unchanged value... My BindingSource has a DataSet bound. What can I do? ...

Why am I seeing DBI errors on the console even though I have wrapped the DBI calls in an eval?

I have a database query that I am running inside an eval, to trap the error. Problem is that the error message is outputting to console, even though it is being trapped. How do I stop the error message from doing this, as I want to parse it myself and spit back my own messages? my $dbh = DBI->connect('dbi:Pg:dbname=database;host=localho...

Ruby: What does Errno::EEXIST mean when installing a gem?

I am trying to install a ruby gem called activeldap, however, it won't let me install it. I keep getting all kinds of errors including the Errno::EEXIST error. I added the error info below. Any ideas? C:\Ruby\www\demo>gem install activeldap ERROR: While executing gem ... (Errno::EEXIST) File exists - C: C:\Ruby\www\demo>gem install...

Error: Two Main Programs in Fortran

I'm trying to write a program with a function which returns a matrix with a random number on the diagonal, 1s on the sub-diagonals and 0s everywhere else. So, I wrote this function: real function am1d do i=1,L do j=1,L if (i.eq.j) then am1d(i,j)=rand()*w-w/2. elseif ((i-j.eq.1) .or...

Channel disconnected error message again and again - Flash builder 4

I'm trying to use server capabilities Flash Builder 4. But using different ways (i use 5 or 6 tutorial) get one and the same error within a week - "Channel disconnected - Channel disconnected before an acknowledgment was received." I looked up "gateway.php" and there was not even a closing tag ?>. Error repeated on a remote server (of co...

Method to convert Medisoft Error Logs

Can anyone recommend a good script/tool for formatting Medisoft Error Logs to readable text? I am currently on v12 scheduled to go to v16 very shortly. Thank you ...

Check for specific errors in MySQL queries with PHP

Hello, Is there a way that I can check for specific errors in MySQL with PHP? For example, I want to run a query that inserts 1000 last names into a database table. I know that I can use mysql_error() to check for errors, but I want to check specifically for a "duplicate value" error. Is there anyway to do that? Thanks! ...

TypeError: Error #1009: Cannot access a property or method of a null object reference.

I get this error when i launch the application(flash type with dismiss all and continue) and i'm out of ideas: TypeError: Error #1009: Cannot access a property or method of a null object reference. at Magazin/xmlService_resultHandler()[D:\Documents and Settings\chechu\Adobe Flash Builder 4\Magazin\src\Magazin.mxml:41] a...

jquery, IE 8 Invalid argument error

Hello All, This code works fine in FF, Chrome & Safari, but IE 8 is throwing several Invalid Argument Errors when I run it: <script type="text/javascript"> $(window).load(function() { $('div .box').each(function() { $(this).width($(this).find('img').width()); }); }); </script> You can see it in ...

ASP.Net: Unexpected form execution flow

Hi, Have a look at this page: http://173.203.72.190:12123/Search-Results.aspx?Mode=Browse&amp;Cuisine=-1&amp;Zone=-1 If you click 'Browse' with the 'Any Cuisine', 'Any Zone' values, you will see results shown for all restaurants. If you put in a search string in the 'Search' box, you should see the results for that restaurant. Here's...

SqlConnection error Named Pipes Provider

A little background: I have a Windows .NET application that is in use by approximately 40 field employees across North America. This program allows the users to enter data while in the field (away form internet access) and then synchronizes to our Sql Server 2005 database at night. A couple days ago, two of my users reported getting t...

SQL Virtual Column

I am getting the 'SQL Error: ORA-01733: virtual column not allowed here' Here is my code: update ( Select g.FIRST300BB from ( select FIRST300BB, row_number() over (order by pitchandeventid) r from gamedata_me where hitterid = 5000 and (eventcode = 'BB') ) g where r between 0 and 300 ) t set t.FIRST30...

Method keys error in Google Chrome

Here is the line of code that I think is the problem and the error that google chrome gives me a.sort(function(a,b){return a-b}); has no method 'keys' In firebug on firefox there is no error. This may be a simple error but I am not at all used to chrome's error console. ...

How to get a message in a variable if the page contains an error?

Hi While we run an web application some page may contain error and some page maynot contain error, I want to get a notification if the page contains some error ,If there is an error we can see the error in the page, but can we set any value to a variable if the page contains error.. such that we can get the notification that there i...

getRangeAt() -- error if no text is selected

I use this simple Javascript code to retrieve text that was selected on a webpage: var userselection = window.getSelection(); //user selection will be a Selection-Object var rangeObject = userselection.getRangeAt(0); The code works fine if text is selected. If I just click in the text that could be selected I get a range object too, ...

grep: operation not supported on socket

I get this error on cygwin 1.7.5-1 under zsh and rxvt when I try to run grep "getDirectories" * It seems to happen once per directory. I successfully ran this operation many times under cygwin 1.7.1 just a few days ago before I had to get a new laptop. Anyone know what is causing this error? ...