Line 90 of media_gallery.pages.inc tries to include a media_gallery.js javascript file --
drupal_add_js(drupal_get_path('module', 'media_gallery') . '/media_gallery.js');
-- but media_gallery.js does not exist in CVS.
It's filling my watchdog with page_not_found errors.
I saw this warning mentioned in #1011042-18: Errors when enabled in Drupal 7, but it's unrelated and should have its own issue.
Comments
Comment #1
moloc commentedThis issue seems to be fixed with issue #1060398: Sync with latest Drupal Gardens code.