PHP Error

Website URL

https://www.rhett-zeeman.kesug.com/

Error Message

Deprecated : Creation of dynamic property Elementor\Includes\Elements\Container::$logical_dimensions_inline_start is deprecated in /home/vol17_1/infinityfree.com/if0_35420961/htdocs/wp-content/plugins/elementor/includes/elements/container.php on line 42

Other Information

(other information and details relevant to your question)

Do you have WP_DEBUG mode enabled? If so, disable it to remove this message. WP_DEBUG mode should only be enabled while debugging and be disabled otherwise. Deprecation messages are only visible while debug mode is enabled.

Because it’s not an error, it’s a deprecation message. Deprecation warnings tells you that the specific code is no longer recommended and may stop working in a future version of PHP. But for now, it still works, nothing is broken.

Seeing how this is code from Elementor itself, all you can do is check to see if you’re running the latest version of Elementor. The Elementor devs need to fix this. Hacking third party code is messy and completely unnecessary in this case.

5 Likes

thanks so much. i will disable WP_DEBUG

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.