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.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

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

error: Maximum execution time: sfYamlParser.php


Go to End


1569 Views

Avatar
Oakleaf

Community Member, 2 Posts

4 February 2013 at 6:01pm

I tried installing several times, and always got this:
Fatal error: Maximum execution time of 30 seconds exceeded in G:\xampp\htdocs\SilverStripe-MySql\framework\thirdparty\zend_translate_railsyaml\library\Translate\Adapter\thirdparty\sfYaml\lib\sfYamlParser.php on line 372

I checked in the sfYamlParser.php on line 372 and it's:
if ($this->currentLineNb >= count($this->lines) - 1)
within the protected function moveToNextLine()

Silverstripe appears to install anyway, (haven't yet played with it), but these fatal errors are unnerving. I see on the forum that their are MANY threads relating to various problems with sfYamlParser.php, although I didn't find a thread of this particular install issue. Perhaps the thirdparty sfYamlParser.php needs replacing???