I'm not getting what is going on but when I was going through the testing of one of my beta site I was getting a net call for 404 custom page(which was set in the admin) showing up on the net call in firebug... It's downloading it everytime... not sure on the reason... any one know how to fix this... ? Thank you for the help on this.
jeremyBass
Site Set-up
Linux
MySQL 5
php 5
CMSMS1.3.1
**********************************************************************
Response Headers
Date Thu, 03 Jul 2008 16:17:28 GMT
Server Apache
Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Content-Encoding gzip
Expires Thu, 19 Nov 1981 08:52:00 GMT
Pragma no-cache
Vary Accept-Encoding
Keep-Alive timeout=15, max=88
Connection Keep-Alive
Transfer-Encoding chunked
Content-Type text/html; charset=UTF-8
Request Headers
Host www.sjrmc.org
User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Accept image/png,*/*;q=0.5
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
Referer https://www.sjrmc.org/Core/stylesheet.p ... ype=screen
Cookie style=null; CMSSESSID85227ca5=fi4bqqb54a4g2hrj95muo6u6i0
Pulling a 404 Page along with the Page Called [solved]
Pulling a 404 Page along with the Page Called [solved]
Last edited by JeremyBASS on Thu Jul 03, 2008 7:02 pm, edited 1 time in total.
Re: Pulling a 404 Page along with the Page Called
your web server logs should tell you what (specific) URLs/files are resulting in 404's
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: Pulling a 404 Page along with the Page Called
this is the fire bug report
none (404)
https://www.sjrmc.org/Core/none
I does show up in the limited server logs i have for this site, but there is not in there.... and I'm not getting ready anything out of fiddler (IE debuger)...
would this be cause: I am using a CSS hack
*background: url(images/cms/HeadLinePIC.png) no-repeat left center; /* IE 7 and Below*/
_background: url(images/cms/HeadLinePIC.gif) no-repeat left center; /* IE 6 and Below*/
to which i have no css hack directed torwards FF yet (if you may know one that would be great too
)... Just thinking out load... thanks for the help...
jeremyBass
none (404)
https://www.sjrmc.org/Core/none
I does show up in the limited server logs i have for this site, but there is not in there.... and I'm not getting ready anything out of fiddler (IE debuger)...
would this be cause: I am using a CSS hack
*background: url(images/cms/HeadLinePIC.png) no-repeat left center; /* IE 7 and Below*/
_background: url(images/cms/HeadLinePIC.gif) no-repeat left center; /* IE 6 and Below*/
to which i have no css hack directed torwards FF yet (if you may know one that would be great too

jeremyBass
Re: Pulling a 404 Page along with the Page Called
does http://www.sjrmc.org/St_Joe_Core/images ... inePIC.png exist?JeremyBASS wrote: *background: url(images/cms/HeadLinePIC.png) no-repeat left center; /* IE 7 and Below*/
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: Pulling a 404 Page along with the Page Called
Um ... yes but it's not in
http://www.sjrmc.org/St_Joe_Core/
it in http://www.sjrmc.org/Core/ which is the base
thats just a side note, I was not sure were you got the St_Joe_Core/ out of this... Core/ it the beta, St_Joe_Core/ is the live
but
Yes that is does, and shows up in IE7 but not in FF or IE6(which it is not suppose to show up in IE6)

http://www.sjrmc.org/St_Joe_Core/
it in http://www.sjrmc.org/Core/ which is the base
thats just a side note, I was not sure were you got the St_Joe_Core/ out of this... Core/ it the beta, St_Joe_Core/ is the live
but
Yes that is does, and shows up in IE7 but not in FF or IE6(which it is not suppose to show up in IE6)

Re: Pulling a 404 Page along with the Page Called
i think your problem is just that firebug may be too stupid to not request url(none) when it encounters those in a page's css...
Last edited by kermit on Thu Jul 03, 2008 6:43 pm, edited 1 time in total.
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: Pulling a 404 Page along with the Page Called
I see... thought i was wasting bandwidth on this.. lol... good to know... thanks