Jump to content

Page not fully loading when in force compile mode [SOLVED]


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...