koillection icon indicating copy to clipboard operation
koillection copied to clipboard

Cannot launch koillection container after update to Symfony 7

Open punfil opened this issue 1 year ago • 1 comments

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

punfil avatar Jan 03 '24 18:01 punfil

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,
        }
    }
}

benjaminjonard avatar Jan 03 '24 19:01 benjaminjonard