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

Cannot launch koillection container after update to Symfony 7 #1021

Open
punfil opened this issue Jan 3, 2024 · 1 comment
Open

Cannot launch koillection container after update to Symfony 7 #1021

punfil opened this issue Jan 3, 2024 · 1 comment

Comments

@punfil
Copy link
Contributor

punfil commented Jan 3, 2024

composer install:

In PluginManager.php line 743:
                                                                               
  endroid/installer contains a Composer plugin which is blocked by your allow  
  -plugins config. You may add it to the list if you consider it safe.         
  You can run "composer config --no-plugins allow-plugins.endroid/installer [  
  true|false]" to enable it (true) or disable it explicitly and suppress this  
   exception (false)                                                           
  See https://getcomposer.org/allow-plugins

Result: Unable to launch koillection application
Tested on Debian 12, Fedora 39 - separate platforms

docker env has been wiped out before test - docker system prune -a --volumes

@benjaminjonard
Copy link
Owner

I can't fix it because endroid is not part of Koillection, I think it is the library you use to generate QR codes

You should follow instructions from this link https://getcomposer.org/allow-plugins and add endroid/installer to the list of allowed plugins

{
    "config": {
        "allow-plugins": {
            "endroid/installer": true,
        }
    }
}

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

2 participants