Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Simple Themes

    (@artcreativeme)

    Go to

    Test site

    user: test
    pass: test123

    —————————————

    PHP info

    php7 and no erors ?

    Plugin Author Simple Themes

    (@artcreativeme)

    Contact us for more supportHERE

    Thread Starter madvic

    (@madvic)

    Have you define WP_DEBUG to true ?

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', true );
    @ini_set( 'display_errors', 1 );
    Plugin Author Simple Themes

    (@artcreativeme)

    On local server we work on pho 7.10. And the WP setup is:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', true );
    @ini_set( 'display_errors', 1 );

    I don’t really know how to solve your problem, because we don’t have it. The error might happen when it’s combined with other admin or colour changing plugins or something.

    Thread Starter madvic

    (@madvic)

    OK, I retest, I have the problem with debug bar plugin ,
    When I want to save Wp_Default, not your plugin directly :

    D:\wamp\www\wordpressBasic\wp-content\plugins\debug-bar\panels\class-debug-bar-deprecated.php on line 112

    It is weird !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘error’ is closed to new replies.