error

ColdFusion 8: Database Connection Reset Error

I have been getting these intermittent ColdFusion Database connection reset errors and was wondering if anyone had experience with this and had a particular solution that worked? Here is the error: Error Executing Database Query.[Macromedia][SQLServer JDBC Driver]A problem occurred when attempting to contact the server (Server retur...

Problems compiliing c++ code using cygwin

I am trying to compile some source code in cygwin (in windows 7) and get the following error when I run the make file g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wextra -Werror -g -O2 -MT libcommon_a Fcntl.o -MD -MP -MF .deps/libcommon_a-Fcntl.Tpo -c -o libcommon_a-Fcntl.o `test -f 'Fcntl.cpp' || echo './'`Fcntl.cpp Fcntl.cpp: In functi...

how to link with static mySQL C library with Visual Studio 2008?

Hi, My project is running fine, but its requirement for some DLLs means it cannot be simply dragged and dropped by the end user. The DLLs are not loaded when put side by side with my executable, because my executable is not an application, and its location is not in the few locations where Windows looks for DLL. I already asked a questi...

jQuery doesn't return proper body height on document load - Their bug or mine?

When I use $(document).ready(function() { var bodyHeight = $("body").height(); console.log(bodyHeight); }); I get a really wack number for body height. I then run $("body").height(); in the console and get the right height. Something seems fishy about the $(document).load doing this... Yes my CSS works fine and all, so is this ...

PHP not outputting errors?

My webpage is putting out a 500 Internal Server Error. I've turned on E_ALL for error reporting in the php.ini, and restarted the httpd. I've even used error_reporting(E_ALL) and error_reporting(-1) but still no luck. Any suggestions? OS: CentOS5.5 PHP: 5.2.6 HTTPD: Apache/2.2.3 ...

Why is there a "Conversion Errors" tables in an MDB?

Why would there be a "Conversion Errors" table in an MDB? Does this mean there was an attempt to convert the MDB to a different (newer) version of Access? ...

Making Panel Control Visible Causes HTML Parsing Error

Exactly as the title suggests. When I click a button on my webpage it should display a asp .net panel control that was previously hidden. The error I get is Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) The KB Article points to a few things but most notibly "Th...

RegexKitLite & Unrecognized Selector Sent to Instance Error..

Hi Guys, I am not sure why the following line: addDetails.Address = [addDetails.Address stringByReplacingOccurrencesOfRegex:@" +" withString:@" "]; causes an "Unrecognized Selector Sent to Instance" error, closing my iPhone App in my Simulator(XCode). What's wrong with my code? ...

Linkage Error with Inherited Class

I have static library and another program which uses it. In the static library If I define header without inheretence it works fine. class TcpCommunication On the other hand If I use inheretence with a QT class, class TcpCommunication:public QTcpServer I'm getting linkage error when I compiling code which uses this static library...

How do I get meaningful error messages in IIS7?

I have moved this question to Server Fault where it is probably more appropriator. I have a classic ASP website that is crashing in IIS7. It is crashing because IIS doesn't allow file uploads greater than a certain size. I know this because files below about 200k work fine. I removed the Status Code 500 error in IIS but I still don't ge...

Mercurial fails while commiting/updating/etc. using Mercuriual+TrueCrypt+MAC

While trying to work with Mercurial on project located on TrueCrypt partition I always get en error as follows: ** unknown exception encountered, details follow ** report bug details to http://mercurial.selenic.com/bts/ ** or [email protected] ** Mercurial Distributed SCM (version 1.5.2+20100502) ** Extensions loaded: Traceback (mo...

What's wrong with this javascript? Array not defined

What's wrong with this code? var divarray = document.getElementById("yui-main").getElementsByTagName("div"); var articleHTML = array(); var absHTML; var keyHTML; var bodyHTML = array(); var i = 0; for ( var j in divarray) { if(divarray[i].className == "articleBody"){ alert("found"); articleHTML = divarray[i]; break; } bodyHT...

MAPI working locally but not on production computer

I just can't get MAPI to work on our production machines. I've already created an application that uses MAPI and sites on that very machine but for some reason I can get my new app to work. I have no idea what I'm doing wrong. Locally I've created an application that uses MAPI to log into a mail profile and retrieve messages. The messag...

Is it possible to unstick a remote IIS ASP server after an exception hangs the session?

I have been coding an app in classic ASP that accesses 2 Access databases. I had a page I was working on throw an exception, which is normal during development and causes no lasting problems. This time however, after the exception any attempt to open either of the databases would freeze the session with an infinite script timeout. If ...

why datetime.now() shows invalid result when executed inside django server ?

Case 1 >>> datetime.__file__ '/usr/lib/python2.6/lib-dynload/datetime.so' >>> print datetime.datetime.now() 2010-05-19 19:45:40.202634 Case 2 from django.db import models import datetime print datetime.__file__ print "--------------------------", datetime.datetime.now() -----------Result-------- Development server is running at ht...

An error occurred creating the form. See Exception.InnerException for details. The error is: Object reference not set to an instance of an object.

I get this error when attempting to debug my form, I cannot see where at all the error could be (also does not highlight where), anyone have any suggestions? An error occurred creating the form. See Exception.InnerException for details. The error is: Object reference not set to an instance of an object. Dim dateCrap As Str...

jquery ie errors?! animate?

ie being quite baffling at the mo! really domn't know how; $("#info").delay(500).animate({ 'left': "0px", }, 250 ); can throw an erro but it does? Thinks its the animate but not sure how? link http://rundell.modernactivity.co.uk/ (line 175-177) works fine in all other browsers. any help welcome... ...

Web Deployment Project failed to map path for include virtual

I am building my site with a web deployment project but the build fails with a number of errors all relating to the "#include virtual" directives in my master page. The includes are necessary to import a set of centrally managed html template files. Here is an example of the include directive and associated error: <!-- #include virtua...

A funny idea for 404 pages ?

I need a funny idea/inspiration for my 404 pages it can be a picture or funny dialog. ...

Copy PDfs Files to shared network and files corrupted

Hi all, My app Windows forms .NET in Win XP copy files pdfs in shared network folder in a server win 2003. Admin user in Win2003 detects some corrupt files pdfs, in that shared folder. HOw can I check if a fileis copied right in shared folder ?? thanks !! the code: I use two ways to copy/move files to shared folder NOte: my app gen...