Posted by bodyblueprinter on January 20, 2013 at 5:18pm
Went live with my first site job and got this error on the locations page (http://toadalfitness.com/locations):
Warning: include(/home6/toadalfi/public_html/sites/all/modules/openlayers//templates/openlayers-map.tpl.php): failed to open stream: No such file or directory in theme_render_template() (line 1495 of /home6/toadalfi/public_html/includes/theme.inc).
Warning: include(): Failed opening '/home6/toadalfi/public_html/sites/all/modules/openlayers//templates/openlayers-map.tpl.php' for inclusion (include_path='.:/usr/php/53/usr/lib64:/usr/php/53/usr/share/pear') in theme_render_template() (line 1495 of /home6/toadalfi/public_html/includes/theme.inc).
anybody know what I can do about this?
Comments
Did flushing the cache not
Did flushing the cache not fix it? If not, looks like you're missing the tpl file that should have come with openlayers. Or, it might be that the // in the pathname represents a configuration error.
--Darryl Richman
http://darryl.crafty-fox.com
Thanks Darryl
I did not think to flush cache, that did the trick!
Rule #1
Rule #1 in Drupal is clear the cache when anything goes wrong ;)
Contact: https://www.hook42.com/contact
Drupal 7 Multilingual Sites: http://www.kristen.org/book
Tattoo?
On my forehead maybe? How many Drupal rules are there?
If you want to know how many
If you want to know how many Drupal rules there are, ask over in the Rules thread.
:-)
--Darryl Richman
http://darryl.crafty-fox.com
here is another question
I am noticing that when I attach images, they are reduced in size. Display setting is for original image size but they are not showing at the original size?
I can't really say what's
I can't really say what's going on, but you could look at the markup on the img tag and possibly see if you're getting the original vs. some other image style. The src attribute for the original image will be somewhere under sites/default/files (depending on how you have your site set up), but not under sites/default/files/styles/xxx/ (where xxx is any of the image style presets).
--Darryl Richman
http://darryl.crafty-fox.com
UGGHHH
Though I do not recall doing this, I had set max image size to 250X250!
All better now, thanks for the response