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

fails to install #20

Closed
vinstah opened this issue Oct 16, 2019 · 2 comments
Closed

fails to install #20

vinstah opened this issue Oct 16, 2019 · 2 comments

Comments

@vinstah
Copy link

vinstah commented Oct 16, 2019

composer create-project aimeos/aimeos
php artisan aimeos:setup --option=setup/default/demo:1

In Context.php line 163:

Call to protected method Aimeos\MShop\Common\Factory\Base::createManager() from context 'Aimeos\Shop\Base\Context'

@johanWP
Copy link

johanWP commented Oct 17, 2019

same issue doing a fresh install. After the default Laravel migrations ran, I'm getting:

> App\Composer::setup

In Context.php line 163:
                                                                               
  Call to protected method Aimeos\MShop\Common\Factory\Base::createManager()   
  from context 'Aimeos\Shop\Base\Context'                                      
                                                                               

Script App\Composer::setup handling the post-create-project-cmd event terminated with an exception

                                                                                                                 
  [Symfony\Component\Process\Exception\ProcessFailedException]                                                   
  The command "/usr/local/Cellar/php/7.2.10/bin/php artisan aimeos:setup --option=setup/default/demo:1" failed.  
                                                                                                                 
  Exit Code: 1(General error)                                                                                    
                                                                                                                 
  Working directory: /Users/johan/Sites/myshop                                                                   
                                                                                                                 
  Output:                                                                                                        
  ================                                                                                               
                                                                                                                 
  In Context.php line 163:                                                                                       
                                                                                                                 
    Call to protected method Aimeos\MShop\Common\Factory\Base::createManager()                                   
    from context 'Aimeos\Shop\Base\Context'                                                                                                                                                                                   
                                                                                                                 
  Error Output:                                                                                                  
  ================ 

@aimeos
Copy link
Owner

aimeos commented Oct 17, 2019

Sorry, we've tagged a wrong branch causing errors. That is fixed now and it installs again without problems now.

@aimeos aimeos closed this as completed Oct 17, 2019
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

No branches or pull requests

3 participants