We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing the stable version there is an exception:
curl -sS http://bldr.io/installer | php ⏎ ✭ ✖ ✱ ◼ #!/usr/bin/env php All settings correct for using Bldr Downloading... Bldr successfully installed to: /home/daniel/www/sulu-cmf/sulu-standard/bldr.phar Use it: php bldr.phar PHP Fatal error: Class 'Bldr\Exception\ConfigurationFileNotFoundException' not found in phar:///home/daniel/www/sulu-cmf/sulu-standard/bldr.phar/src/Config.php on line 84 PHP Stack trace: PHP 1. {main}() /home/daniel/www/sulu-cmf/sulu-standard/bldr.phar:0 PHP 2. require() /home/daniel/www/sulu-cmf/sulu-standard/bldr.phar:10 PHP 3. include() phar:///home/daniel/www/sulu-cmf/sulu-standard/bldr.phar/bin/bldr-phar-stub:23 PHP 4. Symfony\Component\Console\Application->run() phar:///home/daniel/www/sulu-cmf/sulu-standard/bldr.phar/bin/bldr.php:76 PHP 5. Bldr\Application->doRun() phar:///home/daniel/www/sulu-cmf/sulu-standard/bldr.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:124 PHP 6. Bldr\Application->buildContainer() phar:///home/daniel/www/sulu-cmf/sulu-standard/bldr.phar/src/Application.php:164 PHP 7. Bldr\DependencyInjection\ContainerBuilder->compile() phar:///home/daniel/www/sulu-cmf/sulu-standard/bldr.phar/src/Application.php:200 PHP 8. Bldr\Config::read() phar:///home/daniel/www/sulu-cmf/sulu-standard/bldr.phar/src/DependencyInjection/ContainerBuilder.php:55
The text was updated successfully, but these errors were encountered:
Fixed, server wasn't updating properly...
Sorry, something went wrong.
It's still gonna throw an exception, but thats more or less normal. I need to find time to fix that.
No branches or pull requests
When installing the stable version there is an exception:
The text was updated successfully, but these errors were encountered: