djpaul Posted August 21, 2012 Share Posted August 21, 2012 (edited) Hello, When i enable force compile, my website ony loads the categories. Even the css and other stuff is gone and the page is just white. What me cause this problem? Version: 1.4.8.2 Regards! Paul Edited August 23, 2012 by djpaul (see edit history) Link to comment Share on other sites More sharing options...
phrasespot Posted August 23, 2012 Share Posted August 23, 2012 Did you make any modifications to any template? If so, it may be the case that the modifications you made is causing an error. When force compile is off, old, compiled version is served without a problem but when it is on the changed version is being compiled and the error shows up. Locate the file config/config.inc.php and turn on error reporting. Reload the problem page. Is there any error? Link to comment Share on other sites More sharing options...
djpaul Posted August 23, 2012 Author Share Posted August 23, 2012 Well, I was just finding out what the h could cause this and I also was thinking of an error in a tpl file. So I already turned on the display_error and the error I received was 'maximum execution time exceeded'. Now I added a line with the ini_set (ini_set("max_execution_time", 300) in the config file and it works fine now. I will close this thread, as the problem has been solved! Thanks! 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