Donncha O Caoimh (a11n)
@donncha on WordPress.org and Slack
WordPress Origin Story
- Member Since: September 20th, 2003
- Location: Ireland
- Website: odd.blog
Contribution History
Donncha O Caoimh (a11n)’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to wp_insert_post, on the site WordPress.org Forums:
I forgot to say that you may still see odd errors. If a request comes… -
Posted a reply to wp_insert_post, on the site WordPress.org Forums:
Yeah, that will work. It'll be overwritten the next time you update the plugin, however.… -
Posted a reply to Cache Posts in Modal Window, on the site WordPress.org Forums:
This plugin can't really deal with pages like that, unfortunately. It explicitly excludes admin-ajax.php requests… -
Posted a reply to Custom Caching Code Compatibility with WP Super Cache, on the site WordPress.org Forums:
If the page with your form is cached by WP Super Cache then the internal… -
Posted a reply to Cache Contents, on the site WordPress.org Forums:
Best thing to do is look at the debug logs in the plugin. That will… -
Posted a reply to wp_insert_post, on the site WordPress.org Forums:
Thanks for linking there. I'll reply there and mark this ticket as resolved. -
Posted a reply to wp_insert_post, on the site WordPress.org Forums:
What version of WP Super Cache are you using there? The wp_cache_post_id_gc function that calls… -
Posted a reply to Deleting/Updating cache by ID and homepage cache, on the site WordPress.org Forums:
Hi, wpsc_delete_post_cache can be used to delete the cache for a single post, but wpsc_delete_url_cache… -
Posted a reply to Cache Contents, on the site WordPress.org Forums:
Did you click the "Regenerate cache stats" link on that page? If you did and… -
Posted a reply to Call to undefined function is_utf8_charset(), on the site WordPress.org Forums:
I just released a new version of the plugin to fix this so update when… -
Committed [3120661] to Plugins SVN:
Update stable tag -
Posted a reply to Call to undefined function is_utf8_charset(), on the site WordPress.org Forums:
A fix has been created, I'm releasing a new version now. A quick way to… -
Posted a reply to Cache timestamp on page is always just ‘now’, on the site WordPress.org Forums:
It's strange the other cache plugins don't clear the cache when edits are done. I'm… -
Posted a reply to Failed to generate Critical CSS with Concatenate CSS Enabled, on the site WordPress.org Forums:
Thanks, would you be able to disable and test your plugins one by one to… -
Posted a reply to wp super cache and scheduled posts, on the site WordPress.org Forums:
Ah, you're right. We will need to fix this too. Meanwhile, you could trigger the… -
Posted a reply to Failed to generate Critical CSS with Concatenate CSS Enabled, on the site WordPress.org Forums:
Hi @zaneattipnnv. Is the settings page showing an error when it fails to create critical… -
Posted a reply to Cache timestamp on page is always just ‘now’, on the site WordPress.org Forums:
I presume you've disabled WP Cron and are calling "/?lottery-cron=check" continuously to run cron jobs?… -
Posted a reply to Cache timestamp on page is always just ‘now’, on the site WordPress.org Forums:
You could also look in wp-content/cache/ and you'll see the debug log .php file there.… -
Posted a reply to Cache timestamp on page is always just ‘now’, on the site WordPress.org Forums:
The blah5235235blah.php text is a link, open that in a new tab after copying the… -
Posted a reply to Cache timestamp on page is always just ‘now’, on the site WordPress.org Forums:
It looks like caching isn't working correctly, but there's a way you can investigate. Go… -
Posted a reply to wp super cache and scheduled posts, on the site WordPress.org Forums:
We released a new version of the plugin a few minutes ago with a fix… -
Committed [3115556] to Plugins SVN:
Update stable tag -
Posted a reply to wp super cache and scheduled posts, on the site WordPress.org Forums:
@smarx80 - sorry for the late reply. There is indeed a bug here. The backend… -
Posted a reply to Jetpack booster not seen, on the site WordPress.org Forums:
Did you see any errors showing in your PHP error log? A white screen is… -
Posted a reply to Astra Theme Having CLS Issue With Header Menu, on the site WordPress.org Forums:
@julianulmer I replied on your Github issue here. One suggested fix I found on a… -
Committed [3108794] to Plugins SVN:
Update stable tag -
Posted a reply to Error page cached, on the site WordPress.org Forums:
I wasn't able to replicate this as the plugin does try to detect these problems.… -
Posted a reply to Problem with caching, on the site WordPress.org Forums:
Do you have the setting, "Clear all cache files when a post or page is… -
Posted a reply to Cache Contents Getting Cleared Frequently – How to Diagnose and Prevent?, on the site WordPress.org Forums:
That's great, I'm very glad to hear that you tracked down what was clearing the… -
Posted a reply to Cache Contents Getting Cleared Frequently – How to Diagnose and Prevent?, on the site WordPress.org Forums:
There is an option in the plugin Advanced settings page called, "Clear all cache files… -
Posted a reply to Preload files getting deleted, on the site WordPress.org Forums:
OK, if the settings don't save, there's a more fundamental problem. If you enable preload… -
Posted a reply to .htaccess problem, on the site WordPress.org Forums:
@lampir unfortunately, some sites have problems using mod_rewrite to serve cached files, which you've run… -
Posted a reply to Warning: Constant WPSC_VERSION already defined, on the site WordPress.org Forums:
@comtechsys thanks. So, that's two other plugins that use that prefix. I found an ecommerce… -
Posted a reply to Warning: Constant WPSC_VERSION already defined, on the site WordPress.org Forums:
What other plugin uses WPSC as a prefix? Someone had this issue almost exactly a… -
Posted a reply to Preload files getting deleted, on the site WordPress.org Forums:
Can you toggle the checkboxes on the preload settings page, and do they save? I'm… -
Posted a reply to WP Super cache creates “Uncaught TypeError”, on the site WordPress.org Forums:
I'll have to add a check to make sure $links is an array and if… -
Posted a reply to WP Super cache creates “Uncaught TypeError”, on the site WordPress.org Forums:
On your Plugins page, in the WP Super Cache entry, do you see this below… -
Posted a reply to Preload files getting deleted, on the site WordPress.org Forums:
@treecutter There is a check in the code that sets the limit if you have… -
Posted a reply to Array offset on value of type null in wp-cache-phase2.php on line 2989, on the site WordPress.org Forums:
That's an odd one. That warning shows in the code that handles comments in the… -
Posted a reply to Frequent malware in WP Super Cache cached pages, on the site WordPress.org Forums:
mod_rewrite can be used to serve cached files, but if Wordfence can detect the request… -
Posted a reply to Frequent malware in cached pages, on the site WordPress.org Forums:
I replied on the Wordfence thread with some ideas. I don't think there's any need… -
Posted a reply to Frequent malware in WP Super Cache cached pages, on the site WordPress.org Forums:
Jumping over here from the WPSC thread. Hi! :) @dimalifragis if Wordfence notices something odd… -
Posted a reply to [WP Super Cache] Frequent malware in cached pages, on the site WordPress.org Forums:
Hi, Your site is infected by something. The code that malware adds to the pages… -
Posted a reply to Cache Contents Getting Cleared Frequently – How to Diagnose and Prevent?, on the site WordPress.org Forums:
Some other plugin you have installed is probably doing this. You could search the files… -
Posted a reply to Syntax for Bunny CDN, on the site WordPress.org Forums:
@dsl225 thanks. We had no idea BunnyCDN didn't work. Could you please contact the BunnyCDN… -
Posted a reply to WP Super cache creates “Uncaught TypeError”, on the site WordPress.org Forums:
That's a really weird one. A bug I've never seen before. Do you have any… -
Posted a reply to Issue with cached page URLs, on the site WordPress.org Forums:
OK, the first thing you should do is enable debugging in the plugin, and look… -
Posted a reply to Issue with cached page URLs, on the site WordPress.org Forums:
I looked at the source code of the page and I didn't see the message… -
Posted a reply to Issue with cached page URLs, on the site WordPress.org Forums:
It's OK. The files are made lower case but are used by the plugin to… -
Posted a reply to Warning: Constant DONOTCACHEPAGE already defined, on the site WordPress.org Forums:
Version 1.12.1 was just released which fixes this problem.
Developer
-
Blog Voyeur
Active Installs: 10+
-
Comment Referrers
Active Installs: 100+
-
Cookies for Comments
Active Installs: 30,000+
-
Crowdsignal Dashboard - Polls, Surveys & more
Active Installs: 100,000+
-
Exploit Scanner
Active Installs: 10,000+
-
Jetpack Boost - Website Speed, Performance and Critical CSS
Active Installs: 300,000+
-
Sharedaddy
Active Installs: 200+
-
Theme Tester
Active Installs: 400+
-
Unfiltered MU
Active Installs: 2,000+
-
WordPress MU Domain Mapping
Active Installs: 3,000+
-
WordPress MU Sitewide Tags Pages
Active Installs: 70+
-
WP Debug Logger
Active Installs: 10+
-
WP Super Cache
Active Installs: 1+ million
Contributor
-
MU Post to Multiple Blogs
Active Installs: 10+
-
SyntaxHighlighter Evolved
Active Installs: 20,000+
-
WDS Multisite Aggregate
Active Installs: 10+
-
WP Job Manager
Active Installs: 100,000+