From 79978c7d432f5591f90cd3d7559a9e17d13a78fd Mon Sep 17 00:00:00 2001 From: cschantz Date: Mon, 10 Nov 2025 20:41:57 -0500 Subject: [PATCH] Update REFDB_FORMAT.txt with domain lookup fix documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated WordPress Cron Manager section with: • Two-step domain lookup method (main_domain → servername fallback) • Correct wp-config.php placement (before stop editing comment) • Added commit 172a115 to recent commits section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- REFDB_FORMAT.txt | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/REFDB_FORMAT.txt b/REFDB_FORMAT.txt index 9f7d64f..b105e53 100644 --- a/REFDB_FORMAT.txt +++ b/REFDB_FORMAT.txt @@ -325,11 +325,19 @@ staggered_timing: wp-config_modification: function: disable_wpcron_in_config() - location: Line 2 after /dev/null 2>&1 @@ -345,6 +353,19 @@ options: 0: Return to menu (cancel) [RECENT_COMMITS] +# Latest changes (2025-11-10) + +commit: 172a115 + date: 2025-11-10 + title: Fix domain lookup in WordPress Cron Manager + files: modules/website/wordpress/wordpress-cron-manager.sh + changes: + - Fixed broken domain lookup (was only searching /var/cpanel/userdata/*/main for servername:) + - Added two-step lookup: main_domain in main files, then servername in domain files + - Applied fix to options 2, 5, 6 (all domain lookup locations) + - Skip cache files during search + testing: Verified with pickledperil.com - lookup now works correctly + # Latest changes (2025-11-07) commit: 56776a1