Profiles

Badges

CODE
1 badge
Core Contributor '23

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

WordPress releases

Contributed to 2 releases
  • 6.4
  • 6.3

Contributions

Type
August 2023
Aug 23 Wed · 13:29
Core high
Mentioned in [56428] on WordPress SVN:
Site Health: Correct the check for disk space available to safely perform updates.
Aug 17 Thu · 11:16
Core high
Mentioned in [56401] on WordPress SVN:
Site Health: Correct the check for disk space available to safely perform updates.
Aug 16 Wed · 17:29
Forums med
Posted a reply to Available disk space is critically low, less than 20 MB available. Proceed with, on the site WordPress.org Forums:
Oh but isn't pi4 64-bit? Anyway, I can see the dev talking about it on…
Aug 15 Tue · 21:15
Forums med
Posted a reply to Available disk space is critically low, less than 20 MB available. Proceed with, on the site WordPress.org Forums:
Ticket: #59116 (Integer Casting Error in WP_Site_Health::get_test_available_updates_disk_space() wordpress) – WordPress Trac I'll mark this as…
Aug 15 Tue · 21:12
Core med
Created ticket #59116 on Core Trac:
Integer Casting Error in ...
Aug 15 Tue · 21:10
Forums med
Posted a reply to Available disk space is critically low, less than 20 MB available. Proceed with, on the site WordPress.org Forums:
Thank you so much @henryjanssen, so, for anyone else reading this, the fix for now…
Aug 15 Tue · 17:35
Forums med
Posted a reply to Available disk space is critically low, less than 20 MB available. Proceed with, on the site WordPress.org Forums:
Ah interesting, so, will I leave my code change as is and wait for the…
Aug 15 Tue · 16:49
Forums med
Posted a reply to Available disk space is critically low, less than 20 MB available. Proceed with, on the site WordPress.org Forums:
PS: I also needed to add define('WP_CONTENT_DIR', 'location of content dir'); into config
Aug 15 Tue · 16:34
Forums med
Posted a reply to Available disk space is critically low, less than 20 MB available. Proceed with, on the site WordPress.org Forums:
I have made some progress, the content dir was not defined for me so not…
Aug 14 Mon · 22:11
Forums med
Posted a reply to Available disk space is critically low, less than 20 MB available. Proceed with, on the site WordPress.org Forums:
The function producing the error message was recently added to 6.3, see WP_Site_Health::get_test_available_updates_disk_space() | Method…