Changes between Initial Version and Version 1 of Ticket #61391, comment 6
- Timestamp:
- 06/09/2024 03:20:41 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61391, comment 6
initial v1 17 17 @nithi22 Before starting the installation process, can you try this? 18 18 1. Add `set_time_limit( 300 );` to `wp-admin/includes/class-wp-automatic-updater.php` on line 651 (just above the `$is_debug = WP_DEBUG && WP_DEBUG_LOG;`) line 19 2. Add the debugging lines from [https://core.trac.wordpress.org/ticket/61391#comment:2 this comment] .19 2. Add the debugging lines from [https://core.trac.wordpress.org/ticket/61391#comment:2 this comment] to `wp-config.php`. 20 20 3. Start the installation process. 21 21