Leo

Results 9 issues of Leo

with 1.9.0 I get errors like that for a lot of services... with 1.8.2 everything works ``` An error occurred when executing the "'cache:clear --no-warmup'" command: PHP Fatal error: Uncaught...

`[InvalidArgumentException] Unknown downloader type: . Available types: git, svn, fossil, hg, perforce, zip, rar, tar, gzip, xz, phar, file, path.` Not sure where this error comes from but I often...

Improve readme such that if you only copy the example you don't get `Could not convert database value "" to Doctrine Type phone_number` Exception

I am migrating to symfony 6 and bumped into this. > Fatal error: Uncaught Error: Class "Symfony\Component\Cache\DoctrineProvider" not found Seems like the class was deprecated in symfony/cache 5.4 already https://github.com/symfony/cache/blob/5.4/DoctrineProvider.php...

Hey, is this planed in the near future? Cheers

help wanted

Hey, can i connect to mysql without tls? ![image](https://github.com/TaKO8Ki/gobang/assets/21970846/14fd3a0b-d6e2-4da6-89f2-19210d3611c0) ![image](https://github.com/TaKO8Ki/gobang/assets/21970846/cfa9bd76-f23b-4199-8a08-31167111f3e1) ![image](https://github.com/TaKO8Ki/gobang/assets/21970846/6da14df8-fbb2-49d2-92d0-afd251d651cf)

**Symfony FOSUserBundle versions**: friendsofsymfony/user-bundle dev-master d325bb6 symfony/symfony v3.2.13 **Description of the problem including expected versus actual behavior**: A disabled user account can be enabled by resetting the password because of...

go get outside of a module was deprecated at 1.17 and doesn't work on 1.18 anymore

i followed the install guide and got a 500 error. The reason was that the var dir had the wrong permissions. `sudo chmod 777 -R var/`fixed it for me but...