Error message
-
Hi,
The plugin throws another error message, due to line 246 class-bnfw-engine.php
Can I suggest that you enable wp_debug: `define(‘WP_DEBUG’, true);
` in wp-config.php, this way you would catch the errors.I have commented line 246 out, as closedpostboxes_page is an array, and they you can user str_replace (as far as I know).
//$message = str_replace( '[closedpostboxes_page]', $user_info->closedpostboxes_page, $message );
To me it makes most sense to remove this line, and also remove the shortcode, as the output would be difficult to format in an email.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error message’ is closed to new replies.