• neo2k23

    (@neo2k23)


    please add declaration of variabled to avoid php 8.2 depecration messages.

    thank you

    [Sat Oct 28 12:25:17.840451 2023] [php:notice] [pid 8775] [client 192.168.142.1:63495] PHP Deprecated: Creation of dynamic property Elementor\Includes\Elements\Container::$logical_dimensions_inline_start is deprecated

    [Sat Oct 28 12:25:17.840767 2023] [php:notice] [pid 8775] [client 192.168.142.1:63495] PHP Deprecated: Creation of dynamic property Elementor\Includes\Elements\Container::$logical_dimensions_inline_end is deprecated


    class Container extends Element_Base {
    
     /**
     * @var \Elementor\Core\Kits\Documents\Kit
     */
    private $active_kit;
    private $logical_dimensions_inline_start;
    private $logical_dimensions_inline_end;
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Milos

    (@miloss84)

    To rule out the possibility of a plugin or theme conflict, please deactivate all your plugins (besides Elementor and Elementor Pro) and then check for erorrs If it solves the issue reactivate them one by one to find the culprit. If it didn’t help, switch your theme (temporarily) to a default WP theme such as Twenty Nineteen and see if it makes any difference.

    Also, this could happen due to our Elementor performance experiments you can try to deactivate them. To deactivate them you can go to Elementor > settings > features

    Performance features currently in the experimental stage are:

    • Optimized DOM Output -This experiment is designed to improve performance by decreasing the number of wrapper elements present in the HTML generated by Elementor.
    • Improved Asset Loading – Should improve page speed by only loading the functionalities needed by that page. This experiment reduces the amount of code loaded by default, which translates to significantly faster page load times and better page speed scores.
    • Improved CSS Loading – An experiment that only loads the CSS of widgets on a page once, in order to prevent multiple requests to the server. With this experiment, CSS files are loaded as inline style tags.
    • Inline Font Icons – This experiment renders icons as SVGs without loading the Font-Awesome and eicons libraries. Since SVGs are vector-based images which are rendered using the browser’s engine, they do not increase server requests which improves performance

    I am looking forward to hearing back from you soon.

    Thread Starter neo2k23

    (@neo2k23)

    Hi

    This is a PHP warning message caused by code that is missing. A plugin conflict? you are kidding right?

    The moment you enable elementor and try to edit a page or post you will see the messages in your error log file and or screen.

    These 2 lines of code are missing in elementor in the given file causing the error. Please install php 8.2 and activate debug mode.

    private $logical_dimensions_inline_start;
    private $logical_dimensions_inline_end;
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not php 8.2 compatible’ is closed to new replies.