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.