ElieK Posted February 13, 2010 Share Posted February 13, 2010 Bonjour,j'ai un problème assez bizarre qui semble ne se passe que sur la première page index.php de ma boutique.En faites firefox et IE reconnaissent une erreur, ce qui ne fait pas serieux pour un site e commerce.L'erreur est : Erreur : $(window).load is not a functionFichier Source : http://www.monsite.com/index.phpLigne : 792 Or voici ce que j'ai à la ligne 792, cela semble venir du module de stats de Prestashop :[removed] var time_start; $(window).load( function() { time_start = new Date(); } ); $(window).unload( function() { var time_end = new Date(); var pagetime = new Object; pagetime.type = "pagetime"; pagetime.token = "mIgbUJL662Q=irhz/YvP2AA=CwEWc4jodAw=QYqjo6GpueE="; pagetime.time = time_end-time_start; $.post("http://www.monsite.com/statistics.php", pagetime); } ); [removed] J'ai entendu de nombreux problème avec windows.load, comment régler ça svp? Link to comment Share on other sites More sharing options...
Patric Posted February 13, 2010 Share Posted February 13, 2010 Si tu utilises un thème personnalisé et des modules tiers, essaye avec le thème par défaut PrestaShop et en désactivant tous les modules tiers. Si le problème disparait, réactive tout ce petit monde un par un en testant à chaque fois pour trouver le coupable. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now