MaJoran243 Posted December 30, 2010 Share Posted December 30, 2010 Hi there, I've a serious problem on a few pages of my shop. At the bottom line of these three pages "Specials", "New Product" and Top Products" a code fragment is shown ("e(dirname(__FILE__).'/footer.php'); ?>" or "ude(dirname(__FILE__).'/footer.php'); ?>"). I think it should be "include..." Does anyone knows where this comes from. It seems for me that it isn't generated by the variouslink-block...The code fragment is also displayed in the source code but it's almost in the last line after the variouslink module is closed. Maybe someone could help me solving this issue.Thanks<!-- MODULE Block various links --> Specials Neue Produkte Top-Produkte Kontakt Sitemap Impressum <!-- AGB <!--> Über uns <!-- Erstellt durch PrestaShop™ --><!-- /MODULE Block various links --> ude(dirname(__FILE__).'/footer.php');?></body></html> Link to comment Share on other sites More sharing options...
rocky Posted December 31, 2010 Share Posted December 31, 2010 Check to make sure that the following code at the bottom of prices-drop.php, new-products.php and best-sellers.php hasn't accidentally been modified: include(dirname(__FILE__).'/footer.php'); ?> Link to comment Share on other sites More sharing options...
MaJoran243 Posted January 21, 2011 Author Share Posted January 21, 2011 Thank you rocky and sorry for the late reply. I think there was wrong in the mentioned ...php files. after updating th eprestashop to the current stable release the problem was solved. I think I messed something up by editing the "top of page" category. Thank you for your help :-) Link to comment Share on other sites More sharing options...
Recommended Posts