Navigation überspringen

[Gelöst] 60+ deprecated warning in Query Monitor from Toolset files

This support ticket is created vor 3 weeks, 2 days. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zeitzone des Unterstützers: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 3 Antworten, hat 1 Stimme.

Zuletzt aktualisiert von Minesh vor 3 weeks, 1 day.

Assistiert von: Minesh.

Author
Artikel
#2860639
toolset-errors-Screenshot 2026-05-12 132326.jpg

I am trying to: fix "502 Bad Gateway" errors and found over 60+ reported deprecated issues from Toolset.

Link to a page where the issue can be seen:
versteckter Link

#2860648

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Based on the debug informtion you shred - I see that you are using the PHP version 8.5.5.

We are yet to take full compatibility round to make Toolset compatible with PHP version 8.5.x.

Can you please copy/paste those deprecated warnings rather than sharing screenshot and then I will try to report those deprecated warniings to associated plugin.

#2860651

Thank you Minesh, I downgraded to 8.2 and I don't see any warnings.

Here is a copy-paste of the warnings. It has tab spacing so if you put it into a spreadsheet you can see the information more easily.

OK to close the ticket. Thanks again!

deprecated OTGS_UI_Loader::__construct(): Implicitly marking parameter $locator as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/otgs/ui/src/php/OTGS_UI_Loader.php:22 1 Plugin: types

deprecated OTGS_UI_Loader::__construct(): Implicitly marking parameter $assets as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/otgs/ui/src/php/OTGS_UI_Loader.php:22 1 Plugin: types

deprecated Non-canonical cast (integer) is deprecated, use the (int) cast instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/lib/adodb-time.inc.php:680 1 Plugin: types

