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

backup_restore version 2.0 is not compatible with symfony/process version 4.1.0 #5

Open
tjeske2017 opened this issue Jun 7, 2018 · 2 comments

Comments

@tjeske2017
Copy link

Tested in a TYPO3 8.7.15 installation
I just run
vender/bin/typo3cms backup:create
and get the following error:

[ Error ]
Class 'Symfony\Component\Process\ProcessBuilder' not found

Exception trace:
#0 ()
typo3conf/ext/backup_restore/Classes/Command/BackupCommandController.php:577
#1 BeechIt\BackupRestore\Command\BackupCommandController->dumpDB()
typo3conf/ext/backup_restore/Classes/Command/BackupCommandController.php:96
#2 BeechIt\BackupRestore\Command\BackupCommandController->createCommand()
vendor/helhum/typo3-console/Classes/Console/Mvc/Controller/CommandController.php:263
#3 Helhum\Typo3Console\Mvc\Controller\CommandController->callCommandMethod()
vendor/helhum/typo3-console/Classes/Console/Mvc/Controller/CommandController.php:154
#4 Helhum\Typo3Console\Mvc\Controller\CommandController->processRequest()
typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:85
#5 TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch()
vendor/helhum/typo3-console/Classes/Console/Mvc/Cli/RequestHandler.php:45
#6 Helhum\Typo3Console\Mvc\Cli\RequestHandler->handle()
vendor/helhum/typo3-console/Classes/Console/Mvc/Cli/Symfony/Command/CommandControllerCommand.php:162
#7 Helhum\Typo3Console\Mvc\Cli\Symfony\Command\CommandControllerCommand->execute()
vendor/symfony/console/Command/Command.php:251
#8 Symfony\Component\Console\Command\Command->run()
vendor/symfony/console/Application.php:886
#9 Symfony\Component\Console\Application->doRunCommand()
vendor/symfony/console/Application.php:262
#10 Symfony\Component\Console\Application->doRun()
vendor/symfony/console/Application.php:145
#11 Symfony\Component\Console\Application->run()
vendor/helhum/typo3-console/Classes/Console/Core/Kernel.php:162
#12 Helhum\Typo3Console\Core\Kernel->handle()
vendor/helhum/typo3-console/Scripts/typo3-console.php:19
#13 {closure}()
vendor/helhum/typo3-console/Scripts/typo3-console.php:21
#14 require()
vendor/helhum/typo3-console/typo3cms:18

@fsaris
Copy link

fsaris commented Jun 9, 2018

How did you install the extension? Composer or zip upload?

@tjeske2017
Copy link
Author

Composer require:
"beechit/backup-restore": "^2.0"

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