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.
Update:
For a couple of months the download has been working again, although some users are stating the opposite (see the issue on Github). I do not know why it still does not work for them. So my initial problem in this thread has been fixed. The next problem is: the plugin does not support the new Symfony 4.x format. Issue: https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1334
Unfortunately, this has left the Symfony plugin workflow (at least when creating a new project) in a broken state since more than half a year. I will give another update if everything is working.