On a page containing a Leaflet map rendered with Views and loading the markers data via AJAX, I'm getting the following PHP warning:

User warning: The following theme is missing from the file system: drupal in drupal_get_filename() (line 277 of core/includes/bootstrap.inc). drupal_get_filename('theme', 'drupal') (Line: 296)

After some debugging I found out that the leaflet_views submodule tries to load the 'drupal/ajax' library, which does not exist in core (it should be 'core/drupal/ajax' instead).

CommentFileSizeAuthor
#2 3073741-1.patch1016 bytessvendecabooter

Comments

svendecabooter created an issue. See original summary.

svendecabooter’s picture

StatusFileSize
new1016 bytes

Attached is a patch that fixes this problem.

itamair’s picture

Status: Active » Fixed

super thanks @svendecabooter ... committed into dev, will be part of the next release

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.