I have installed Facebook Connect and it works fine with Google Chrome and Firefox.

But with IE 8 this error occurs and internet explorer crashes:


Durch die Windows-Datenausführungsverhinderung wurde ein Add-On ermittelt, das versucht, Systemspeicher nicht vorschriftsmäßig zu verwenden. Ursache hierfür kann ein fehlerhaftes oder bösartiges Add-On sein.

I found out that the problem disappears when I comment out the $closure in page.tpl.php:

<?php //print $closure; ?>

The problem is here, I think in jQuery(document).trigger('fb:init'):

      <script type="text/javascript"> 
        window.fbAsyncInit = function() {
          FB.init({
            appId  : '12345678912345678',
            status : true, // check login status
            cookie : true, // enable cookies to allow the server to access the session
            xfbml  : true,
            logging: '0'
          });
          
          jQuery(document).trigger('fb:init');
        };
      
        (function() {
          var e = document.createElement('script');
          e.src = document.location.protocol + '//connect.facebook.net/de_DE/all.js';
          e.async = true;
          document.getElementById('fb-root').appendChild(e);
        }());
      </script> 
<div style="display: none"><form action="/node?destination=node"  accept-charset="UTF-8" method="post" id="fbconnect-autoconnect-form"> 
<div><input type="submit" name="op" id="edit-connect" value="Connect"  class="form-submit" /> 
<input type="hidden" name="form_build_id" id="form-94b23a6e28459cdb66d3726c1426a923" value="form-94b23a6e28459cdb66d3726c1426a923"  /> 
<input type="hidden" name="form_token" id="edit-fbconnect-autoconnect-form-form-token" value="16f9be9d1c53d2350f6f12ae74a25b3f"  /> 
<input type="hidden" name="form_id" id="edit-fbconnect-autoconnect-form" value="fbconnect_autoconnect_form"  /> 

I installed jquery_update to change from jquery 1.2 to 1.3 but the error still exists in internet explorer. Every click in IE crashes the browser!

How can this problem be solved?

Comments

drupalfan2’s picture

Does anybody know how this problem can be solved? Thanx.

drupalfan2’s picture

Priority: Major » Critical
Status: Active » Needs work

Module does not work. Please repair!