Phoca Gallery Slideshow Floom module is a Joomla! CMS (since version Joomla!1.6) which displays slideshow of Phoca Gallery images on the site.
Internet Explorer problem:
Internet explorer has problems to display this slideshow correctly (without displaying an error).
For experienced javascript users only:
Open this file:
media/system/js/mootools-core.js
Search this string:
render:function(a,d,c,b){a.setStyle(d,this.serve(c,b));}
and replace it with this string:
render:function(a,d,c,b){try{a.setStyle(d,this.serve(c,b));} catch (e){}}
Save the file. Now the error in IE should not be displayed anymore.