DeepDiver1975 / web_shell

An ownCloud app to execute console commands in the browser
2 stars 1 forks source link

Doesn't work with 9.0 ? #3

Open ochurlaud opened 8 years ago

ochurlaud commented 8 years ago

Hi,

Following your advice here [1], it seems that it doesn"t work with 9.0

[1] https://github.com/owncloud/core/issues/22971

Here is the log:

Error   PHP     Call to undefined method Symfony\Component\Console\Output\NullOutput::bind() at /home/churlaud/cloud/lib/private/console/application.php#80     2016-03-28T16:16:47+00:00
Error   PHP     Argument 2 passed to OC\Console\Application::loadCommands() must implement interface Symfony\Component\Console\Output\OutputInterface, none given, called in /home/churlaud/cloud/apps/web_shell/lib/shellcontroller.php on line 44 and defined at /home/churlaud/cloud/lib/private/console/application.php#66  2016-03-28T16:16:47+00:00
Error   PHP     Argument 1 passed to OC\Console\Application::loadCommands() must be an instance of Symfony\Component\Console\Input\InputInterface, instance of Symfony\Component\Console\Output\NullOutput given, called in /home/churlaud/cloud/apps/web_shell/lib/shellcontroller.php on line 44 and defined at /home/churlaud/cloud/lib/private/console/application.php#66   2016-03-28T16:16:47+00:00
Error   PHP Argument 1 passed to OC\Console\Application::loadCommands() must be an instance of Symfony\Component\Console\Input\InputInterface, instance of Symfony\Component\Console\Output\NullOutput given, called in /home/churlaud/cloud/apps/web_shell/lib/shellcontroller.php on line 44 and defined at /home/churlaud/cloud/lib/private/console/application.php#66   2016-03-28T16:16:47+00:00
Error   PHP Undefined variable: request at /home/churlaud/cloud/lib/private/console/application.php#58  2016-03-28T16:16:47+00:00
Error   PHP Undefined variable: dispatcher at /home/churlaud/cloud/lib/private/console/application.php#57   2016-03-28T16:16:47+00:00
Error   PHP Argument 3 passed to OC\Console\Application::__construct() must implement interface OCP\IRequest, none given, called in /home/churlaud/cloud/apps/web_shell/lib/shellcontroller.php on line 42 and defined at /home/churlaud/cloud/lib/private/console/application.php#53   2016-03-28T16:16:47+00:00
Error   PHP Argument 2 passed to OC\Console\Application::__construct() must implement interface Symfony\Component\EventDispatcher\EventDispatcherInterface, none given, called in /home/churlaud/cloud/apps/web_shell/lib/shellcontroller.php on line 42 and defined at /home/churlaud/cloud/lib/private/console/application.php#53
DeepDiver1975 commented 8 years ago

Pull request welcome :wink: