From: Roland Häder Date: Wed, 4 Nov 2020 13:25:09 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd64589021bd91d3e37cfc22a186bafb911ad3e7;p=hub.git Continued: - fixed config entry for controller resolver, still the fuse command class is not implemented yet - imported missing class - updated core framework - updated README file Signed-off-by: Roland Häder --- diff --git a/application/hub/classes/resolver/command/console/class_HubConsoleCommandResolver.php b/application/hub/classes/resolver/command/console/class_HubConsoleCommandResolver.php index c8a3049e4..772b1c1d8 100644 --- a/application/hub/classes/resolver/command/console/class_HubConsoleCommandResolver.php +++ b/application/hub/classes/resolver/command/console/class_HubConsoleCommandResolver.php @@ -3,6 +3,7 @@ namespace Org\Shipsimu\Hub\Resolver\Command; // Import Framework stuff +use Org\Mxchange\CoreFramework\Command\InvalidCommandException; use Org\Mxchange\CoreFramework\Manager\ManageableApplication; use Org\Mxchange\CoreFramework\Resolver\Command\BaseCommandResolver; use Org\Mxchange\CoreFramework\Resolver\Command\CommandResolver; diff --git a/application/hub/classes/resolver/command/html/class_HubHtmlCommandResolver.php b/application/hub/classes/resolver/command/html/class_HubHtmlCommandResolver.php index 84807eb4e..916713405 100644 --- a/application/hub/classes/resolver/command/html/class_HubHtmlCommandResolver.php +++ b/application/hub/classes/resolver/command/html/class_HubHtmlCommandResolver.php @@ -3,6 +3,7 @@ namespace Org\Shipsimu\Hub\Resolver\Command; // Import Framework stuff +use Org\Mxchange\CoreFramework\Command\InvalidCommandException; use Org\Mxchange\CoreFramework\Manager\ManageableApplication; use Org\Mxchange\CoreFramework\Resolver\Command\BaseCommandResolver; use Org\Mxchange\CoreFramework\Resolver\Command\CommandResolver; diff --git a/application/hub/config.php b/application/hub/config.php index d11bb1231..b726a3a4a 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -1590,7 +1590,7 @@ $cfg->setConfigEntry('form_target', '_self'); /////////////////////////////////////////////////////////////////////////////// // CFG: HUB-CONSOLE-CMD-FUSE-RESOLVER-CLASS -$cfg->setConfigEntry('hub_console_cmd_fuse_resolver_class', 'Org\Mxchange\CoreFramework\Resolver\Command\ConsoleCommandResolver'); +$cfg->setConfigEntry('hub_console_cmd_fuse_resolver_class', 'Org\Shipsimu\Hub\Resolver\Command\HubConsoleCommandResolver'); // CFG: ENABLE-FEATURE-FUSE $cfg->setConfigEntry('enable_feature_fuse', 'N'); diff --git a/core b/core index 1a5a49c27..d1d4c27a2 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 1a5a49c27fafcab503f496cfae071374e6d739df +Subproject commit d1d4c27a298fb48a433ab3ee132229d88274b060 diff --git a/docs/README b/docs/README index 1c27ada58..c9e03fdf9 100644 --- a/docs/README +++ b/docs/README @@ -25,7 +25,7 @@ mode=regular - The default mode for joining the hub network as a regular node. mode=boot - Your node acts as a bootstrapping-node. This mode is completely the same as the master-mode. If you can make sure that your node is up at least 99%, every downtime of a bootstrapping-node - 'hurts' the network, and that you have the latest SVN changes + 'hurts' the network, and that you have the latest GIT changes you might want to contact me with your static IP number and port number of your node so I may add it to the hard-coded list of boostrapping-nodes. @@ -141,9 +141,9 @@ deb-src [arch=amd64,i386] http://localhost:xxxxx/ftp.de.debian.org/debian unstab The FUSE virtual filesystem allows to access your node's properties and (later) many more through FUSE (Filesystem in User SpacE). You need the PHP extension -'fuse' enabled in your php.ini and please use latest SVN code from -https://svn.php.net/repository/pecl/fuse/trunk as I also use it. If fuse.dll/so -is correctly installed and enabled in php.ini, you can try to start it like this: +'fuse' enabled in your php.ini and please use latest GIT code from +https://github.com/gree/php-fuse.git as I also use it. If fuse.dll/so is +correctly installed and enabled in php.ini, you can try to start it like this: php index.php app=hub command=fuse