DDC-910: CLI schema-tool fails to create SQL dump #1133

Closed
opened 2026-01-22 13:03:16 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Dec 2, 2010).

Jira issue originally created by user steffenvogel:

steffen@steffen-laptop:~/workspace/volkszaehler.org$ backend/bin/doctrine orm:schema-tool:create --dump-sql
PHP Fatal error:  Undefined class constant 'PARAMETER_REQUIRED' in /home/steffen/workspace/doctrine/lib/vendor/doctrine-dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php on line 53
PHP Stack trace:
PHP   1. {main}() /home/steffen/workspace/volkszaehler.org/backend/bin/doctrine:0
PHP   2. include() /home/steffen/workspace/volkszaehler.org/backend/bin/doctrine:3
PHP   3. Symfony\Component\Console\Command\Command->**construct() /home/steffen/workspace/volkszaehler.org/backend/bin/doctrine.php:62
PHP   4. Doctrine\DBAL\Tools\Console\Command\RunSqlCommand->configure() /home/steffen/workspace/doctrine/lib/vendor/Symfony/Component/Console/Command/Command.php:57
Originally created by @doctrinebot on GitHub (Dec 2, 2010). Jira issue originally created by user steffenvogel: ``` steffen@steffen-laptop:~/workspace/volkszaehler.org$ backend/bin/doctrine orm:schema-tool:create --dump-sql PHP Fatal error: Undefined class constant 'PARAMETER_REQUIRED' in /home/steffen/workspace/doctrine/lib/vendor/doctrine-dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php on line 53 PHP Stack trace: PHP 1. {main}() /home/steffen/workspace/volkszaehler.org/backend/bin/doctrine:0 PHP 2. include() /home/steffen/workspace/volkszaehler.org/backend/bin/doctrine:3 PHP 3. Symfony\Component\Console\Command\Command->**construct() /home/steffen/workspace/volkszaehler.org/backend/bin/doctrine.php:62 PHP 4. Doctrine\DBAL\Tools\Console\Command\RunSqlCommand->configure() /home/steffen/workspace/doctrine/lib/vendor/Symfony/Component/Console/Command/Command.php:57 ```
admin added the Bug label 2026-01-22 13:03:16 +01:00
admin closed this issue 2026-01-22 13:03:17 +01:00
Author
Owner

@doctrinebot commented on GitHub (Dec 3, 2010):

Comment created by @beberlei:

just remove the DBAL commands from the console for now. the bug iss fxied already however the dbal submodule poit´nts to an older commit

@doctrinebot commented on GitHub (Dec 3, 2010): Comment created by @beberlei: just remove the DBAL commands from the console for now. the bug iss fxied already however the dbal submodule poit´nts to an older commit
Author
Owner

@doctrinebot commented on GitHub (Dec 3, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Dec 3, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1133