error

Stop all active ajax requests in jQuery

Hi. I have a problem, when submitting a form all active ajax request fail, and that triggers error event. How to stop all active ajax requests in jQuery without trigerring error event? ...

Asp website with vbsript functioning differently on different servers

Hi there, I am currently trying to move a web site from one server to another, one of the asp pages contains some vb script that looks like this: Dim oSearch 'AS Object Dim strXML 'AS String Dim strXSL 'AS String Dim oRS 'AS ADODB.RecordSet Set oSearch = Server.CreateObject("ETHERNET_PL.CETHERNET_PL") strXSL = Server.MapPath("...

Server Error due to paging issue

Hello all, I think I sorted out my GridView1_PageIndexChanged event and thinking it should work protected void GridView1_PageIndexChanging(object sender, GridViewPageEventArgs e) { GridView1.DataSourceID = "lqPackWeights"; GridView1.PageIndex = e.NewPageIndex; } However, when I now attempt to access page 2 of x, I receive the...

Parse error: syntax error, unexpected $end in E:\xampp\htdocs\announcements\announcement.php on line 143

I get this error message Parse error: syntax error, unexpected $end in E:\xampp\htdocs\announcements\announcement.php on line 143 Line 143 is the last line of the PHP file. When I comment out $htmlcode=<<<eod <div>$question</div> <div>$option1 $option2 $option3 $option4</div><br/> eod; echo $htmlcode; The error is...

Error when deleting from an NSFetchedResultsController controlled UITableView outside of the table view

I'm trying to remove an object managed by an NSFetchedResultsController in a UITableView - and I'm attempting to do so from a separate view via add/remove buttons. However, it seems as though controller and table are getting out of whack as I switch between views and I can't quit figure out why. Here is the error I am getting - unfortu...

how do i get mysql warning messages in php (not error)

hi all, i want to execute a sql at php which does something like changing a text column into int column. however, this sql failed to fun at php and succeeds in my mysql admin tool (sqlyog). server responses "1 row(s) affected. 1 warning(s)". but "SHOW WARNINGS" didn't pop up anything and not surprisingly, php's mysql_error() didn't retu...

c++: Object's variable cannot be evaluated, but variable from reference to the same object can???

Ok, this is veeery weird... I think. What I mean with the title is: inside the act() function from an actionHandler object I have: state->getHumanPieces(); Which gives me an address violation of some sort, apparently 'this' does not have a 'state' variable initialized... It so happens this actionHandler class has a static variable, w...

Why does my Perl CGI complain about "Premature end of script headers"?

I'm sure someone could answer this very quickly, but I'm just new to perl... I'm trying to modify demarc (a simple network monitoring tool) to do a system call to a simple script. The script itself does nothing, I'm just trying to do a 'proof-of-concept' because I keep getting an internal server error. Permissions to the script have bee...

ASP.Net partially ignoring my Custom error section in web.config

Here's my web.config customErrors section (you'll notice I've switched the mode to 'On' so I can see the redirect on my localhost): <customErrors defaultRedirect="~/Application/ServerError.aspx" mode="On" redirectMode="ResponseRewrite"> <error statusCode="403" redirect="~/Secure/AccessDenied.aspx" /> </customErrors> an...

Doctrine - schema.yml error

Hi there! I have the following schema.yml file: Page: actAs: I18n: fields: [name,html,urlShortDesc] columns: name: string gender: type: enum values: [html, photoGallery] default: html html: string urlShortDesc: string section_id: type: integer notnull: true relations: ...

TypeError: ListControl, must set a sequence (python error)

I am using Python Mechanize to open a website, fill out a form, and submit that form. It's actually pretty simple. It works until I come across radio buttons and "select" input boxes. br.open(url) br.select_form(name="postmsg") br.form['subject'] = "Is this good for the holidays? " br.form['message'] = "I'm new to technology." br.form['...

c# name or type not found

private void changeFont() { Control.ControlCollection controls = tabControl1.Controls; foreach (Control control in controls) { TabPage t = (TabPage)control; Control c = t.GetChildAtPoint(new Point(250, 250)); System.Type type = typeof(c); //-->1st error ((ty...

(414) Request-URI Too Large when creating pdf in asp.net

I'm using the following code (asp.net) to show a pdf for the user: Response.ContentType = "Application/pdf"; Response.AddHeader("Content-Disposition", "attachment; filename=thePdf.pdf"); //data contains a pdf created with iTextSharp Response.OutputStream.Write(data, 0, datalength); Response.End(); Sometimes the users gets an error. I...

FlashVars in Flex, getting error?

I changed my html template to include flashvars like so: if (hasRequestedVersion) { // if we've detected an acceptable version // embed the Flash Content SWF when all tests are passed AC_FL_RunContent( "src", "${swf}", "FlashVars", "product_id=4958", "width", "${width}", "height", "${height}", "...

FTP permission denied error

I am trying to FTP a RAR (zipped) file to another server but am having problems doing so. This is a Windows environment. I know that my FTP connection is setup correctly because I have already transferred over several other RARs. But the difference from what I can tell is that this RAR that is failing is larger in size. It is 761 MB....

what is wrong in this code??

im using the following javascript function function showUser(cats1,cats2,nam_cat) { document.getElementById("eq").style.display=''; document.getElementById('eq').innerHTML = '<TABLE cellpadding="3" class="b bc r w4"><TR class="ln g"> <TD class="l"><B>'+nam_cat+' Schemes</B></TD> <TD><A HREF="#" onclick="AlphaSort(\'scheme_1_mo...

Error when running maven generated executable jar

Hi, I'm having (a strange) problem when executing a maven generated executable jar: user@host$ java -server -jar MyJar.jar Error (and nothing more than this!!!) Do you have any idea what this king of error comes from ? In my pom.xml, I copy all the dependencies to a lib folder with: <plugin> <artifactId>maven-dep...

Java JDIC error message

I have the following line in my Java app, and it's causing the following error message : WebBrowser webBrowser=new WebBrowser(); org.jdesktop.jdic.init.JdicInitException: java.io.IOException: The filename, directory name, or volume label syntax is incorrect at org.jdesktop.jdic.init.JdicManager.initBrowserNative(Unknown Sour...

Dreamweaver Throwing Errors About "Access to ...\dwsync.xml was denied"

I'm using Adobe Dreamweaver CS4 on two systems - one running Windows Vista and the other running Windows7. I've got a client's web site (several thousand files) manually mirrored between the two systems. On the Win7 machine, when putting files to the server, I get lots of "Access to ...\dwsync.xml was denied" errors. The Dreamweaver...

shotgun gem explodes when starting a Sinatra app on windows

Sinatra app: require "rubygems" require "sinatra" get '/' do "Hello world. It's #{Time.now} at the server!" end windows XP with latest version of mongrel, sinatra, shotgun. ruby 1.8.6 running shotgun test_app.rb results in C:\Files\sites\sinatra>shotgun test.rb == Shotgun starting Rack::Handler::Mongrel on localhost:9393 Th...