A False/Forbidden image URL.

learn more… | top users | synonyms

0
votes
4answers
84 views

Website not displaying images or loading external CSS,JS

A website for a school that I built went live last week, and although it looks fine locally, online it's terrible. Here is the link to it: http://www.centennial-s.schools.nsw.edu.au/ The problems I ...
0
votes
1answer
53 views

PHP file upload results in broken files on Windows Apache server

I have written a file upload script for PHP. I'm testing on a Windows Apache server, but it will finaly have to work on a CentOS server with Apache. Because I am still debugging, I haven't tested it ...
-1
votes
2answers
47 views

Pictures not showing on web page [closed]

This is my website: http://www.leleu.co.uk/ The images on that website (for example the 4 icons on te right of CONTACT) show correctly when I call the page on my local machine from the file folder, ...
0
votes
0answers
146 views

IE displaying broken images, 'show image' makes them display fine

On this site: http://wyattorr.reuniondesign.com/collections/spring-2013 Internet Explorer is intermittently displaying broken images. The first time I loaded the page most of the images loaded fine, ...
-1
votes
1answer
91 views

images upload with php are black [closed]

I have picked up an 6 or 7 year old php based website that has an image upload facility that creates 3 different sizes of said image. This worked fine until about 3 months ago. The host says they have ...
0
votes
1answer
164 views

Infragistics UltraChart comes up as red-x broken image

I'm sure I'm missing something simple but when I try to display an UltraChart, it just shows a box with a red-x in the corner. I'm currently just trying to implement example code for a simple bar ...
0
votes
0answers
66 views

Image cache which makes image being broken on IE8?

I have an iframe which inside it are highcharts.js being rendered as .png's. Occasionally, when loading the iframes, some of the gauges(which are .png images only on IE8) does not display the full ...
0
votes
1answer
542 views

Can't create/display php images - GD Image corrupt or truncated: http://localhost/my_scripts/images.php"

I'm having a problem and i'd like some help please. I have made a script for creating an image with PHP using GD library, but the problem is when i preview it on the Firefox it shows me an error in ...
0
votes
2answers
244 views

Detecting Broken CSS “background-images” in JavaScript/jQuery

Here is an example to detect broken Images http://maisonbisson.com/blog/post/12150/detecting-broken-images-in-javascript/ but is it possible to detect an broken background-image? For exmaple: ...
1
vote
1answer
1k views

Yii Asset manager - css with image url

I am using the following code to publish my css file to assets. Yii::app()->clientScript->registerCssFile( Yii::app()->assetManager->publish( ...
0
votes
0answers
127 views

Popup Form Submit Image Button Missing Image In Chrome

I have a page that loads a popup on exit, inside this popup are two tabs with forms. The submit button on the first/default tab is not being shown and instead just shows the value attribute of the ...
0
votes
1answer
109 views

Hide broken image icon/links in Google Maps Spreadsheet Mapper (KML) location balloon

I am stumped with this unusual problem: I'm using the Google Maps v3 API to display Spreadsheet Mapper KML data and we have some custom images referenced in the KML that appear in the location/places ...
1
vote
3answers
650 views

PHP issue with imagepng showing broken image

I'm trying to create a dynamic image generator that also caches the images. Everything works perfectly, except that for some reason when I save an images and try to display it at the same time, it ...
0
votes
0answers
135 views

Yii: gif animation lost after uploading *.gif file

I'm using Yii framework and i'm trying to upload file with help of CUploadedFile class. Everthing is Ok except lost animation for GIF images. ...
0
votes
2answers
457 views

How to replace nonexistent images with a placeholder in asynchronous loading from database

I have a database with images that i need to load on-the-fly per user's request. The images would go as background images of separate s in an encompassing div container... something like image ...
0
votes
1answer
295 views

Specific Apache config setting to show images via php?

I want to display an image using this php script on my server. $file = fopen('/Volumes/PROMISE/products/jpeg/89239-282.jpg', 'rb'); header('Content-Type: image/jpeg'); fpassthru($file); But i get ...
0
votes
1answer
254 views

DRUPAL broken images after enabling url rewriting

I turned on URL rewriting on Drupal, and some URL image are broken. For example : local/tw/sites/all/themes/tw/images/1-p1.jpg become local/tw/content/sites/all/themes/tw/images/1-p1.jpg or ...
0
votes
2answers
79 views

Images showing as broken when they shouldn't

I do not understand why the images on my site shows up as broken, if you could have a quick look at: http://www.lamcallum.com Is there someone that can solve this mystery? Any replies would be ...
0
votes
1answer
3k views

.PNG's breaking in IE 7 and 8, red x white border

we're working on a site for some really cool folks, it's here: http://journeyofaction.com it's a modified version of the 'wave' video-centric theme found on themeforest. they're uploading all their ...
0
votes
1answer
100 views

asp:ImageButton getting broken when loading debugging ASP.NET

Hi I have a imageButton and when I load IE 7, it shows a broken image for the picture, although when I go into Design in VS2010 it shows the picture. Here is the code: <asp:ImageButton ...
1
vote
1answer
405 views

Putting in “broken image” placeholders with Flying Saucer

I'm using Flying Saucer to generate PDF from HTML (so I'm using ITextRenderer, if that matters.) I would like to simulate something like what Webkit or Gecko put in when the image cannot be found - ...
1
vote
2answers
38 views

Moved website, now images broken

Unsure if this should be on here or serverfault so apologies if I'm wrong. I just moved my site from one folder to another on my server (what happened was, I was doing an update, which didn't quite ...
0
votes
1answer
59 views

What is the best method for locating missing images

I have got to sift through multiple websites and look for misssing images, the problem I am facing is that, they are very hard to find. Just looking through the code and comparing it to the image ...
137
votes
11answers
43k views

jQuery/Javascript to replace broken images

I have a web page that includes a bunch of images. Sometimes the image isn't available so a broken image is displayed in the clients browser. How do I use jQuery to get the set of images, filter it ...