Support » Plugin: Shariff Wrapper » Backend Error in dev environment

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

    (@starguide)

    This occurs when WP_DEBUG is set to “true”. Will be fixed in the next release.

    Thread Starter Rasso Hilber

    (@nonverbla)

    yes, that’s what I thought. Needs a !defined('WP_DEBUG') check.

    Plugin Author Jan-Peter

    (@starguide)

    Well, that would only solve half the problem, since the backend still wouldn’t work, as long as WP_DEBUG is set to true. It would just solve the “already defined” problem. But I just took care of the underlying issue, so that the backend is no longer causing an error message if WP_DEBUG is set to true. Therefore we do not need that statement at all anymore.

    Release should get pushed to wordpress.org in the next couple days.

    Plugin Author Jan-Peter

    (@starguide)

    Version 2.4.0 fixes this problem and the backend now works fine with WB_DEBUG enabled.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Backend Error in dev environment’ is closed to new replies.