• Resolved pamtbaau

    (@pamtbaau)


    After upgrading from version 2.2.0.6 to 2.2.0.7 I get the following php error:

    “Strict standards: Accessing static property ES_Slider::$post_type as non static in C:\DevTools\xampp\htdocs\trouwautopurmerend-dev\wp-content\plugins\easing-slider\includes\class-es-slider.php on line 47”

    I was running previous and current version with WordPress 4.1 in debug mode

    https://ww.wp.xz.cn/plugins/easing-slider/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Thanks for pointing this out, I’ll get it resolved for v2.2.0.8.

    Shouldn’t cause any noticeable issues for now 🙂

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Going to mark this as resolved. I’ve fixed this in v2.2.0.8 which is on its way shortly 🙂 See this commit for more information.

    Thread Starter pamtbaau

    (@pamtbaau)

    Are you sure? In the new commit, the assignment in line 47 has not changed and is still a non-static assignment.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    I’m sure 🙂 The argument name was the issue, as there was a non-static property called post_type already. This came from the WordPress post for our slider that was being merged into the class object. WordPress posts also have a parameters named post_type. Simply a naming conflict.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Version 2.2.0.7 throws Strict Standards error in debug mode’ is closed to new replies.