• Resolved prionkor

    (@prionkor)


    From php 8 migration guide:

    A number of warnings have been converted into Error exceptions:

    Attempting to access unqualified constants which are undefined. Previously, unqualified constant accesses resulted in a warning and were interpreted as strings.

    Now we should be more careful how we try to access our constants in php code. With php 8 I am getting this fatal error. Which was a warning prior to php 8.

    Uncaught Error: Undefined constant "Essential_Addons_Elementor\Traits\EAEL_PRO_PLUGIN_PATH"
    in /var/app/current/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Template_Query.php on line 108
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @prionkor,

    Thanks for pointing this out. We are already aware of this issue and our Dev Team is working on it. Hopefully it will be fixed very soon. I will also let you know the update.

    Thank you

    Hello @prionkor,

    Hope you’re doing well.

    We have fixed this issue on a Dev Version. I request you to check it from here. And hopefully we will merge this fixing with the main version soon. Please let me know how it goes.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 8 Compat Issue’ is closed to new replies.