Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you ever figure this out? Those are strict errors which you can turn off while still logging them.

    Is your WP_DEBUG turned on? If so, do the following in wp-config.php:

    define( 'WP_DEBUG', false );

    The error messages are telling you that the plugin code has a class based error relating to the parent/child methods and is not a fault in your WordPress/PHP installation.

    Thread Starter daslicht

    (@daslicht)

    Yeh I have debug on,
    my solution is not to use it ?? since it is quite annoying when you try to actually develop other things.

    Thank you for you reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A lot of errors after installing’ is closed to new replies.