• Hi team,

    We receive a fatal php error after upgrading both Elementor Pro and Ele Custom Skin plugin.

    Here is the error code for your reference.

    PHP Fatal error: Type of ElementorPro\Modules\Posts\Skins\Skin_Posts_ECS::$current_permalink must not be defined (as in class ElementorPro\Modules\Posts\Skins\Skin_Base) in /home/public_html/wp-content/plugins/ele-custom-skin/skins/skin-custom.php on line 14

    Is there anything we can do on our end to fix this?

    Thanks,

    Elnaz

Viewing 1 replies (of 1 total)
  • Plugin Author dudaster

    (@dudaster)

    Hi Elnaz, this is fixed in ECS 4.1.9 — just released today.

    The Legacy skin was redeclaring $current_permalink which PHP 8.1+ no longer allows when the parent class (Elementor Pro’s Skin_Base) already declares the same property. Removed the redeclaration so the property is properly inherited.

    Please update ECS to 4.1.9 and let us know if it resolves the issue!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.