I am trying to:
I enabled WordPress Debug mode to identify the error. This error appeared.
Link to a page where the issue can be seen: hidden link -> Toolset -> Content Templates
I expected to see:
no errors at all 🙂
Instead, I got:
Deprecated: Creation of dynamic property Toolset_Theme_Integration_Settings_Admin_Controller::$is_blocks_active is deprecated in /var/www/vhosts/dev.avosorsa.fi/httpdocs/wp-content/plugins/toolset-blocks/vendor/toolset/toolset-theme-settings/compatibility-modules/controllers/toolset-theme-integration-settings-abstract-controller.php on line 56
**********************
In frontpage:
Notice: Funktiota _load_textdomain_just_in_time kutsuttiin väärin. Käännöksen nimialueen astra lataus käynnistettiin liian aikaisin. Tämä viittaa yleensä jostakin lisäosan tai teeman koodista, joka on käynnissä liian aikaisin. Käännökset tulee ladata toiminnolla init tai myöhemmin. Lisätietoja: Debugging in WordPress. (Tämä viesti lisättiin versioon 6.7.0.) in /var/www/vhosts/dev.avosorsa.fi/httpdocs/wp-includes/functions.php on line 6114
Notice: Funktiota _load_textdomain_just_in_time kutsuttiin väärin. Käännöksen nimialueen astra-addon lataus käynnistettiin liian aikaisin. Tämä viittaa yleensä jostakin lisäosan tai teeman koodista, joka on käynnissä liian aikaisin. Käännökset tulee ladata toiminnolla init tai myöhemmin. Lisätietoja: Debugging in WordPress. (Tämä viesti lisättiin versioon 6.7.0.) in /var/www/vhosts/dev.avosorsa.fi/httpdocs/wp-includes/functions.php on line 6114
Deprecated: Creation of dynamic property Toolset_Theme_Integration_Settings_Front_End_Controller_astra::$is_blocks_active is deprecated in /var/www/vhosts/dev.avosorsa.fi/httpdocs/wp-content/plugins/toolset-blocks/vendor/toolset/toolset-theme-settings/compatibility-modules/controllers/toolset-theme-integration-settings-abstract-controller.php on line 56
> Transtalion in english:
Notice: The function _load_textdomain_just_in_time was called incorrectly. The translation namespace astra was loaded too early. This usually indicates code from a plugin or theme running too early. Translations should be loaded during the init action or later. More information: Debugging in WordPress. (This message was added in version 6.7.0.) in /var/www/vhosts/dev.avosorsa.fi/httpdocs/wp-includes/functions.php on line 6114.
Notice: The function _load_textdomain_just_in_time was called incorrectly. The translation namespace astra-addon was loaded too early. This usually indicates code from a plugin or theme running too early. Translations should be loaded during the init action or later. More information: Debugging in WordPress. (This message was added in version 6.7.0.) in /var/www/vhosts/dev.avosorsa.fi/httpdocs/wp-includes/functions.php on line 6114.
Deprecated: Creation of dynamic property Toolset_Theme_Integration_Settings_Front_End_Controller_astra::$is_blocks_active is deprecated in /var/www/vhosts/dev.avosorsa.fi/httpdocs/wp-content/plugins/toolset-blocks/vendor/toolset/toolset-theme-settings/compatibility-modules/controllers/toolset-theme-integration-settings-abstract-controller.php on line 56.
Hello. Thank you for contacting the Toolset support.
Regarding:
Deprecated: Creation of dynamic property Toolset_Theme_Integration_Settings_Admin_Controller::$is_blocks_active is deprecated in /var/www/vhosts/dev.avosorsa.fi/httpdocs/wp-content/plugins/toolset-blocks/vendor/toolset/toolset-theme-settings/compatibility-modules/controllers/toolset-theme-integration-settings-abstract-controller.php on line 56
This is known to us and already fixed within our code branch and the official fix will be released with the hotfix version of Toolset Blocks plugin in near future. Please note that there is no ETA on it.
However to do not see the deprecated notices, I've disable the debug from your wp-config.php file. To edit the wp-config.php file I've installed and activated the File Manager plugin and set the WP_DEBUG value to false.
define( 'WP_DEBUG', false );
Regarding another notice:
Notice: The function _load_textdomain_just_in_time was called incorrectly. The translation namespace astra-addon was loaded too early. This usually indicates code from a plugin or theme running too early. Translations should be loaded during the init action or later. More information: Debugging in WordPress. (This message was added in version 6.7.0.) in /var/www/vhosts/dev.avosorsa.fi/httpdocs/wp-includes/functions.php on line 6114