daryl Posted November 26, 2008 Share Posted November 26, 2008 Hi!I just have this error in front store, the page went blank with this error message on top Categories PHP Fatal error: Maximum execution time of 60 seconds exceeded in ...\store\tools\smarty\internals\core.write_file.php on line 27 I found that my shop will compile each time when access and write the compiled file to ...\store\tools\smarty\compile. I have granted the write permission for php application, but modify permission was not granted on that folder. So my shop keep on writing the compiled file to that path without deleting the old ones. ...\store\tools\smarty\compile contains more than 60000 files and caused the timeout issue.My question is : Can the old files in ..\store\tools\smarty\compile can be safely removed manually?Yes? or No?Your help is so much appreciated Link to comment Share on other sites More sharing options...
daryl Posted November 26, 2008 Author Share Posted November 26, 2008 Anybody?Dear PS team member? It's a simple question, yes? or no? Link to comment Share on other sites More sharing options...
d0m1n1k Posted November 26, 2008 Share Posted November 26, 2008 i've deleted them several times and didn't recognized bad behaviour.greetings Link to comment Share on other sites More sharing options...
daryl Posted November 26, 2008 Author Share Posted November 26, 2008 Hi d0m1n1k, thank you for your reply.So I'll just remove the old file but ..How do you identify the old ones and the new ones? The difference?Thank you Link to comment Share on other sites More sharing options...
d0m1n1k Posted November 26, 2008 Share Posted November 26, 2008 i cleaned the whole directory (except of the index.php if there is one) Link to comment Share on other sites More sharing options...
daryl Posted November 27, 2008 Author Share Posted November 27, 2008 That solve the problem I can see my site now, thanks.But there's error logs, this is the messege :CGI ErrorThe specified CGI application misbehaved by not returning a complete set of HTTP headers.Did you have this too, how do you fix it then? Link to comment Share on other sites More sharing options...
d0m1n1k Posted November 27, 2008 Share Posted November 27, 2008 could you please check your logs, if that error came after deleting the compiled pages? Link to comment Share on other sites More sharing options...
Recommended Posts