Jump to content

Firefox cache driving me insane!


Asheh

Recommended Posts

Ok some genious must have solved this!!

 

I have been trying my very best to find a way around the fact that firefox loves to cache its images... look at the following in both IE and FF

 

http://www.nngb-evaluation.co.uk/acrylic_new/

 

And notce that in IE it works pretty much perfectly........ in firefox images dont appear when you click sometimes,

 

ive tried sending the non cache headers with php and each image i have on there has a ?timestamp on the end so that its forced to reload, but no luck!

 

Anyone????

Link to comment
https://forums.phpfreaks.com/topic/45561-firefox-cache-driving-me-insane/
Share on other sites

<br />

<b>Warning</b>:  imagettfbbox(): Could not find/open font in <b>/users/nngb-evaluation.co.uk/www/acrylic_new/drawplate.php</b> on line <b>164</b><br />

<br />

<b>Warning</b>:  imagettftext(): Could not find/open font in <b>/users/nngb-evaluation.co.uk/www/acrylic_new/drawplate.php</b> on line <b>171</b><br />

‰PNG

 

IHDR?{˜v3VIDATxœíÛ1h”wÇá7ï‘ÄkÈ ÐÔrZä´-"ÃW‡B—B¦ÃéàÒAH¥H†©„+Â

Ž–‚”㜄.nJépT2HMÑ‚\’A!­×WïrÅP4ÛÛ}žñý¿Ãwûð¾¼o2|U¿ßo·Ûõz½Z­

…òP(ªÕj­Vk·Ûý~S­F†Ãá‹[—––Nž<ùÞärí£íûvW>,Ò‘§ð¿5ØÞþ¥wÿ÷¬uíáýGåK—.MOO¿8}^¯Á`°¸¸xîܹ§w~V{;¿µ°ÙÅ+k³ß¬ÌÏÏÏÍÍ={/ø¼^³³³ƒ?¾Ÿûtgij4ï‘°Ywõéâ·+ÉÔ‘f³™$Iš$I«ÕZ¹ó]ãó]ÒÀSijô»Öî^nµZI’ŒdYV.—/Ÿ8|p2ïmð:×o­ŸøúïåååÂþýûŸ¬\=}ü¼'Àìywüç¥ÕþèžÂ¶mÛ>©®Mï+æ= Þ,{2üá§^Úét˜È{lÉ¡N'ív»>Ö ŠÒÔh·ÛM{½^q<Í{lIq<íõzº@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<ê@<i±XìeyÏ€-éeÅb1-•JÝÕ§y€-é®>-•JiµZ½yçqÞc`KnÞy\­VÓ™™™«7å=¶äêG333#Y–•ËåËg'œÌ{¼Îõ[ëÇ¿úëÞ½{騨X£Ñ¸xe-ïIð¯¬5±±±4I’z½¾cïÑSç6†y€1Øž:ÿ`ÇÞ£õz=yñ¿W³ÙL¦Žÿòþõ[ë¹Î€Í~¼ýç‰ùß’©#ÍfóÙ•‘áðåóV«Õ:sæÌ¡÷×ëoß·{¼òÁ[9í€äöÝÇ¿>ÈZ×v–'Ž;öòløª,ËÚív­V«T*ù

€¤R©Ôjµv»eÙ¦Zýòæ#$,¥ÒêIEND®B`‚

 

 

The image “http://www.nngb-evaluation.co.uk/acrylic_new/drawplate.php?plate=NNGB&custom_text=NationalNumbers.co.uk&font=auto3d.ttf?1175699021” cannot be displayed, because it contains errors.

What browser and version did you use to test it?

 

Could it be some sort of cache on my local server?

 

I dont think it could be that, but the code is below:

 

<script language="javascript">


function postToIframe(plate, custtext, base, badge, border, badgecolour, ghost,coolfont)
{
   var URL = 'drawplate_iframe.php?';

   if(plate.length > 0) {
URL = URL + '&plate=' + plate;
   }
     if(custtext.length > 0) {
   URL = URL + '&custom_text=' + custtext;
   }
     if(badge.length > 0) {
   URL = URL + '&badge=' + badge;
   }
     if(badgecolour.length > 0) {
   URL = URL + '&badgecolour=' + badgecolour;
   }
     if(border.length > 0) {
   URL = URL + '&border=' + border;
   }
     if(ghost.length > 0) {
   URL = URL + '&ghost=' + ghost;
   }
     if(coolfont.length > 0) {
   URL = URL + '&font=' + coolfont;
   }
   parent.frames.plate_display.location.href = URL;
   parent.frames.plate_display.location.reload();
}
</script>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.