1
vote
1answer
40 views

How to detect and handle 404 error with Sammy.Template?

I load a template taking the template name from a route with Sammy.js, but if the file is not found, I want to redirect the user to another page. Basically, I have: this.use(Sammy.Template, 'tpl'); ...
1
vote
2answers
146 views

Ajax GET throwing 404 errors in Chrome Console

This is not effecting my page or output but I was wondering if someone can explain why this is happening: Here is my Ajax: $(document).ready(function(){ $archive = "/videoarchive/"; $.ajax({ ...
0
votes
2answers
221 views

JSON Request appended with [object%20Object] in jQuery

I'm trying to fetch a custom JSON feed I have written with jQuery using the getJSON method. For an unknown reason the URL seems to be having cache_gen.php?location=PL4 stripped from the end and ...
0
votes
0answers
331 views

Adding JQuery to Sharepoint Foundations 2010 (404 not found) [closed]

I'm having trouble adding the jquery library to my sharepoint site. I closely followed these instructions: http://blogs.msdn.com/b/yojoshi/archive/2010/06/17/using-jquery-with-sharepoint-2010.aspx ...
3
votes
3answers
92 views

Can I use my homepage for the 404 page with a conditional pop up div?

I just did the following in htaccess: ErrorDocument 404 http://www.website.com My first question is, it is OK for me to do this? If there are any SEO/etc., etc. problems with redirecting 404's to ...
0
votes
0answers
317 views

Strange jquery load behavior 404 not found

I have fully functional MVC3 application, running under IIS 7.5 on Windows 7 at home. The application uses jQuery load() function to call MVC controller action, that returns an HTML rendered by a ...
1
vote
4answers
452 views

$.getJSON get status

Perform cross domain query, how to perform a certain function if the URL on which it is running is not available (404)? I try something like this: $.getJSON({ url:'example.php?callback=?', ...
4
votes
4answers
123 views

Use jQuery to check if links still work

I made a quick function to check every link on the page using AJAX to see if they still work. This seems to be working, but it's adding the success and error class to every one. How can I get the ...
0
votes
0answers
148 views

WordPress + jQuery Ajax pagging error 404

I have problem with ajax paging in WordPress theme. I try to turn homepage posts into Ajax slider using .load(). It worked fine since I start developing other parts of theme (post types and ...
2
votes
1answer
307 views

JQuery AJAX throws 404 for an existing url

I'm using Jquery ajax to call a CodeIgniter function: $.ajax({ type: "POST", dataType:'json', beforeSend: function() { $("#opc").addClass("opacity"); $("#searching").show(); }, url: ...
0
votes
0answers
167 views

Calling WebApi Controller using jQuery

I'm trying to call an API controller using jQuery and I'm getting the message: "No action was found on the controller 'MyWebApiController' that matches the request." But that is happening only ...
1
vote
1answer
123 views

CKEditor - throws 404 page not found error

I am trying to embed the CK Editor in an Outsystems application, where the editor works fine for initial instances. When I try to edit the content that already exists, it works fine for some instances ...
0
votes
1answer
384 views

Getting 404 error on simple WCF call hosted in IIS from jQuery

This is going to sound like a very familiar post, but I'm trying to call a local-IIS hosted WCF service from a local-IIS hosted ASP.NET WebApp. The local web app can successfully "call" the .svc file ...
0
votes
1answer
657 views

Magento multi-store indexed links find 404 page when browser has previous history with site

I have a Magento site with 6 different stores running. 5 are set as POA and 1 (domestic) is set as default shopping cart facility. The root domain has it's own PHP page (non mage) that references ...
0
votes
2answers
490 views

read the HTTP header to check for 404 with jQuery without performing an ajax request

Is there a way to read the HTTP header with jQuery without performing a .ajax request and reading xhr.status? Along similar lines to the popular Google Analytics addon (gaAddons) I wish to track 404s ...
5
votes
3answers
384 views

Is it possible to check if a file returns a 404 error if it's on a different server with javascript or jQuery?

Is it possible to check if a file returns a 404 error if it's on a different server using jQuery/javascript? I'm using the youtube api to get a HD screenshot for the video I'm embedding, but the ...
0
votes
2answers
2k views

Capture 404 status with jQuery AJAX

I have this code: $.ajax({ cache: false, url: "/Admin/Contents/GetData", data: { accountID: AccountID }, success: function (data) { $('#CityID').html(data); }, error: ...
0
votes
3answers
1k views

jQuery trying to load a non existant ajax-loader.gif mod-rewrite doesn't work

If you visit this page in Chrome: http://www.immigrationconsult.org/contact.php And Inspect Element on the page, go to Console you will see this error: GET htt...cms/contact/images/ajax-loader.gif ...
0
votes
0answers
143 views

Pretty Permalinks create 404 with ajax form

I am using the jquery form/validation plugin for my blog. The form is validated with jquery plugin and then sent via an ajax call to a php site (not a wordpress page, but simple php) for server side ...
1
vote
3answers
214 views

Avoid 404 error when using ajax links that pass variables

I am using this (for example) $('.changeserver').click(function(e) { e.preventDefault(); quin = $(this).attr('href'); $('div.caja').css('visibility', 'hidden'); ...
0
votes
2answers
2k views

How to handle 404 error with jQuery $.ajax()

To test what happens when I try to load a non-existent resource (on the same host as my web server), I set up the following code: var wrongURL = "http://foo/bar.json"; // non-existent resource ...
2
votes
1answer
384 views

jQuery ajax do not trigger ajaxStop on 404 error

I use jQuery 1.2.6 (legacy). In my general configuration I have set these options: jQuery(document).ajaxStart(blockUI).ajaxStop(jQuery.unblockUI); I have an ajax function that gets a javascript ...
1
vote
0answers
149 views

shadowbox 3.0.3 - provide 404 error message if the image to be opened in shadowbox cannot be found

I am using shadowbox to open up and display a larger version of the image than the one clicked on to initiate the plugin. Everything works fine... However my image are dynamic, so a image source that ...
1
vote
3answers
419 views

ajax request fail condition

I seem to be lost here. I have a jQuery request to send GET request with basic authentication. My problem is even if the authentication fails, the error code is never run. My request: $.ajax({ ...
0
votes
2answers
984 views

404 error on page load

When this page loads, the following appears in Firebug: NetworkError: 404 Not Found - http://summer-festivals.cloudfoundry.com/undefined I've tracked down the error to the JQuery plugin that ...
2
votes
1answer
1k views

Handling “404 image error” error with jQuery/Javascript

When loading a thumbnail of a video hosted by Youtube, a 404 error is an actual image. eg: http://i.ytimg.com/vi/eMFYg2oZ4qE/default.jpg http://i.ytimg.com/vi/0/default.jpg Since the error presents ...
0
votes
1answer
254 views

HttpWebRequest Returns 404, but not in original website

I looked behind the scenes on a site(heavy jQuery-ajax/json) and was able to automate the login as well as a few other tasks using HttpWebRequest in c# WinForms. The process does a few Posts where ...
2
votes
1answer
3k views

I'm getting 404 errors with Fancybox images

I'm getting 404 errors in my log having to do with fancybox. /products/product1/fancybox/fancy_shadow_se.png /products/product1/fancybox/fancy_shadow_ne.png ...
2
votes
1answer
307 views

jQuery detect broken image fires too late

I'm trying to detect broken images in jQuery, in which case I want to remove them and replace by it's alt text. I'm using following code I found here on SO; $(document).ready(function(){ ...
0
votes
2answers
399 views

How to return an error callback in php?

I was wondering if I can return an error callback back to my jquery from my php page that I created, which will then display an alert based upon the actions that happen in my php page. I tried ...
6
votes
6answers
679 views

When is a 404 not a 404?

I'm using this jQuery below call to load a .php file located on the same server. However, using Chrome's javascript console, its reporting "404 not found" on the php file I'm trying to load. ...
1
vote
1answer
278 views

Updated to Win 2008 R2 SP1 - 404 on ajax requests with WCF

We are having the same issue as found here, however we are using WCF and returning a JSON web response. I tried changing it from .asmx to .svc but figured it would be more involved. An error results ...
0
votes
0answers
82 views

Keep seeing 404's with -0 appended in my logs (possible jQuery)

Okay, this could be a bit of a long-shot. I keep seeing 404's in my server logs with various valid url's but with an appended "-1" or "-0". None of these 404's have a referral URL, and they're all ...
3
votes
4answers
6k views

Ajax call to php script returns 404 error

I'm a WordPress designer, I developed a contact form for one of my themes that's validated via jQuery. Please check the code below, then read the notes beneath. $('.submitemail') .click(function() { ...
0
votes
1answer
438 views

jQuery causing 404 errors in Webmaster Tools on /a directory

The Googlebot seems to be crawling up inside my jQuery and creating links ending in /a that don't exist and then reporting them as 404 errors. http://www.mySite.com/a The site validates green at ...
0
votes
2answers
113 views

How to make a page keep loading a file (.txt) even its not there yet?

I want to load a txt file which is not there yet. I mean I'll get a pending status from server. And the page will only get respond 200 status from server when the txt file is there. Or there is no way ...
2
votes
1answer
302 views

both success and error callbacks used at all times

I have a simple code checking if image url is valid. Unfortunately whether image is found or not I'm getting both error and success callbacks. var url = obj.image; $.ajax({ url: url, ...
4
votes
3answers
334 views

404 errors on /a folders in Webmaster Tools

In Google Webmaster Tools, under crawling errors, my number one 404 error is something called www.domain.com/a There is no such thing in my site and there is no link to it. What is wrong, what ...
0
votes
1answer
150 views

Strange 404 errors with bits of jQuery library code

I've got a script that emails me when I get 404 errors on my site. In the past few months, I've seen lots of errors coming back that have various bits of the jQuery library in the URL. I'm wondering ...
0
votes
2answers
122 views

Web master tools showing 404 for /a in Kohana based sites?

I have noticed when working with various Kohana sites that webmaster tools almost always flags up /a as 404'ing. I have no specific code to show you because it occurs in pretty much all of them. I ...
4
votes
1answer
698 views

Fix a 404: missing parameters error from a GET request to CherryPy

I'm making a webpage using CherryPy for the server-side, HTML, CSS and jQuery on the client-side. I'm also using a mySQL database. I have a working form for users to sign up to the site - create a ...
0
votes
4answers
708 views

Can I change the page's HTML status code on the client side?

I have a static HTML web page and I want to set its status code to 404 "Not found". But, I want to do this using javascript or jQuery, not any server side language. How can I do this on the client? ...
0
votes
1answer
309 views

jQuery selector loads images from server

<script type="text/javascript"> var ajax_data = '<ul id="b-cmu-rgt-list-videos"><li><a href="{video.url}" '+ 'title="{video.title.strip}"><img ...
1
vote
2answers
861 views

Jquery and cometd problems with URL and 404 errors

I'm writing jquery client for cometd server (i'm using jquery.cometd.js plugin) and I'm running out of ideas why the simplest possible case doesn't work. The cometd server is behind apache (so it's ...
15
votes
9answers
9k views

How to callback a function on 404 in JSON ajax request with jQuery?

I want to make an Ajax request with response in JSON. So I made this Ajax request: $.ajax({ url: 'http://my_url', dataType: "json", success: function(data){ alert('success'); }, ...
0
votes
1answer
134 views

bits of jQuery1.3.2 showing up as 404's

I just started using jQuery 1.3.2 on one of my sites - mostly DOM stuff but there's a little bit of ajax. My log records show consistent 404's coming from the folder where I keep the jQuery file, and ...