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).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3073741-1.patch | 1016 bytes | svendecabooter |
Comments
Comment #2
svendecabooterAttached is a patch that fixes this problem.
Comment #4
itamair commentedsuper thanks @svendecabooter ... committed into dev, will be part of the next release