rlorenzo
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Advanced Editor Tools] Deprecated warnings on PHP8.2The new 5.9.2 version fixed this notice.
Forum: Plugins
In reply to: [Advanced Editor Tools] PHP 8.2 warningsThe new 5.9.2 version fixed this notice.
Forum: Plugins
In reply to: [Advanced Editor Tools] PHP 8.2 warnings@azaozz I have 5.9.0 installed and I still see this deprecation warning when I have it enabled:
<span style="font-family: -webkit-standard; font-size: medium; white-space: normal;">Deprecated: Creation of dynamic property Advanced_Editor_Tools::$toolbar_classic_block is deprecated in /app/wp-content/plugins/tinymce-advanced/tinymce-advanced.php on line 306</span>In the code at https://plugins.trac.ww.wp.xz.cn/browser/tinymce-advanced/trunk/tinymce-advanced.php#L306 I see that toolbar_classic_block is a property that has not been defined earlier in the class at https://plugins.trac.ww.wp.xz.cn/browser/tinymce-advanced/trunk/tinymce-advanced.php#L43 so it is a dynamic property. Would adding the following fix the warning?
private $toolbar_classic_block = array();Forum: Plugins
In reply to: [Login as User] Warnings on PHP 8.2Wow thanks for the quick response!
Forum: Plugins
In reply to: [Advanced Editor Tools] PHP 8.2 warningsAlso updated our WordPress 6.2.2 site to PHP 8.2 and seeing these deprecation warnings. Any plans to support 8.2 soon?
Viewing 5 replies - 1 through 5 (of 5 total)