Missing images in some standard and non-standard themes

Missing images in some standard and non-standard themes

by Josep M. Fontana -
Number of replies: 1
Just by chance, while I was looking at the error logs from our Apache server, I noticed that there were HUNDREDS of lines like the following:

[Sun Jan 22 13:07:50 2006] [error] [client 80.58.35.235] File does not exist: /extern/web/httpd/htdocs/moodle/theme/cornflower/images/sideblock.jpg

[Sat Jan 21 21:03:31 2006] [error] [client 81.32.84.100] File does not exist: /extern/web/httpd/htdocs/moodle/theme/cornflower/header_bg.jpg, referer: http://parles.upf.es/moodle/course/view.php?id=25

[Sun Jan 22 11:40:56 2006] [error] [client 62.15.248.130] File does not exist: /extern/web/httpd/htdocs/mellange/theme/greenshade15_mellange/navbar.gif, referer: http://parles.upf.es/mellange/course/view.php?id=14
[Sun Jan 22 11:41:01 2006] [error] [client 62.15.248.130] File does not exist: /extern/web/httpd/htdocs/mellange/theme/greenshade15_mellange/grey_shade_01.jpg, referer: http://parles.upf.es/mellange/course/view.php?id=14&edit=on

The greenshade15_mellange theme is a slight modification of one of the wonderfull non-standard themes produced by
Himmat Singh and his people and so the missing image files could be do to some mistake I made while fiddling around with the files (although I cannot these "missing" images in the folders I keep for the original theme). But I'm surprised that the problem also arises with the cornflower theme which is, AFAIK, one of the standard themes.

I suppose all I have to do to solve the problem is to include images with these names in the relevant folders, the problem is I don't know where to find these images. Does anybody know about any workaround for this problem?

Josep M.
Average of ratings: -
In reply to Josep M. Fontana

Re: Missing images in some standard and non-standard themes

by Scott Hardwick -

I have found the same issue as Josep.  Many error log lines commenting upon the missing sideblock.jpg.  Could someone please post this image?

As a workaround, I have edited my \theme\cornflower\styles_layout.css and removed the non-existent link from the section:

.sideblock .header {

    background-image:url(images/sideblock.jpg);

    text-align: left;

      padding:4px;

}

Thanks

Scott