I’m trying to setup and create new bundle with symfony2, but getting so much error almost every step.
I’m download symfony and run this command;
php bin/vendors install
> Installing/Updating swiftmailer
Cloning into /var/www/Symfony/vendor/swiftmailer...
...
...
...
[ErrorException]
Warning: constant(): Couldn't find constant Monolog\Logger::iNFO in /var/www/Symfony/vendor/symfony/src/Symfony/Bundle/MonologBundle/DependencyInjection/MonologExtension.php line 103
what is the problem? what should I do?
Error reason is Turkish system language. so in Turkish language “i” upper case “İ” and “I” lowercase “ı”. I’m change my system language to English and problem solved.