Symfony.phar fails to download Follow
I've just purchased PhpStorm and wanted to test its symfony integration.
When creating a new project, PhpStorm wants to download the symfony.phar file from their website. Unfortunately, it gives a 403 error. I suppose after that the basic symfony folder structure should be created in my PhpStorm project. Of course, this does not happen.
Error message:
> Downloading Symfony.phar
> Failed to download 'http://symfony.com/installer':
> Request failed with status code 403
http://symfony.com/installer redirects to https://symfony.com/installer to https://get.symfony.com/symfony.phar. I don't get a 403 error in my browser.
Any ideas?
Edit: PhpStorm seems to try to fetch https://get.symfony.com/Symfony.phar (notice the capital 'S'). This gives, indeed, a 403.
Please sign in to leave a comment.
This comes from a Symfony plugin. Please report at https://github.com/Haehnchen/idea-php-symfony2-plugin/issues
Sure, didn't realize at first that this was an external plugin. I opened an issue: https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1310
I'll post here if it works again.
Thank you.