These errors are occurring after installing the latest updates for all of the toolset packages.
in OTGS_Installer_Repositories::get_repositories called at /code/web/wp-content/plugins/types/vendor/otgs/installer/includes/repository/class-otgs-installer-repositories.php (19)
in OTGS_Installer_Repositories::__construct called at /code/web/wp-content/plugins/types/vendor/otgs/installer/includes/repository/class-otgs-installer-repositories-factory.php (8)
in OTGS_Installer_Repositories_Factory::create called at /code/web/wp-content/plugins/types/vendor/otgs/installer/includes/class-otgs-installer-factory.php (321)
in OTGS_Installer_Factory::get_repositories called at /code/web/wp-content/plugins/types/vendor/otgs/installer/includes/class-otgs-installer-factory.php (249)
in OTGS_Installer_Factory::create_upgrade_response called at /code/web/wp-content/plugins/types/vendor/otgs/installer/includes/class-otgs-installer-factory.php (259)
in OTGS_Installer_Factory::load_upgrade_response called at /code/web/wp-content/plugins/types/vendor/otgs/installer/includes/class-otgs-installer-loader.php (25)
in OTGS_Installer_Loader::load_actions_after_installer_init called at /code/web/wp-includes/class-wp-hook.php (324)
in WP_Hook::apply_filters called at /code/web/wp-includes/class-wp-hook.php (348)
in WP_Hook::do_action called at /code/web/wp-includes/plugin.php (517)
in do_action called at /code/web/wp-content/plugins/types/vendor/otgs/installer/includes/class-wp-installer.php (254)
in WP_Installer::init called at /code/web/wp-includes/class-wp-hook.php (324)
in WP_Hook::apply_filters called at /code/web/wp-includes/class-wp-hook.php (348)
in WP_Hook::do_action called at /code/web/wp-includes/plugin.php (517)
in do_action called at /code/web/wp-settings.php (704)
in require_once called at /code/web/wp-config.php (285)
in require_once called at /code/web/wp-load.php (50)
in require_once called at /code/web/wp-cron.php (46)
We are on PHP version 7.x .
Everything is updated to the latest. We had to patch that version (3.6) because of an error in the code that was shutting eveyrhting down and throwing errors to end users. Here's the change we had to make.
Your original code:
$settings = $this->get_installer()->get_settings();
$this->plugin_finder = new OTGS_Installer_Plugin_Finder( $this->get_plugin_factory(), $settings['repositories'] );