Error upon activations
-
PHP Error: [8] ob_end_clean(): Failed to delete buffer. No buffer to delete
Error on line: 738 in /home/xxxxxxxx/public_html/wp-admin/includes/plugin.phpI get this message upon activation of my plugin. Shouldn’t the plugin.php check for the existence of a buffer before attempting to clear it?
if ( ob_get_length() > 0 ) { $output = ob_get_clean(); return new WP_Error( 'unexpected_output', __( 'The plugin generated unexpected output.' ), $output ); } ob_end_clean();
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.