I get page not found warnings due to this css file:
sites/all/modules/media_gallery/media_gallery.css

It wants these two files which are missing from my system:
sites/all/modules/media_gallery/images/hover-bubble.png
sites/all/modules/media_gallery/images/hover-bubble-middle.png

Best regards,
Ao

Comments

Aonoa’s picture

Here are the lines of code in question:

296 .meta-wrapper.hover .slider {
297   background: url('images/hover-bubble.png') no-repeat left top transparent;
298   display: block;
310 .meta-wrapper.hover .slider.meta-outer {
311   background: url('images/hover-bubble-middle.png') repeat-y left top transparent;
312   padding-left: 0.5em;
315 .meta-wrapper.hover .slider.meta-inner {
316   background: url('images/hover-bubble-middle.png') repeat-y right top transparent;
317   padding-right: 0.5em;

Best regards,
Ao

the fatman’s picture

I'mg getting the same page not found messages preceded by

Notice: Undefined index: und in media_gallery_add_images() (line 290 of /home/tuneup/public_html/drupal/sites/default/modules/media_gallery/media_gallery.pages.inc).

and

Warning: Invalid argument supplied for foreach() in media_gallery_add_images() (line 291 of
/home/tuneup/public_html/drupal/sites/default/modules/media_gallery/media_gallery.pages.inc).

I'm running Apache 1.3.42 (Unix) and PHP 5.2.15

Upgraded a D6 site to D7, updates all fine, everything else OK thus far, no other contributed modules enabled (apart from dependancies)

Thanks

moloc’s picture

Status: Active » Closed (duplicate)