DrankenWebshop Posted November 25, 2012 Share Posted November 25, 2012 Since a week or longer, i have a problem with my template. It stops halfway the screen, and that causes strange modules positions. The modules on the second pic should be on the right side of the screen under the cart. How can i solve this? Link to comment Share on other sites More sharing options...
vekia Posted November 25, 2012 Share Posted November 25, 2012 hmm in chrome everything works fine... did you check it in other web browsers? maybe its only ie issue Link to comment Share on other sites More sharing options...
DrankenWebshop Posted November 25, 2012 Author Share Posted November 25, 2012 (edited) In chrome everything works fine, and in IE not... But it is strange because in the beginning it worked fine with other web-browsers *edit* I also tried on other computers with other versions of IE and they all got the same problem... Edited November 25, 2012 by drankenwebshop (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted November 25, 2012 Share Posted November 25, 2012 I doubt whether it works fine in Chrome. When you look at the source code in both IE and Chrome you see that it ends with "</script></div></div>" instead of "</div></body></html>" so it seems probable that you have some PHP error that stops the code production. Did you try switching on the error detection? Link to comment Share on other sites More sharing options...
Dh42 Posted November 26, 2012 Share Posted November 26, 2012 Actually more than likely it is a smarty error. When you have an error in your template it stops compiling from the point of the error. You can turn error reporting on to help you trace the error. Link to comment Share on other sites More sharing options...
vekia Posted November 26, 2012 Share Posted November 26, 2012 that's right, im totally agree with @Dh42. If you dont know how to turn error reporting on you can read this tutorial: how to turn error reporting on in prestashop. After that, reload your front-office page, you can catch errors is some occur Link to comment Share on other sites More sharing options...
DrankenWebshop Posted November 26, 2012 Author Share Posted November 26, 2012 that's right, im totally agree with @Dh42. If you dont know how to turn error reporting on you can read this tutorial: how to turn error reporting on in prestashop. After that, reload your front-office page, you can catch errors is some occur I have just turned on error reporting, as shown on your url. But I don't see any errors? Link to comment Share on other sites More sharing options...
Dh42 Posted November 26, 2012 Share Posted November 26, 2012 It looks like it could be in your footer.tpl. Do you have the cache turned off and force compile turned on? 1 Link to comment Share on other sites More sharing options...
DrankenWebshop Posted November 26, 2012 Author Share Posted November 26, 2012 It looks like it could be in your footer.tpl. Do you have the cache turned off and force compile turned on? I just turned HTML compression off to "Remain W3C validation" and the website is ok again! Thank you very much! Link to comment Share on other sites More sharing options...
Dh42 Posted November 26, 2012 Share Posted November 26, 2012 Cool, I am glad you got it worked out. Link to comment Share on other sites More sharing options...
Recommended Posts