Dion Hulse
Dion Hulse
A semi-annoying PHP Notice is being generated when creating an invoice on the WordCamp site, but the Camptix VAT ID field hasn't been set. ``` GET https://xxxxxxxxx.wordcamp.org/2024/wp-admin/post-new.php?post_type=tix_invoice E_NOTICE: Undefined index:...
While support for `SHOW TABLE STATUS` was added in #77 it appears that the expression must be followed by a filter or a `;`. WordPress makes this query without a...
While investigating #541 and #542 I tried updating the modules, I guess we should probably do that at some point? I don't know what (if anything) this would break/fix.
As we add more front-end UIs we're going to need more states available. For example, the Theme Directory needs a disabled or is-busy state: https://meta.trac.wordpress.org/ticket/7852
Originally filed as https://meta.trac.wordpress.org/ticket/7940 by @suzuki3932 > When I scroll the page and click the arrow under the two lines, the menu position is bugged. (only smartphone) > > Browser:...
A PHP Warning is triggered on sites that require comment registrations, during pingback creations. Eg. ``` E_WARNING: Attempt to read property "display_name" on bool in /wp-content/plugins/stream/connectors/class-connector-comments.php:200 Source: POST https://example.org/xmlrpc.php UA:...
# Bug Report Similar to #1508, the BuddyPress connector (And it appears others, by reading code) are still affected by that.. ``` Uncaught ValueError: Unknown format specifier "D" in wp-content/plugins/stream/classes/class-log.php:127...
## Proposed change Adds a device handler for "Add Tuya 24G MmWave Radar Human Body Presence Motion Sensor" as in #3969 ## Additional information Fixes #3969 ## Checklist - [x]...
The Logger instance does not have access to the STDOUT or STDERR pipes of the worker by default. This is achievable using something like this in older PHP versions, but...
When extending the Logger class, information about the Database connection is likely to be required by the Logger. Prior to #72 7af82ca60bae6b4f589370a516c3c378e95a1cc9 the following code worked: ```php $runner->hooks->register( 'Runner.check_workers.logger', function(...