deprecated Non-canonical cast (integer) is deprecated, use the (int) cast instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/lib/adodb-time.inc.php:681 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Auryn\Injector::__construct(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/lib/auryn/lib/Injector.php:51 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Auryn\Injector::provisionFuncArgs(): Implicitly marking parameter $reflParams as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/lib/auryn/lib/Injector.php:447 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Auryn\CachingReflector::__construct(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/lib/auryn/lib/CachingReflector.php:16 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Auryn\CachingReflector::__construct(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/lib/auryn/lib/CachingReflector.php:16 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Utils\RequestMode::__construct(): Implicitly marking parameter $constants as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/utils/RequestMode.php:35 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\WPML\WpmlService::__construct(): Implicitly marking parameter $wpdb_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/wpml/WpmlService.php:84 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\WPML\WpmlService::__construct(): Implicitly marking parameter $constants_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/wpml/WpmlService.php:84 1 Plugin: types

deprecated (suppressed) Toolset_Wpdb_User::__construct(): Implicitly marking parameter $wpdb_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/wpdb_user.php:20 1 Plugin: types

deprecated (suppressed) Toolset_Controller_Admin_Notices::__construct(): Implicitly marking parameter $constants as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/admin/notices.php:24 1 Plugin: types

deprecated OTGS\Toolset\Common\Relationships\MainController::__construct(): Implicitly marking parameter $database_layer_factory_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/MainController.php:86 1 Plugin: types

deprecated OTGS\Toolset\Common\Relationships\MainController::__construct(): Implicitly marking parameter $cleanup_factory_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/MainController.php:87 1 Plugin: types

deprecated (suppressed) Toolset_Field_Group::__construct(): Implicitly marking parameter $post_type_repository_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/field/group.php:74 1 Plugin: types

deprecated (suppressed) Toolset_Field_Group_Post::__construct(): Implicitly marking parameter $template_filter_factory_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/field/group/post.php:66 1 Plugin: types

deprecated (suppressed) Case statements followed by a semicolon (;) are deprecated, use a colon (:) instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/DatabaseLayerFactory.php:301 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\DatabaseLayerFactory::post_cleanup(): Implicitly marking parameter $cleanup_factory as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/DatabaseLayerFactory.php:540 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\DatabaseLayerFactory::intermediary_post_persistence(): Implicitly marking parameter $relationship_definition as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/DatabaseLayerFactory.php:608 1 Plugin: types

deprecated (suppressed) Toolset_Element_Factory::__construct(): Implicitly marking parameter $is_wpml_active as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/element/element_factory.php:31 1 Plugin: types

deprecated (suppressed) Toolset_Element_Factory::__construct(): Implicitly marking parameter $wpml_service as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/element/element_factory.php:32 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\WpQueryExtension\AbstractRelationshipsExtension::get_role(): Implicitly marking parameter $other_role as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/WpQueryExtension/AbstractRelationshipsExtension.php:242 1 Plugin: types

deprecated (suppressed) Toolset_Relationship_Definition_Repository::__construct(): Implicitly marking parameter $database_layer_factory as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/relationship/definition/repository.php:66 1 Plugin: types

deprecated (suppressed) Toolset_Relationship_Definition_Repository::__construct(): Implicitly marking parameter $definition_persistence_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/relationship/definition/repository.php:67 1 Plugin: types

deprecated (suppressed) Toolset_Relationship_Definition_Repository::__construct(): Implicitly marking parameter $definition_translator_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/relationship/definition/repository.php:68 1 Plugin: types

deprecated (suppressed) Toolset_Relationship_Definition_Translator::__construct(): Implicitly marking parameter $definition_factory_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/relationship/definition/translator.php:18 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Mediator::__construct(): Implicitly marking parameter $constants as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/mediator.php:29 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Handler\InstallerCompatibilityReporting::__construct(): Implicitly marking parameter $is_installer_available_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/handler/installer_compatibility_reporting.php:55 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Handler\InstallerCompatibilityReporting::__construct(): Implicitly marking parameter $is_toolset_subscription_valid_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/handler/installer_compatibility_reporting.php:56 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Condition\Installer\IsAvailable::__construct(): Implicitly marking parameter $is_types_active_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/utility/condition/plugin/installer/is_available.php:28 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Condition\Installer\IsAvailable::__construct(): Implicitly marking parameter $is_wpml_active_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/utility/condition/plugin/installer/is_available.php:29 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Condition\Installer\IsToolsetSubscriptionValid::__construct(): Implicitly marking parameter $is_available_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/utility/condition/plugin/installer/is_toolset_subscription_valid.php:25 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Shared\PageBuilderModules::__construct(): Implicitly marking parameter $is_views_active as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/shared/page-builders/page-builder-modules.php:25 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Shared\PageBuilderModules::__construct(): Implicitly marking parameter $is_forms_active as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/shared/page-builders/page-builder-modules.php:26 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Shared\PageBuilderModules::__construct(): Implicitly marking parameter $page_builder_factory as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/shared/page-builders/page-builder-modules.php:27 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Shared\PageBuilderModules::__construct(): Implicitly marking parameter $page_builder_with_modules as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/shared/page-builders/page-builder-modules.php:28 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Shared\PageBuilderModulesFactory::__construct(): Implicitly marking parameter $views_active as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/shared/page-builders/modules/factory.php:21 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Shared\PageBuilderModulesFactory::__construct(): Implicitly marking parameter $form_active as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/shared/page-builders/modules/factory.php:22 1 Plugin: types

deprecated (suppressed) Toolset_Condition_Plugin_Views_Active::__construct(): Implicitly marking parameter $constants as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/utility/condition/plugin/views/active.php:20 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Handler\Elementor\ElementorModules::__construct(): Implicitly marking parameter $constants as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/handler/elementor/elementor.php:34 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Handler\Elementor\ElementorModules::__construct(): Implicitly marking parameter $is_views_active as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/handler/elementor/elementor.php:35 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Handler\Elementor\ElementorModules::__construct(): Implicitly marking parameter $is_forms_active as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/handler/elementor/elementor.php:36 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Handler\Elementor\ElementorModules::initialize_widgets(): Implicitly marking parameter $view_widget as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/handler/elementor/elementor.php:121 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Interop\Handler\Elementor\ElementorModules::initialize_widgets(): Implicitly marking parameter $form_widget as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/interop/handler/elementor/elementor.php:122 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Condition\Theme\Divi\IsDiviThemeActive::__construct(): Implicitly marking parameter $constants as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/utility/condition/theme/divi/active.php:21 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\BasicFormatting::__construct(): Implicitly marking parameter $shortcode_transformer as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/basic_formatting.php:26 1 Plugin: types

deprecated (suppressed) Types_Field_Group_Repeatable_Service::get_object_by_id(): Implicitly marking parameter $parent_post as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/application/models/field/group/repeatable/service.php:81 1 Plugin: types

deprecated (suppressed) Toolset_Condition_Plugin_Layouts_Active::__construct(): Implicitly marking parameter $constants as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/utility/condition/plugin/layouts/active.php:14 1 Plugin: types

deprecated Non-canonical cast (integer) is deprecated, use the (int) cast instead 1. wp-content/plugins/types/vendor/toolset/types/embedded/classes/class.wpcf-import-export.php:149 1 Plugin: types

deprecated Non-canonical cast (integer) is deprecated, use the (int) cast instead 1. wp-content/plugins/types/vendor/toolset/types/embedded/classes/class.wpcf-import-export.php:166 1 Plugin: types

warning (suppressed) file_get_contents(versteckter Link): Failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden 1. wp-content/plugins/multi-currency-for-gravityforms/includes/class-mcg-shortcode.php:129 1 Plugin: multi-currency-for-gravityforms

deprecated OTGS_Installer_Repository::set_subscription(): Implicitly marking parameter $subscription as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/otgs/installer/includes/repository/class-otgs-installer-repository.php:85 1 Plugin: types

deprecated OTGS_Installer_Package_Product_Finder::get_product_in_repository_by_subscription(): Implicitly marking parameter $subscription as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/otgs/installer/includes/class-otgs-installer-package-product-finder.php:11 1 Plugin: types

deprecated (suppressed) Toolset_Renderer::__construct(): Implicitly marking parameter $gui_base_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/renderer/renderer.php:75 1 Plugin: types

deprecated (suppressed) Toolset_Renderer::__construct(): Implicitly marking parameter $files_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/renderer/renderer.php:76 1 Plugin: types

deprecated (suppressed) Toolset_Output_Template_Repository::__construct(): Implicitly marking parameter $template_factory_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/renderer/output_template_repository.php:81 1 Plugin: types

deprecated (suppressed) Toolset_Output_Template_Repository::__construct(): Implicitly marking parameter $constants_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/renderer/output_template_repository.php:82 1 Plugin: types

deprecated (suppressed) Toolset_Output_Template_Repository_Abstract::__construct(): Implicitly marking parameter $template_factory_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/renderer/output_template_repository_abstract.php:26 1 Plugin: types

deprecated (suppressed) Toolset_Output_Template_Repository_Abstract::__construct(): Implicitly marking parameter $constants_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/renderer/output_template_repository_abstract.php:27 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\API\Factory::__construct(): Implicitly marking parameter $database_layer_factory as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/API/Factory.php:34 1 Plugin: types

deprecated (suppressed) Toolset_Post_Type_Factory::post_type_from_types(): Implicitly marking parameter $registered_post_type as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/post_type/factory.php:22 1 Plugin: types

deprecated (suppressed) Toolset_Post_Type_Registered::__construct(): Implicitly marking parameter $wpml_compatibility_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/post_type/registered.php:28 1 Plugin: types

deprecated (suppressed) Toolset_Post_Type_Abstract::__construct(): Implicitly marking parameter $wpml_compatibility_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/post_type/abstract.php:29 1 Plugin: types

deprecated (suppressed) Toolset_Post_Type_From_Types::__construct(): Implicitly marking parameter $registered_post_type as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/post_type/from_types.php:88 1 Plugin: types

deprecated (suppressed) Toolset_Post_Type_From_Types::__construct(): Implicitly marking parameter $constants_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/post_type/from_types.php:89 1 Plugin: types

deprecated (suppressed) Toolset_Post_Type_From_Types::__construct(): Implicitly marking parameter $wpml_service_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/post_type/from_types.php:90 1 Plugin: types

deprecated (suppressed) Toolset_Association_Cleanup_Factory::__construct(): Implicitly marking parameter $database_layer_factory as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/association/cleanup/factory.php:22 1 Plugin: types

deprecated (suppressed) Toolset_Association_Cleanup_Troubleshooting_Section::__construct(): Implicitly marking parameter $cron_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/association/cleanup/troubleshooting_section.php:34 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery::__construct(): Implicitly marking parameter $wpdb_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/RelationshipQuery.php:139 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery::__construct(): Implicitly marking parameter $definition_translator_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/RelationshipQuery.php:140 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery::__construct(): Implicitly marking parameter $expression_builder_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/RelationshipQuery.php:141 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery::__construct(): Implicitly marking parameter $condition_factory_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/RelationshipQuery.php:142 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery::__construct(): Implicitly marking parameter $cardinality_match_factory_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/RelationshipQuery.php:143 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery::__construct(): Implicitly marking parameter $query_cache_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/RelationshipQuery.php:144 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery::has_domain(): Implicitly marking parameter $in_role as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/RelationshipQuery.php:321 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery::has_domain_and_type(): Implicitly marking parameter $in_role as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/RelationshipQuery.php:422 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery::has_active_post_types(): Implicitly marking parameter $in_role as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/RelationshipQuery.php:478 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery::do_if(): Implicitly marking parameter $else_branch as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/RelationshipQuery.php:536 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\API\RelationshipQuery::has_domain(): Implicitly marking parameter $in_role as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/API/RelationshipQuery.php:116 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\API\RelationshipQuery::has_domain_and_type(): Implicitly marking parameter $in_role as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/API/RelationshipQuery.php:175 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\API\RelationshipQuery::has_active_post_types(): Implicitly marking parameter $in_role as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/API/RelationshipQuery.php:206 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\API\RelationshipQuery::do_if(): Implicitly marking parameter $else_branch as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/API/RelationshipQuery.php:244 1 Plugin: types

deprecated (suppressed) Toolset_Relationship_Query_Sql_Expression_Builder::__construct(): Implicitly marking parameter $table_name_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/sql_expression_builder.php:28 1 Plugin: types

deprecated (suppressed) Toolset_Relationship_Query_Sql_Expression_Builder::__construct(): Implicitly marking parameter $database_operations_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/sql_expression_builder.php:29 1 Plugin: types

deprecated (suppressed) Toolset_Relationship_Table_Name::__construct(): Implicitly marking parameter $wpdb_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/table_name.php:23 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipDatabaseOperations::__construct(): Implicitly marking parameter $wpdb as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipDatabaseOperations.php:27 1 Plugin: types

deprecated (suppressed) OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipDatabaseOperations::__construct(): Implicitly marking parameter $table_name as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipDatabaseOperations.php:27 1 Plugin: types

deprecated (suppressed) Toolset_Relationship_Query_Condition_Has_Domain::__construct(): Implicitly marking parameter $database_operations_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/Condition/has_domain.php:35 1 Plugin: types

deprecated (suppressed) Toolset_Relationship_Query_Condition_Has_Active_Types::__construct(): Implicitly marking parameter $database_operations as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/Condition/has_active_types.php:44 1 Plugin: types

deprecated (suppressed) Toolset_Relationship_Query_Condition_Has_Active_Types::__construct(): Implicitly marking parameter $post_type_query_factory_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/DatabaseLayer/RelationshipQuery/Condition/has_active_types.php:45 1 Plugin: types

deprecated (suppressed) Toolset_Post_Type_Query::__construct(): Implicitly marking parameter $post_type_repository_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/post_type/query.php:70 1 Plugin: types

deprecated (suppressed) Toolset_Post_Type_Query::__construct(): Implicitly marking parameter $exclude_list_di as nullable is deprecated, the explicit nullable type must be used instead 1. wp-content/plugins/types/vendor/toolset/toolset-common/inc/autoloaded/post_type/query.php:71 1 Plugin: types

#2860737

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

I've reported your issue with our internal ticket system in front of our Devs. They will fix the deprecated notices in near future. Please note that there is no ETA on it.

For now, you can mark resolve this ticket and I will inform you here when those deprecated notices fixed and we release the hotfix Toolset plugins version.