{"id":26771898,"url":"https://github.com/pekarskyi/ip-debug-log-viewer","last_synced_at":"2026-04-18T12:03:36.138Z","repository":{"id":283974561,"uuid":"953448343","full_name":"pekarskyi/ip-debug-log-viewer","owner":"pekarskyi","description":"A powerful WordPress debugging tool that displays PHP errors from debug.log in a structured, user-friendly format","archived":false,"fork":false,"pushed_at":"2025-04-05T03:56:14.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T11:49:24.637Z","etag":null,"topics":["debug","debugging-tool","script","wordpress"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pekarskyi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-23T11:52:24.000Z","updated_at":"2025-04-05T03:56:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"42986394-0f21-4cb0-9a57-fdfe6ae98334","html_url":"https://github.com/pekarskyi/ip-debug-log-viewer","commit_stats":null,"previous_names":["pekarskyi/ip-debug-log-viewer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pekarskyi/ip-debug-log-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pekarskyi%2Fip-debug-log-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pekarskyi%2Fip-debug-log-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pekarskyi%2Fip-debug-log-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pekarskyi%2Fip-debug-log-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pekarskyi","download_url":"https://codeload.github.com/pekarskyi/ip-debug-log-viewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pekarskyi%2Fip-debug-log-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31967993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debug","debugging-tool","script","wordpress"],"created_at":"2025-03-29T00:36:08.449Z","updated_at":"2026-04-18T12:03:36.124Z","avatar_url":"https://github.com/pekarskyi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IP Debug Log Viewer\n\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pekarskyi/ip-debug-log-viewer?style=for-the-badge)](https://GitHub.com/pekarskyi/ip-debug-log-viewer/releases/)\n\nA powerful WordPress debugging tool that displays PHP errors from debug.log in a structured, user-friendly format.\n\n## Features\n\n- **Organized Error Display**: Shows errors from debug.log in a clean, organized table format\n- **Error Grouping**: Automatically groups similar errors to reduce clutter\n- **Color-coded Errors**: Different error types (Fatal, Warning, Notice, etc.) are color-coded for quick identification\n- **Fatal Error Highlighting**: Fatal errors are prominently displayed in bright red\n- **Component Detection**: Automatically identifies which plugin, theme, or core component is causing the error\n- **WordPress Debug Status**: Displays the current state of WordPress debugging settings with colored indicators\n- **Server Environment Information**: Displays detailed information about your WordPress, PHP, and database configuration\n- **Plugins List**: Shows all installed plugins with their versions and activation status\n- **Themes List**: Shows all installed themes with their versions and activation status\n- **Error Log Clearing**: One-click button to clear the debug.log file\n\n## ✅ Screenshots\n![https://github.com/pekarskyi/assets/raw/master/ip-debug-log-viewer/ip-debug-log-viewer_log_1-0.jpg](https://github.com/pekarskyi/assets/raw/master/ip-debug-log-viewer/ip-debug-log-viewer_log_1-0.jpg)\n\n![https://github.com/pekarskyi/assets/raw/master/ip-debug-log-viewer/ip-debug-log-viewer_list-themes_1-0.jpg](https://github.com/pekarskyi/assets/raw/master/ip-debug-log-viewer/ip-debug-log-viewer_list-themes_1-0.jpg)\n\n![https://github.com/pekarskyi/assets/raw/master/ip-debug-log-viewer/ip-debug-log-viewer_log_status-debag_1-0.jpg](https://github.com/pekarskyi/assets/raw/master/ip-debug-log-viewer/ip-debug-log-viewer_log_status-debag_1-0.jpg)\n\n## Installation\n\n### Option 1:\n\n1. Download the `IP Debug Log Viewer` (green Code button - Download ZIP).\n\n2. **Upload Files**:\n   - Upload `ip-debug-viewer.php` to your WordPress site's root directory (where wp-config.php is located)\n\n3. **Verify Permissions**:\n   - Make sure the file has the proper permissions (usually 644)\n\n4. **Activate Debug Mode**:\n   - Ensure WordPress debugging is enabled in your `wp-config.php` file:\n   ```php\n   define('WP_DEBUG', true);\n   define('WP_DEBUG_LOG', true);\n   define('WP_DEBUG_DISPLAY', false);\n   define('WP_DISABLE_FATAL_ERROR_HANDLER',true);\n   ```\n\n4. **Access the Viewer**:\n   - Visit `https://your-site.com/ip-debug-viewer.php` directly\n \n### Option 2 (recommended):\n\n1. Install and activate this plugin (plugin installer): https://github.com/pekarskyi/ip-installer\n2. Using the `IP Installer` plugin, install `IP Debug Log Viewer`.\n\n## After debugging\n\n1. Remove the `ip-debug-viewer.php` file.\n\n2. In the `wp-config.php` file, change `define('WP_DEBUG', true);` to `define('WP_DEBUG', false);`.\n\n3. Delete the `debug.log` file located in the `wp-content` folder.\n\n## Questions\n\nIf you have any questions, please leave them in the Issues section: https://github.com/pekarskyi/ip-debug-log-viewer/issues\n\n## Changelog\n\n1.0.0 - 24.03.2025:\n- Initial release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpekarskyi%2Fip-debug-log-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpekarskyi%2Fip-debug-log-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpekarskyi%2Fip-debug-log-viewer/lists"}