Disk space full due to wordpress wp_actionscheduler_logs
The server’s disk usage increased because the WordPress Action Scheduler log table, wp_actionscheduler_logs, had grown to approximately 8.6 GiB. It contained a large number of repeated entries such as “action ignored via Async Request,” many with action_id = 0. Clearing the log table reclaimed the space, but this only removed the historical logs—it did not identify or fix the plugin or scheduled task that generated them.
The separate AIOSEO message, “Failed to write en.zip to disk,” was not caused by insufficient disk space. AIOSEO was trying to download a spell-check dictionary into wp-content/uploads/aioseo/dictionaries. The directory permissions appeared writable, but the plugin also requires WordPress’s filesystem abstraction to be valid; therefore, it can report a write failure even when PHP can physically create the file.
Setting define('FS_METHOD', 'direct'); can resolve this filesystem-detection mismatch by instructing WordPress to use direct PHP file operations instead of FTP or SSH. This is reasonable on a controlled VPS where PHP is intentionally allowed to write to specific directories, but it should not be enabled universally. Permissions should remain restrictive, and the underlying cause of the excessive Action Scheduler logging should still be investigated separately.
Steem to the Moon🚀!
- You can rent Steem Power via rentsp!
- You can swap the TRON:TRX/USDT/USDD to STEEM via tron2steem!
- You can swap the STEEM/SBD to SUI via steem2sui!
- You can swap the STEEM/SBD to SOL Solana via steem2sol!
- You can swap the STEEM/SBD to ETH Ethereum via steem2eth!
- You can swap the STEEM/SBD to Tether USDT (TRC-20) via steem2usdt!
- You can swap the STEEM/SBD to TRX (TRON) via steem2trx!
- You can swap the STEEM/SBD to BTS (BitShares) via steem2bts!
- Register a free STEEM account at SteemYY!
- Steem Block Explorer
- ChatGPT/Steem Integration: You can type !ask command to invoke ChatGPT
- Steem Witness Table and API
- Other Steem Tools
Support me, thank you!
Why you should vote me? My contributions
Please vote me as a witness or set me as a proxy via https://steemitwallet.com/~witnesses




