Skip to content
New issue

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

[InstallerBundle] Fixed setup command #2760

Merged
merged 1 commit into from
May 23, 2015

Conversation

zyleee
Copy link
Contributor

@zyleee zyleee commented May 22, 2015

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets -
License MIT
Doc PR -

This fixes an issue when running php app/console sylius:install:setup

Please enter list of locale codes, separated by commas or just hit ENTER to use "en_US". For example "en_US, de_DE".
In which language your customers can browse the store?
Adding English (United States).
Please enter list of currency codes, separated by commas or just hit ENTER to use "USD". For example "USD, EUR, GBP".
In which currency your customers can buy goods?
Adding US Dollar.
Please enter list of country codes, separated by commas or just hit ENTER to use "US". For example "US, PL, DE".
To which countries you are going to sell your goods?
Adding United States.
Create your administrator account.
PHP Fatal error:  Call to undefined method Sylius\Component\Core\Model\User::setFirstname() in /path/to/Sylius/src/Sylius/Bundle/InstallerBundle/Command/SetupCommand.php on line 82
...

pjedrzejewski pushed a commit that referenced this pull request May 23, 2015
[InstallerBundle] Fixed setup command
@pjedrzejewski pjedrzejewski merged commit 05836fb into Sylius:master May 23, 2015
@pjedrzejewski
Copy link
Member

Thank you again @zyleee!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants