Patrick Johanneson
Patrick Johanneson
I found I would dismiss notices, but on reloading the page they'd be back. The option wasn't being set in the site's options table. Further investigation showed that the javascript...
Lately I've been seeing the following warning on a test server with `WP_DEBUG` turned on: > Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in [...]/wp-content/plugins/simple-ldap-login/includes/adLDAP.php...
I had a user unable to log in to his WordPress sites after he changed his password to something that contained a single quote (`'`). He changed his password to...
I've run into an issue trying to use the `image://` PHP stream along with subdirectories. Here's the layout of my `user/images` directory: ``` user/images - aurora.jpg - 2022/ - 12/...
The link from this page -- https://lando.dev/download/ -- labeled "myriad examples" points to https://github.com/lando/lando/tree/master/examples, which 404s. I'd like to see a list of the examples -- looking specifically for WordPress...
### Impacted plugin Jetpack ### Quick summary In the Jetpack stats on my site's backend, all the dates seem to have a `0` appended to the day of the month....
When trying to generate a static site on my locally-hosted WordPress Multisite installation, I consistently hit a 500 error. Examining the WordPress debug log, I saw this: ``` [28-Feb-2024 22:16:34...
I found #207 which sounds like the same problem I'm having, but I'm not a Python guru and I got lost. I *did* try the suggested workaround, running from source...
Replaces a dead `curl` docs URL with the current one
I've written a little plugin to log Moodle user authentication successes and failures to a system log. I'm able to see authentication success and failures in the log file, using...