MichaelP Posted July 4, 2012 Share Posted July 4, 2012 Hi, I really hope there is someone who can help me here. Column / menu on the right side are suddenly disappeared from the front page - all other pages is OK. Is there a clever person who will look at this page www.shopnsave.dk - I've attached a picture so you can see how it is about to look. Link to comment Share on other sites More sharing options...
Dh42 Posted July 5, 2012 Share Posted July 5, 2012 More than likely you have an error in one of your smarty files somewhere. Especially if your footer is missing on the page that the right menu is not loading. You can turn smarty error reporting on in your config.inc.php file to check Link to comment Share on other sites More sharing options...
MichaelP Posted July 5, 2012 Author Share Posted July 5, 2012 okay ill try that. Just for the info i have made some extra screenshot, taken from live editing the right column strangely enough shown but below the center column It is as if the right div has come to be below the center div. Link to comment Share on other sites More sharing options...
MichaelP Posted July 5, 2012 Author Share Posted July 5, 2012 More than likely you have an error in one of your smarty files somewhere. Especially if your footer is missing on the page that the right menu is not loading. You can turn smarty error reporting on in your config.inc.php file to check I assume that this is correct? /* Smarty */ require_once(dirname(__FILE__).'/smarty.config.inc.php'); /* Possible value are true, false, 'URL' (for 'URL' append SMARTY_DEBUG as a parameter to the url) default is false for production environment */ define('SMARTY_DEBUG_CONSOLE', true); But where can i check for errors? - nothing really happens except the site is very very slow. Thanks for your help Link to comment Share on other sites More sharing options...
MichaelP Posted July 5, 2012 Author Share Posted July 5, 2012 It ended up that I have taken the hard road and re-installed everything. Suddenly it happened again and I was able to detect that it was a module slide featured products v0.2 which when there was no item associated with this module made the error. Hope it can help others. Link to comment Share on other sites More sharing options...
Recommended Posts