Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

'.../dev/build' results in timeout


Go to End


4 Posts   2229 Views

Avatar
benediktr

Community Member, 7 Posts

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

Avatar
BigChris

Community Member, 63 Posts

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

Avatar
benediktr

Community Member, 7 Posts

25 March 2010 at 9:05am

Thank you, I already tried this. I think I found my faulty code :)

Avatar
Solo

Community Member, 32 Posts

25 March 2010 at 7:29pm

Set -

php_value max_execution_time 120

in your .htaccess file