notify_push icon indicating copy to clipboard operation
notify_push copied to clipboard

Error while upgrading to 0.2.3

Open solracsf opened this issue 3 years ago • 0 comments

An unhandled exception has been thrown:
ArgumentCountError: Too few arguments to function OCA\NotifyPush\Migration\Install::__construct(), 0 passed in /lib/private/Repair.php on line 134 and exactly 1 expected in /apps/notify_push/lib/Migration/Install.php:33
Stack trace:
#0 /lib/private/Repair.php(134): OCA\NotifyPush\Migration\Install->__construct()
#1 /lib/private/legacy/OC_App.php(1055): OC\Repair->addStep('OCA\\NotifyPush\\...')
#2 /lib/private/legacy/OC_App.php(1004): OC_App::executeRepairSteps('notify_push', Array)
#3 /lib/private/Installer.php(212): OC_App::updateApp('notify_push')
#4 /core/Command/App/Update.php(116): OC\Installer->updateAppstoreApp('notify_push', false)
#5 /apps/emlviewer/vendor/symfony/console/Command/Command.php(258): OC\Core\Command\App\Update->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /apps/emlviewer/vendor/symfony/console/Application.php(911): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /apps/emlviewer/vendor/symfony/console/Application.php(264): Symfony\Component\Console\Application->doRunCommand(Object(OC\Core\Command\App\Update), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /apps/emlviewer/vendor/symfony/console/Application.php(140): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /lib/private/Console/Application.php(215): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /console.php(100): OC\Console\Application->run()
#11 /occ(11): require_once('/srv/users/grat...')
#12 {main}

solracsf avatar Sep 10 '21 18:09 solracsf