18590 Posts in 4875 Topics by 2285 members
General Questions
SilverStripe Forums » General Questions » '.../dev/build' results in timeout
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 773 Views |
-
'.../dev/build' results in timeout

25 March 2010 at 6:25am
Hi!
Re-building my page results in a timeout of the Silversripe script. Having the PHP-
debugging enabled, it says me, that there is a timeout in ManifestBuilder.php! Do
anyone have the same problem?Best regards,
Benedikt -
Re: '.../dev/build' results in timeout

25 March 2010 at 7:43am
add
Director::set_environment_type("dev");to your /mysite/_config.php file
This will put up an error and most likely show you what is wrong. Helped me a lot in the past with timeout issues.
Hope it helps
Chris -
Re: '.../dev/build' results in timeout

25 March 2010 at 9:05am
Thank you, I already tried this. I think I found my faulty code
-
Re: '.../dev/build' results in timeout

25 March 2010 at 7:29pm
Set -
php_value max_execution_time 120
in your .htaccess file
| 773 Views | ||
|
Page:
1
|
Go to Top |



