From: SourceForge.net <no...@so...> - 2004-05-21 20:17:59
|
Bugs item #958226, was opened at 2004-05-21 23:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 Category: None Group: v1.6.1 Status: Open Resolution: None Priority: 5 Submitted By: Tom Ingberg (tingberg) Assigned to: Nobody/Anonymous (nobody) Summary: Failure getting css file Initial Comment: I see a lots of errors in my apache error log caused by phpesp 1.6.1. The installation is unmodified. Here is the error log (with modified IP address): [Fri May 21 16:38:53 2004] [error] [client 12.34.56.78] File does not exist: /var/www/html/kyselyt/public/css/(URL), referer: http://peltola.edu.vantaa.fi/kyselyt/public/survey.php?name=query_nr_2 However, I can't reproduce this behaviour. I only have one active survey. Apache access log looks like this: 12.34.56.78 - - [21/May/2004:16:49:31 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php?name=query_nr_2" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" 12.34.56.78 - - [21/May/2004:16:49:36 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" -Tom ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-05-21 21:10:59
|
Bugs item #958226, was opened at 2004-05-21 15:17 Message generated for change (Comment added) made by jimmerman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 Category: None Group: v1.6.1 Status: Open Resolution: None Priority: 5 Submitted By: Tom Ingberg (tingberg) Assigned to: Nobody/Anonymous (nobody) Summary: Failure getting css file Initial Comment: I see a lots of errors in my apache error log caused by phpesp 1.6.1. The installation is unmodified. Here is the error log (with modified IP address): [Fri May 21 16:38:53 2004] [error] [client 12.34.56.78] File does not exist: /var/www/html/kyselyt/public/css/(URL), referer: http://peltola.edu.vantaa.fi/kyselyt/public/survey.php?name=query_nr_2 However, I can't reproduce this behaviour. I only have one active survey. Apache access log looks like this: 12.34.56.78 - - [21/May/2004:16:49:31 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php?name=query_nr_2" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" 12.34.56.78 - - [21/May/2004:16:49:36 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" -Tom ---------------------------------------------------------------------- >Comment By: James Flemer (jimmerman) Date: 2004-05-21 16:10 Message: Logged In: YES user_id=39444 Please verify that all the paths on the phpESP test page are correct, and if not, correct them in your phpESP.ini.php file. I am guessing that you can find the test page at http://peltola.edu.vantaa.fi/kyselyt/admin/test.php Does the log actually include "(URL)"? What did you choose for the theme for this survey? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-05-21 21:19:09
|
Bugs item #958226, was opened at 2004-05-21 15:17 Message generated for change (Comment added) made by jimmerman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 >Category: User Group: v1.6.1 Status: Open >Resolution: Works For Me Priority: 5 Submitted By: Tom Ingberg (tingberg) >Assigned to: Kon Angelopoulos (angek) Summary: Failure getting css file Initial Comment: I see a lots of errors in my apache error log caused by phpesp 1.6.1. The installation is unmodified. Here is the error log (with modified IP address): [Fri May 21 16:38:53 2004] [error] [client 12.34.56.78] File does not exist: /var/www/html/kyselyt/public/css/(URL), referer: http://peltola.edu.vantaa.fi/kyselyt/public/survey.php?name=query_nr_2 However, I can't reproduce this behaviour. I only have one active survey. Apache access log looks like this: 12.34.56.78 - - [21/May/2004:16:49:31 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php?name=query_nr_2" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" 12.34.56.78 - - [21/May/2004:16:49:36 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" -Tom ---------------------------------------------------------------------- >Comment By: James Flemer (jimmerman) Date: 2004-05-21 16:19 Message: Logged In: YES user_id=39444 Tom, ignore that last reply. I've found the cause for that log message. Angek/Greggmc, what is this line for in several of the CSS files: > background-image: url((URL)); should it actually contain a valid url, or perhaps be commented out? I imagine this is the cause of the log messages Tom listed. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-21 16:10 Message: Logged In: YES user_id=39444 Please verify that all the paths on the phpESP test page are correct, and if not, correct them in your phpESP.ini.php file. I am guessing that you can find the test page at http://peltola.edu.vantaa.fi/kyselyt/admin/test.php Does the log actually include "(URL)"? What did you choose for the theme for this survey? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-05-21 22:52:13
|
Bugs item #958226, was opened at 2004-05-21 15:17 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 Category: User Group: v1.6.1 Status: Open Resolution: Works For Me Priority: 5 Submitted By: Tom Ingberg (tingberg) Assigned to: Kon Angelopoulos (angek) Summary: Failure getting css file Initial Comment: I see a lots of errors in my apache error log caused by phpesp 1.6.1. The installation is unmodified. Here is the error log (with modified IP address): [Fri May 21 16:38:53 2004] [error] [client 12.34.56.78] File does not exist: /var/www/html/kyselyt/public/css/(URL), referer: http://peltola.edu.vantaa.fi/kyselyt/public/survey.php?name=query_nr_2 However, I can't reproduce this behaviour. I only have one active survey. Apache access log looks like this: 12.34.56.78 - - [21/May/2004:16:49:31 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php?name=query_nr_2" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" 12.34.56.78 - - [21/May/2004:16:49:36 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" -Tom ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2004-05-21 17:52 Message: Logged In: YES user_id=14116 Cruft carried over from template.css to surveys based on it. It's a place holder for table background images. Probably should be "background-image: url(());" or commented out. I'm not sure if a blank url() is valid CSS. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-21 16:19 Message: Logged In: YES user_id=39444 Tom, ignore that last reply. I've found the cause for that log message. Angek/Greggmc, what is this line for in several of the CSS files: > background-image: url((URL)); should it actually contain a valid url, or perhaps be commented out? I imagine this is the cause of the log messages Tom listed. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-21 16:10 Message: Logged In: YES user_id=39444 Please verify that all the paths on the phpESP test page are correct, and if not, correct them in your phpESP.ini.php file. I am guessing that you can find the test page at http://peltola.edu.vantaa.fi/kyselyt/admin/test.php Does the log actually include "(URL)"? What did you choose for the theme for this survey? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-05-23 23:58:37
|
Bugs item #958226, was opened at 2004-05-21 23:17 Message generated for change (Comment added) made by tingberg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 Category: User Group: v1.6.1 Status: Open Resolution: Works For Me Priority: 5 Submitted By: Tom Ingberg (tingberg) Assigned to: Kon Angelopoulos (angek) Summary: Failure getting css file Initial Comment: I see a lots of errors in my apache error log caused by phpesp 1.6.1. The installation is unmodified. Here is the error log (with modified IP address): [Fri May 21 16:38:53 2004] [error] [client 12.34.56.78] File does not exist: /var/www/html/kyselyt/public/css/(URL), referer: http://peltola.edu.vantaa.fi/kyselyt/public/survey.php?name=query_nr_2 However, I can't reproduce this behaviour. I only have one active survey. Apache access log looks like this: 12.34.56.78 - - [21/May/2004:16:49:31 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php?name=query_nr_2" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" 12.34.56.78 - - [21/May/2004:16:49:36 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" -Tom ---------------------------------------------------------------------- >Comment By: Tom Ingberg (tingberg) Date: 2004-05-24 02:58 Message: Logged In: YES user_id=807604 I'm using mystic template, and there is another line causing errors in public/css/mystic.css: # background-image: url(../../images/surveyimages/musc-banner.jpg); That line is commented out with # symbol but I think that's not a valid way to make comments. Please look at http://www.w3.org/TR/CSS1#comments. It has an other meaning in CSS-world as we can see in http://www.w3.org/StyleSheets/home.css: #slogan { background: #fff; color: #777; } Another interesting point, that must not be considered as a fact yet. When comparing error and access logs, I noticed that the only web browser causing this error is MSIE 6.0. Might this be the reason why I'm unable to reproduce this behaviour with my Linux box? -Tom ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-22 01:52 Message: Logged In: YES user_id=14116 Cruft carried over from template.css to surveys based on it. It's a place holder for table background images. Probably should be "background-image: url(());" or commented out. I'm not sure if a blank url() is valid CSS. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-22 00:19 Message: Logged In: YES user_id=39444 Tom, ignore that last reply. I've found the cause for that log message. Angek/Greggmc, what is this line for in several of the CSS files: > background-image: url((URL)); should it actually contain a valid url, or perhaps be commented out? I imagine this is the cause of the log messages Tom listed. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-22 00:10 Message: Logged In: YES user_id=39444 Please verify that all the paths on the phpESP test page are correct, and if not, correct them in your phpESP.ini.php file. I am guessing that you can find the test page at http://peltola.edu.vantaa.fi/kyselyt/admin/test.php Does the log actually include "(URL)"? What did you choose for the theme for this survey? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-05-24 00:31:46
|
Bugs item #958226, was opened at 2004-05-22 06:17 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 Category: User Group: v1.6.1 Status: Open Resolution: Works For Me Priority: 5 Submitted By: Tom Ingberg (tingberg) Assigned to: Kon Angelopoulos (angek) Summary: Failure getting css file Initial Comment: I see a lots of errors in my apache error log caused by phpesp 1.6.1. The installation is unmodified. Here is the error log (with modified IP address): [Fri May 21 16:38:53 2004] [error] [client 12.34.56.78] File does not exist: /var/www/html/kyselyt/public/css/(URL), referer: http://peltola.edu.vantaa.fi/kyselyt/public/survey.php?name=query_nr_2 However, I can't reproduce this behaviour. I only have one active survey. Apache access log looks like this: 12.34.56.78 - - [21/May/2004:16:49:31 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php?name=query_nr_2" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" 12.34.56.78 - - [21/May/2004:16:49:36 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" -Tom ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2004-05-24 10:31 Message: Logged In: YES user_id=198398 Hey Tom, can you please change the background-image references in your css files from this: background-images:url((URL)); to this: background-images:url(); and check your server logs again. If this corrects the problem I'll make the necesary changes and commit to cvs. Kon ---------------------------------------------------------------------- Comment By: Tom Ingberg (tingberg) Date: 2004-05-24 09:58 Message: Logged In: YES user_id=807604 I'm using mystic template, and there is another line causing errors in public/css/mystic.css: # background-image: url(../../images/surveyimages/musc-banner.jpg); That line is commented out with # symbol but I think that's not a valid way to make comments. Please look at http://www.w3.org/TR/CSS1#comments. It has an other meaning in CSS-world as we can see in http://www.w3.org/StyleSheets/home.css: #slogan { background: #fff; color: #777; } Another interesting point, that must not be considered as a fact yet. When comparing error and access logs, I noticed that the only web browser causing this error is MSIE 6.0. Might this be the reason why I'm unable to reproduce this behaviour with my Linux box? -Tom ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-22 08:52 Message: Logged In: YES user_id=14116 Cruft carried over from template.css to surveys based on it. It's a place holder for table background images. Probably should be "background-image: url(());" or commented out. I'm not sure if a blank url() is valid CSS. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-22 07:19 Message: Logged In: YES user_id=39444 Tom, ignore that last reply. I've found the cause for that log message. Angek/Greggmc, what is this line for in several of the CSS files: > background-image: url((URL)); should it actually contain a valid url, or perhaps be commented out? I imagine this is the cause of the log messages Tom listed. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-22 07:10 Message: Logged In: YES user_id=39444 Please verify that all the paths on the phpESP test page are correct, and if not, correct them in your phpESP.ini.php file. I am guessing that you can find the test page at http://peltola.edu.vantaa.fi/kyselyt/admin/test.php Does the log actually include "(URL)"? What did you choose for the theme for this survey? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-05-24 01:14:42
|
Bugs item #958226, was opened at 2004-05-21 15:17 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 Category: User Group: v1.6.1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Tom Ingberg (tingberg) Assigned to: Kon Angelopoulos (angek) Summary: Failure getting css file Initial Comment: I see a lots of errors in my apache error log caused by phpesp 1.6.1. The installation is unmodified. Here is the error log (with modified IP address): [Fri May 21 16:38:53 2004] [error] [client 12.34.56.78] File does not exist: /var/www/html/kyselyt/public/css/(URL), referer: http://peltola.edu.vantaa.fi/kyselyt/public/survey.php?name=query_nr_2 However, I can't reproduce this behaviour. I only have one active survey. Apache access log looks like this: 12.34.56.78 - - [21/May/2004:16:49:31 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php?name=query_nr_2" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" 12.34.56.78 - - [21/May/2004:16:49:36 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" -Tom ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2004-05-23 20:14 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-23 20:14 Message: Logged In: YES user_id=14116 Kon, I had already made the changes localy to remove the bogus "(URL)" and change incorrect CSS comments. I'll go ahead and commit. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-23 19:31 Message: Logged In: YES user_id=198398 Hey Tom, can you please change the background-image references in your css files from this: background-images:url((URL)); to this: background-images:url(); and check your server logs again. If this corrects the problem I'll make the necesary changes and commit to cvs. Kon ---------------------------------------------------------------------- Comment By: Tom Ingberg (tingberg) Date: 2004-05-23 18:58 Message: Logged In: YES user_id=807604 I'm using mystic template, and there is another line causing errors in public/css/mystic.css: # background-image: url(../../images/surveyimages/musc-banner.jpg); That line is commented out with # symbol but I think that's not a valid way to make comments. Please look at http://www.w3.org/TR/CSS1#comments. It has an other meaning in CSS-world as we can see in http://www.w3.org/StyleSheets/home.css: #slogan { background: #fff; color: #777; } Another interesting point, that must not be considered as a fact yet. When comparing error and access logs, I noticed that the only web browser causing this error is MSIE 6.0. Might this be the reason why I'm unable to reproduce this behaviour with my Linux box? -Tom ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-21 17:52 Message: Logged In: YES user_id=14116 Cruft carried over from template.css to surveys based on it. It's a place holder for table background images. Probably should be "background-image: url(());" or commented out. I'm not sure if a blank url() is valid CSS. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-21 16:19 Message: Logged In: YES user_id=39444 Tom, ignore that last reply. I've found the cause for that log message. Angek/Greggmc, what is this line for in several of the CSS files: > background-image: url((URL)); should it actually contain a valid url, or perhaps be commented out? I imagine this is the cause of the log messages Tom listed. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-21 16:10 Message: Logged In: YES user_id=39444 Please verify that all the paths on the phpESP test page are correct, and if not, correct them in your phpESP.ini.php file. I am guessing that you can find the test page at http://peltola.edu.vantaa.fi/kyselyt/admin/test.php Does the log actually include "(URL)"? What did you choose for the theme for this survey? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-05-24 07:17:40
|
Bugs item #958226, was opened at 2004-05-22 06:17 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 Category: User Group: v1.6.1 >Status: Open >Resolution: Works For Me Priority: 5 Submitted By: Tom Ingberg (tingberg) Assigned to: Kon Angelopoulos (angek) Summary: Failure getting css file Initial Comment: I see a lots of errors in my apache error log caused by phpesp 1.6.1. The installation is unmodified. Here is the error log (with modified IP address): [Fri May 21 16:38:53 2004] [error] [client 12.34.56.78] File does not exist: /var/www/html/kyselyt/public/css/(URL), referer: http://peltola.edu.vantaa.fi/kyselyt/public/survey.php?name=query_nr_2 However, I can't reproduce this behaviour. I only have one active survey. Apache access log looks like this: 12.34.56.78 - - [21/May/2004:16:49:31 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php?name=query_nr_2" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" 12.34.56.78 - - [21/May/2004:16:49:36 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" -Tom ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2004-05-24 17:17 Message: Logged In: YES user_id=198398 Hey Tom, can you please change the background-image references in your css files from this: background-images:url((URL)); to this: background-images:url(); and check your server logs again. If this corrects the problem I'll make the necesary changes and commit to cvs. Kon ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-24 11:14 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-24 11:14 Message: Logged In: YES user_id=14116 Kon, I had already made the changes localy to remove the bogus "(URL)" and change incorrect CSS comments. I'll go ahead and commit. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-24 10:31 Message: Logged In: YES user_id=198398 Hey Tom, can you please change the background-image references in your css files from this: background-images:url((URL)); to this: background-images:url(); and check your server logs again. If this corrects the problem I'll make the necesary changes and commit to cvs. Kon ---------------------------------------------------------------------- Comment By: Tom Ingberg (tingberg) Date: 2004-05-24 09:58 Message: Logged In: YES user_id=807604 I'm using mystic template, and there is another line causing errors in public/css/mystic.css: # background-image: url(../../images/surveyimages/musc-banner.jpg); That line is commented out with # symbol but I think that's not a valid way to make comments. Please look at http://www.w3.org/TR/CSS1#comments. It has an other meaning in CSS-world as we can see in http://www.w3.org/StyleSheets/home.css: #slogan { background: #fff; color: #777; } Another interesting point, that must not be considered as a fact yet. When comparing error and access logs, I noticed that the only web browser causing this error is MSIE 6.0. Might this be the reason why I'm unable to reproduce this behaviour with my Linux box? -Tom ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-22 08:52 Message: Logged In: YES user_id=14116 Cruft carried over from template.css to surveys based on it. It's a place holder for table background images. Probably should be "background-image: url(());" or commented out. I'm not sure if a blank url() is valid CSS. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-22 07:19 Message: Logged In: YES user_id=39444 Tom, ignore that last reply. I've found the cause for that log message. Angek/Greggmc, what is this line for in several of the CSS files: > background-image: url((URL)); should it actually contain a valid url, or perhaps be commented out? I imagine this is the cause of the log messages Tom listed. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-22 07:10 Message: Logged In: YES user_id=39444 Please verify that all the paths on the phpESP test page are correct, and if not, correct them in your phpESP.ini.php file. I am guessing that you can find the test page at http://peltola.edu.vantaa.fi/kyselyt/admin/test.php Does the log actually include "(URL)"? What did you choose for the theme for this survey? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-05-24 09:17:05
|
Bugs item #958226, was opened at 2004-05-21 23:17 Message generated for change (Comment added) made by tingberg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 Category: User Group: v1.6.1 Status: Open Resolution: Works For Me Priority: 5 Submitted By: Tom Ingberg (tingberg) Assigned to: Kon Angelopoulos (angek) Summary: Failure getting css file Initial Comment: I see a lots of errors in my apache error log caused by phpesp 1.6.1. The installation is unmodified. Here is the error log (with modified IP address): [Fri May 21 16:38:53 2004] [error] [client 12.34.56.78] File does not exist: /var/www/html/kyselyt/public/css/(URL), referer: http://peltola.edu.vantaa.fi/kyselyt/public/survey.php?name=query_nr_2 However, I can't reproduce this behaviour. I only have one active survey. Apache access log looks like this: 12.34.56.78 - - [21/May/2004:16:49:31 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php?name=query_nr_2" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" 12.34.56.78 - - [21/May/2004:16:49:36 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" -Tom ---------------------------------------------------------------------- >Comment By: Tom Ingberg (tingberg) Date: 2004-05-24 12:17 Message: Logged In: YES user_id=807604 Modifications done. I also commented out the whole .image section to prevent header graphic space reservation for musc-banner picture that doesn't even exist. -Tom ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-24 10:17 Message: Logged In: YES user_id=198398 Hey Tom, can you please change the background-image references in your css files from this: background-images:url((URL)); to this: background-images:url(); and check your server logs again. If this corrects the problem I'll make the necesary changes and commit to cvs. Kon ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-24 04:14 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-24 04:14 Message: Logged In: YES user_id=14116 Kon, I had already made the changes localy to remove the bogus "(URL)" and change incorrect CSS comments. I'll go ahead and commit. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-24 03:31 Message: Logged In: YES user_id=198398 Hey Tom, can you please change the background-image references in your css files from this: background-images:url((URL)); to this: background-images:url(); and check your server logs again. If this corrects the problem I'll make the necesary changes and commit to cvs. Kon ---------------------------------------------------------------------- Comment By: Tom Ingberg (tingberg) Date: 2004-05-24 02:58 Message: Logged In: YES user_id=807604 I'm using mystic template, and there is another line causing errors in public/css/mystic.css: # background-image: url(../../images/surveyimages/musc-banner.jpg); That line is commented out with # symbol but I think that's not a valid way to make comments. Please look at http://www.w3.org/TR/CSS1#comments. It has an other meaning in CSS-world as we can see in http://www.w3.org/StyleSheets/home.css: #slogan { background: #fff; color: #777; } Another interesting point, that must not be considered as a fact yet. When comparing error and access logs, I noticed that the only web browser causing this error is MSIE 6.0. Might this be the reason why I'm unable to reproduce this behaviour with my Linux box? -Tom ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-22 01:52 Message: Logged In: YES user_id=14116 Cruft carried over from template.css to surveys based on it. It's a place holder for table background images. Probably should be "background-image: url(());" or commented out. I'm not sure if a blank url() is valid CSS. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-22 00:19 Message: Logged In: YES user_id=39444 Tom, ignore that last reply. I've found the cause for that log message. Angek/Greggmc, what is this line for in several of the CSS files: > background-image: url((URL)); should it actually contain a valid url, or perhaps be commented out? I imagine this is the cause of the log messages Tom listed. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-22 00:10 Message: Logged In: YES user_id=39444 Please verify that all the paths on the phpESP test page are correct, and if not, correct them in your phpESP.ini.php file. I am guessing that you can find the test page at http://peltola.edu.vantaa.fi/kyselyt/admin/test.php Does the log actually include "(URL)"? What did you choose for the theme for this survey? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-05-26 15:36:01
|
Bugs item #958226, was opened at 2004-05-21 23:17 Message generated for change (Comment added) made by tingberg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 Category: User Group: v1.6.1 Status: Open Resolution: Works For Me Priority: 5 Submitted By: Tom Ingberg (tingberg) Assigned to: Kon Angelopoulos (angek) Summary: Failure getting css file Initial Comment: I see a lots of errors in my apache error log caused by phpesp 1.6.1. The installation is unmodified. Here is the error log (with modified IP address): [Fri May 21 16:38:53 2004] [error] [client 12.34.56.78] File does not exist: /var/www/html/kyselyt/public/css/(URL), referer: http://peltola.edu.vantaa.fi/kyselyt/public/survey.php?name=query_nr_2 However, I can't reproduce this behaviour. I only have one active survey. Apache access log looks like this: 12.34.56.78 - - [21/May/2004:16:49:31 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php?name=query_nr_2" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" 12.34.56.78 - - [21/May/2004:16:49:36 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" -Tom ---------------------------------------------------------------------- >Comment By: Tom Ingberg (tingberg) Date: 2004-05-26 18:35 Message: Logged In: YES user_id=807604 That solution seems to be working. I see no errors anymore, works for me. -Tom ---------------------------------------------------------------------- Comment By: Tom Ingberg (tingberg) Date: 2004-05-24 12:17 Message: Logged In: YES user_id=807604 Modifications done. I also commented out the whole .image section to prevent header graphic space reservation for musc-banner picture that doesn't even exist. -Tom ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-24 10:17 Message: Logged In: YES user_id=198398 Hey Tom, can you please change the background-image references in your css files from this: background-images:url((URL)); to this: background-images:url(); and check your server logs again. If this corrects the problem I'll make the necesary changes and commit to cvs. Kon ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-24 04:14 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-24 04:14 Message: Logged In: YES user_id=14116 Kon, I had already made the changes localy to remove the bogus "(URL)" and change incorrect CSS comments. I'll go ahead and commit. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-24 03:31 Message: Logged In: YES user_id=198398 Hey Tom, can you please change the background-image references in your css files from this: background-images:url((URL)); to this: background-images:url(); and check your server logs again. If this corrects the problem I'll make the necesary changes and commit to cvs. Kon ---------------------------------------------------------------------- Comment By: Tom Ingberg (tingberg) Date: 2004-05-24 02:58 Message: Logged In: YES user_id=807604 I'm using mystic template, and there is another line causing errors in public/css/mystic.css: # background-image: url(../../images/surveyimages/musc-banner.jpg); That line is commented out with # symbol but I think that's not a valid way to make comments. Please look at http://www.w3.org/TR/CSS1#comments. It has an other meaning in CSS-world as we can see in http://www.w3.org/StyleSheets/home.css: #slogan { background: #fff; color: #777; } Another interesting point, that must not be considered as a fact yet. When comparing error and access logs, I noticed that the only web browser causing this error is MSIE 6.0. Might this be the reason why I'm unable to reproduce this behaviour with my Linux box? -Tom ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-22 01:52 Message: Logged In: YES user_id=14116 Cruft carried over from template.css to surveys based on it. It's a place holder for table background images. Probably should be "background-image: url(());" or commented out. I'm not sure if a blank url() is valid CSS. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-22 00:19 Message: Logged In: YES user_id=39444 Tom, ignore that last reply. I've found the cause for that log message. Angek/Greggmc, what is this line for in several of the CSS files: > background-image: url((URL)); should it actually contain a valid url, or perhaps be commented out? I imagine this is the cause of the log messages Tom listed. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-22 00:10 Message: Logged In: YES user_id=39444 Please verify that all the paths on the phpESP test page are correct, and if not, correct them in your phpESP.ini.php file. I am guessing that you can find the test page at http://peltola.edu.vantaa.fi/kyselyt/admin/test.php Does the log actually include "(URL)"? What did you choose for the theme for this survey? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-05-26 15:42:36
|
Bugs item #958226, was opened at 2004-05-21 15:17 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 Category: User Group: v1.6.1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Tom Ingberg (tingberg) Assigned to: Kon Angelopoulos (angek) Summary: Failure getting css file Initial Comment: I see a lots of errors in my apache error log caused by phpesp 1.6.1. The installation is unmodified. Here is the error log (with modified IP address): [Fri May 21 16:38:53 2004] [error] [client 12.34.56.78] File does not exist: /var/www/html/kyselyt/public/css/(URL), referer: http://peltola.edu.vantaa.fi/kyselyt/public/survey.php?name=query_nr_2 However, I can't reproduce this behaviour. I only have one active survey. Apache access log looks like this: 12.34.56.78 - - [21/May/2004:16:49:31 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php?name=query_nr_2" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" 12.34.56.78 - - [21/May/2004:16:49:36 +0300] "GET /kyselyt/public/css/(URL) HTTP/1.1" 404 297 "http://myserver/kyselyt/public/survey.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)" -Tom ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-26 10:42 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- Comment By: Tom Ingberg (tingberg) Date: 2004-05-26 10:35 Message: Logged In: YES user_id=807604 That solution seems to be working. I see no errors anymore, works for me. -Tom ---------------------------------------------------------------------- Comment By: Tom Ingberg (tingberg) Date: 2004-05-24 04:17 Message: Logged In: YES user_id=807604 Modifications done. I also commented out the whole .image section to prevent header graphic space reservation for musc-banner picture that doesn't even exist. -Tom ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-24 02:17 Message: Logged In: YES user_id=198398 Hey Tom, can you please change the background-image references in your css files from this: background-images:url((URL)); to this: background-images:url(); and check your server logs again. If this corrects the problem I'll make the necesary changes and commit to cvs. Kon ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-23 20:14 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-23 20:14 Message: Logged In: YES user_id=14116 Kon, I had already made the changes localy to remove the bogus "(URL)" and change incorrect CSS comments. I'll go ahead and commit. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-23 19:31 Message: Logged In: YES user_id=198398 Hey Tom, can you please change the background-image references in your css files from this: background-images:url((URL)); to this: background-images:url(); and check your server logs again. If this corrects the problem I'll make the necesary changes and commit to cvs. Kon ---------------------------------------------------------------------- Comment By: Tom Ingberg (tingberg) Date: 2004-05-23 18:58 Message: Logged In: YES user_id=807604 I'm using mystic template, and there is another line causing errors in public/css/mystic.css: # background-image: url(../../images/surveyimages/musc-banner.jpg); That line is commented out with # symbol but I think that's not a valid way to make comments. Please look at http://www.w3.org/TR/CSS1#comments. It has an other meaning in CSS-world as we can see in http://www.w3.org/StyleSheets/home.css: #slogan { background: #fff; color: #777; } Another interesting point, that must not be considered as a fact yet. When comparing error and access logs, I noticed that the only web browser causing this error is MSIE 6.0. Might this be the reason why I'm unable to reproduce this behaviour with my Linux box? -Tom ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-21 17:52 Message: Logged In: YES user_id=14116 Cruft carried over from template.css to surveys based on it. It's a place holder for table background images. Probably should be "background-image: url(());" or commented out. I'm not sure if a blank url() is valid CSS. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-21 16:19 Message: Logged In: YES user_id=39444 Tom, ignore that last reply. I've found the cause for that log message. Angek/Greggmc, what is this line for in several of the CSS files: > background-image: url((URL)); should it actually contain a valid url, or perhaps be commented out? I imagine this is the cause of the log messages Tom listed. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-05-21 16:10 Message: Logged In: YES user_id=39444 Please verify that all the paths on the phpESP test page are correct, and if not, correct them in your phpESP.ini.php file. I am guessing that you can find the test page at http://peltola.edu.vantaa.fi/kyselyt/admin/test.php Does the log actually include "(URL)"? What did you choose for the theme for this survey? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=958226&group_id=8956 |