Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Paul Clark

    (@pdclark)

    Hi remijonquieres,

    Thanks for using Styles! I think I see the cause of your issue. I’ll include a fix in the next release.

    For now, you can temporarily solve the issue by setting either of these in your wp-config.php:

    // Option 1: Display only major errors
    error_reporting(E_ERROR);

    or

    // Option 2: Disable all error reporting. (If your site crashes, the page will be blank until you remove this line).
    error_reporting(0);

    Also check that WP_DEBUG is set to false

    Plugin Author Paul Clark

    (@pdclark)

    This issue should be resolved in version 1.1.3 I’ll be releasing tonight.

    Thread Starter remijonquieres

    (@remijonquieres)

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Some features are not working’ is closed to new replies.