Errors You May Not Have Noticed (Debug Mode)
-
When in debug mode for version 2.1.3 of the plugin, four similar errors are shown, as follows:
Strict Standards: Declaration of Walker_PostExpirator_Category_Checklist::start_lvl() should be compatible with Walker::start_lvl(&$output, $depth = 0, $args = Array) in /Volumes/Data/OneDrive/Sites/f3c/wp-content/plugins/post-expirator/post-expirator.php on line 1291
Strict Standards: Declaration of Walker_PostExpirator_Category_Checklist::end_lvl() should be compatible with Walker::end_lvl(&$output, $depth = 0, $args = Array) in /Volumes/Data/OneDrive/Sites/f3c/wp-content/plugins/post-expirator/post-expirator.php on line 1291
Strict Standards: Declaration of Walker_PostExpirator_Category_Checklist::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in /Volumes/Data/OneDrive/Sites/f3c/wp-content/plugins/post-expirator/post-expirator.php on line 1291
Strict Standards: Declaration of Walker_PostExpirator_Category_Checklist::end_el() should be compatible with Walker::end_el(&$output, $object, $depth = 0, $args = Array) in /Volumes/Data/OneDrive/Sites/f3c/wp-content/plugins/post-expirator/post-expirator.php on line 1291
Also, when saving a post or page after setting an expiration, the following errors occur:
Warning: Cannot modify header information – headers already sent by (output started at /Volumes/Data/OneDrive/Sites/f3c/wp-content/plugins/post-expirator/post-expirator.php:1291) in /Volumes/Data/OneDrive/Sites/f3c/wp-admin/post.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at /Volumes/Data/OneDrive/Sites/f3c/wp-content/plugins/post-expirator/post-expirator.php:1291) in /Volumes/Data/OneDrive/Sites/f3c/wp-includes/pluggable.php on line 1121
- The topic ‘Errors You May Not Have Noticed (Debug Mode)’ is closed to new replies.