dispatch = 'feedwordpress_diagnostics'; $this->filename = __FILE__; $this->test_html = array(); add_action('feedwordpress_diagnostics_do_http_test', array($this, 'do_http_test'), 10, 1); } function has_link () { return false; } function display () { global $wpdb, $wp_db_version, $fwp_path; global $fwp_post; if (FeedWordPress::needs_upgrade()) : fwp_upgrade_page(); return; endif; // If this is a POST, validate source and user credentials FeedWordPressCompatibility::validate_http_request(/*action=*/ 'feedwordpress_diagnostics', /*capability=*/ 'manage_options'); if (strtoupper($_SERVER['REQUEST_METHOD'])=='POST') : $this->accept_POST($fwp_post); do_action('feedwordpress_admin_page_diagnostics_save', $GLOBALS['fwp_post'], $this); endif; //////////////////////////////////////////////// // Prepare settings page /////////////////////// //////////////////////////////////////////////// $this->display_update_notice_if_updated('Diagnostics'); $this->open_sheet('FeedWordPress Diagnostics'); ?>
| Topic | Information | ||||
|---|---|---|---|---|---|
| Version: | You are using FeedWordPress version . | ||||
| Link Category: | Syndicated feeds are kept in link category #term_id; ?>, name; ?>. FeedWordPress has been unable to set up a valid Link Category
for syndicated feeds. Attempting to set one up returned an
|
||||
|
This is used to control access to some diagnostic testing functions. You can change it to any string you want, but only tell it to people you trust to help you troubleshoot your FeedWordPress installation. Keep it secret—keep it safe. |
| Debugging mode: |
When debugging mode is ON, FeedWordPress displays many diagnostic error messages, warnings, and notices that are ordinarily suppressed, and turns off all caching of feeds. Use with caution: this setting is useful for testing but absolutely inappropriate for a production server. |
|---|---|
| Diagnostics output: |