My Drupal 7.21 site (built on Commerce Kickstart, http://drupal.org/project/commerce_kickstart) gets the following error:

Fatal error: Unsupported operand types in /home/tgeller/webapps/drupalck/includes/theme.inc on line 1074

It appears under certain circumstances when I try to view a map (Geofield https://drupal.org/project/geofield + Geocoder https://drupal.org/project/geocoder).

The default view is zoomed in on a specific town with only a few points: that works fine. When I expand the search to include the whole country, I get the error.

It might be related to those other modules, of course, or to Views, or to the Google mapping system. 9In fact, points seem to have been disappearing from the map.) However, I suspect there's some underlying issue in core as well because of two similar issues:

Comments

neRok’s picture

Title: "Unsupported operand types... on line 1074" error -- related to memory? » "Unsupported operand types... on line 1074" error -- likely cause by calling theme('... incorrectly
Project: Drupal core » Geofield
Version: 7.21 » 7.x-1.1
Component: theme system » Code

This isnt a core issue. One of those modules is calling theme() function incorrectly. Ive taken a lucky dip and moved to Geofield.