Working in a hurry is never a good idea. The generate:doctrine:crud command
in RC2 was totally broken. I've spent the evening fixing the problem and
writing unit tests. Hopefully, RC3 will be "good enough".
As with any Open-Source project, contributing
code or documentation is the most common way to help, but we also have a wide range of
sponsoring opportunities.
Is it just me, or everyone gets the following error when generating bundle?
[ErrorException]
Warning: copy(/path/to/project/vendor/bundles/Sensio/Bundle/GeneratorBundle/Command/../Resources/skeleton/bundle/structure/messages.fr.xliff): failed to open stream: No such file or directory in /path/to/project/vendor/symfony/src/Symfony/Component/HttpKernel/Util/Filesystem.php line 44
copy(/Library/WebServer/Documents/pexx/vendor/bundles/Sensio/Bundle/GeneratorBundle/Command/../Resources/skeleton/bundle/structure/messages.fr.xliff): failed to open stream: No such file or directory in /Library/WebServer/Documents/pexx/vendor/symfony/src/Symfony/Component/HttpKernel/Util/Filesystem.php line 44
Temporary Resolutions for above problems:
copy all files from:
\vendor\bundles\Sensio\Bundle\GeneratorBundle\Resources\skeleton\bundle
to:
\vendor\bundles\Sensio\Bundle\GeneratorBundle\Resources\skeleton\bundle\structure
Nope, bundle generation does not work for me. And the tgz version of the framework works even less (fatal error because of missing class files).
With the zip version, I have a warning when generating a bundle :
Warning: copy(vendor\bundles\Sensio\Bundle\GeneratorBundle\Command/../Resources/skeleton/bundle/structure/messages.fr.xliff): failed to open stream: No such file or directory in vendor\symfony\src\Symfony\Component\HttpKernel\Util\Filesystem.php line 44
Nope, bundle generation does not work for me. And the tgz version of the framework works even less (fatal error because of missing class files).
With the zip version, I have a warning when generating a bundle :
Warning: copy(vendor\bundles\Sensio\Bundle\GeneratorBundle\Command/../Resources/skeleton/bundle/structure/messages.fr.xliff): failed to open stream: No such file or directory in vendor\symfony\src\Symfony\Component\HttpKernel\Util\Filesystem.php line 44
For some reason the .tgz can't be correctly read in Windows. At least I'm encountering this problem using WinRAR: a lot of files are missing the last character of the filename, for example script.php becomes script.ph. I notice a lot of people running in to this. The zipped version works fine.
really-fixed GeneratorBundle didn't find way in RC3
use git to update
git submodule add git://github.com/sensio/SensioGeneratorBundle.git vendor/bundles/Sensio/Bundle/GeneratorBundle
I just made a ./bin/vendors update and all my routes declared through annotations are no more registered. error: (No route found for "GET /")
When doing ./app/console router:debug they are not listed.
I cant generate a bundle correctly with the generator, in the pr2 was working but had to use the YML instead annotations, then worked, but now ... don't work anymore :S
For several reasons I cannot get access to the GIT system, so I believe a found an error and I hope you guys fix it soon:
In vendor/bundles/Sensio/Bundle/GeneratorBundle/Command/Validators.php there is a string containing "init:bundle" and that command does not exist, does it?
Congratulations for you all.
Comments are closed.
To ensure that comments stay relevant, they are closed for old posts.
I dont actually see any changes in the git log. What files changed?
Aaron, have you tried viewing the SE repo?
https://github.com/symfony/symfony-standard/commits/master
Fabien's commits seems to be related to the actual Symfony repo.
https://github.com/symfony/symfony/commits/master
Thank you Mr. Fabien!
Nice... Also, symfony.com header seems to be broken on my side!
Is it just me, or everyone gets the following error when generating bundle?
[ErrorException]
Warning: copy(/path/to/project/vendor/bundles/Sensio/Bundle/GeneratorBundle/Command/../Resources/skeleton/bundle/structure/messages.fr.xliff): failed to open stream: No such file or directory in /path/to/project/vendor/symfony/src/Symfony/Component/HttpKernel/Util/Filesystem.php line 44
Hope errors have been fixed. It was not possible to generate bundles or crud on windows.
TDD???
i cannot do generate:bundle anymore
[ErrorException] Warning:
copy(/Library/WebServer/Documents/pexx/vendor/bundles/Sensio/Bundle/GeneratorBundle/Command/../Resources/skeleton/bundle/structure/messages.fr.xliff): failed to open stream: No such file or directory in /Library/WebServer/Documents/pexx/vendor/symfony/src/Symfony/Component/HttpKernel/Util/Filesystem.php line 44
Temporary Resolutions for above problems: copy all files from: \vendor\bundles\Sensio\Bundle\GeneratorBundle\Resources\skeleton\bundle to: \vendor\bundles\Sensio\Bundle\GeneratorBundle\Resources\skeleton\bundle\structure
RC3 works for bundle & crud generating on windows Thanks a lot Mr. Fabien
Nope, bundle generation does not work for me. And the tgz version of the framework works even less (fatal error because of missing class files).
With the zip version, I have a warning when generating a bundle :
Warning: copy(vendor\bundles\Sensio\Bundle\GeneratorBundle\Command/../Resources/skeleton/bundle/structure/messages.fr.xliff): failed to open stream: No such file or directory in vendor\symfony\src\Symfony\Component\HttpKernel\Util\Filesystem.php line 44
Nope, bundle generation does not work for me. And the tgz version of the framework works even less (fatal error because of missing class files).
With the zip version, I have a warning when generating a bundle :
Warning: copy(vendor\bundles\Sensio\Bundle\GeneratorBundle\Command/../Resources/skeleton/bundle/structure/messages.fr.xliff): failed to open stream: No such file or directory in vendor\symfony\src\Symfony\Component\HttpKernel\Util\Filesystem.php line 44
For some reason the .tgz can't be correctly read in Windows. At least I'm encountering this problem using WinRAR: a lot of files are missing the last character of the filename, for example script.php becomes script.ph. I notice a lot of people running in to this. The zipped version works fine.
That's great news. I'm looking forward to the stable version.
People, please DO NOT put info about issue here in comments.
If you find something not working as expected or missing please ask on mailing-lists to get feedback first!
Haha everytime i came to this site there´s a new version. But i´m still using Beta 3 on my project haha, i will upgrade later.
Damm it was fast... i missed the RC2... and this is RC3!
Thank you for this and keep up the good work!
I'm going to test this out later tonight to see if i can move ahead a little more on my learning curve!
Thanks, just had trouble with CRUD and RC2. Great work!
really-fixed GeneratorBundle didn't find way in RC3 use git to update git submodule add git://github.com/sensio/SensioGeneratorBundle.git vendor/bundles/Sensio/Bundle/GeneratorBundle
I just made a ./bin/vendors update and all my routes declared through annotations are no more registered. error: (No route found for "GET /") When doing ./app/console router:debug they are not listed.
Fatal error: Class 'Drake\FilmoBundle\Controller\RedirectResponse'
Hi all,
I think that ./bin/vendors install is not working right now.
Because i got this error: "Warning: Wrong parameter count for parse_ini_file() in /Applications/MAMP/htdocs/knpipsum/bin/vendors on line 52"
I think the reason is that deps file is out of bin directory.
Can any one fix it, thanks!
Regards,
Nico
Fatal error: Class 'Drake\FilmoBundle\Controller\RedirectResponse' not found in /home/public/glpark/src/Drake/FilmoBundle/Controller/DefaultController.php on line 40 Call Stack: 0.0002 326808 1. {main}() /home/public/glpark/web/app_dev.php:0 0.0104 873824 2. Symfony\Component\HttpKernel\Kernel->handle() /home/public/glpark/web/app_dev.php:21 0.0131 1086372 3. Symfony\Bundle\FrameworkBundle\HttpKernel->handle() /home/public/glpark/app/bootstrap.php.cache:903 0.0131 1086904 4. Symfony\Component\HttpKernel\HttpKernel->handle() /home/public/glpark/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/HttpKernel.php:44 0.0131 1086904 5. Symfony\Component\HttpKernel\HttpKernel->handleRaw() /home/public/glpark/app/bootstrap.php.cache:590 0.4199 3265248 6. call_user_func_array() /home/public/glpark/app/bootstrap.php.cache:620 0.4199 3265500 7. Drake\FilmoBundle\Controller\DefaultController->choisirLangueAction() /home/public/glpark/app/bootstrap.php.cache:0
Please post issues with this release in the proper section for better support
I cant generate a bundle correctly with the generator, in the pr2 was working but had to use the YML instead annotations, then worked, but now ... don't work anymore :S
In regard to my comment #21, I reinstalled everything from a fresh archive and it worked.
@Edgar thanks for the reminder, but now that you guys know the issue, please just make it go away :-)
Kolanecki's solution worked for me with the bundle generation problem :)
For several reasons I cannot get access to the GIT system, so I believe a found an error and I hope you guys fix it soon: In vendor/bundles/Sensio/Bundle/GeneratorBundle/Command/Validators.php there is a string containing "init:bundle" and that command does not exist, does it? Congratulations for you all.