knallcharge

Results 30 comments of knallcharge

Plus One, definitely, I'm trying to output an RSS-feed with volt and "

Did some more testing: - Executing "console list --format=xml" from the console will not show the error. - Adding ""doctrine/persistence": "^1"" to my composer.json and downgrading doctrine doesn't fix the...

Adding this to your services.yaml will fix the issue: ``` doctrine.query_sql_command: class: Doctrine\DBAL\Tools\Console\Command\RunSqlCommand arguments: - '@Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' tags: - { name: console.command, command: doctrine:query:sql } ``` see [here](https://stackoverflow.com/questions/64458501/symfony-doctrine-get-list-of-available-commands/)

@bartmcleod I'm on dev-master 679a835, but I'm still getting the error, Actually there's another one that I didn't notice before: 1. Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return...

@bartmcleod Symfony 5.4.4

I have checked the source code for the error and found the words in RegisterCommand.java, so I guess the error must be a NonNormalizedPhoneNumberException or IOErrorException. I checked the number...

Similar problem: easy deploy is using "export" to set variables, but in Windows the command is called "set". Trying to deploy from Windows 10 to Windows Server 2012, couldn't find...

I'm using "apy/breadcrumbtrail-bundle" : "dev-feature/php81-symfony6" in my composer.json for some months now, but the deprecation warning still show. Any plan for a new release?

I'm desperately waiting for this feature :) As this is marked as completed but not implemented: What needs to be done to get this merged? @tezrik Is it save to...