gs2656_columbia
Forum Replies Created
-
I’d like to know more about this as well.
Fair enough. You guys should update your website, though. I needed the googleapps functionality specifically and it seems I’ve wasted a bunch of time.
I spotted it on the feature listing here:
https://jetpack.me/support/shortcode-embeds/Forum: Plugins
In reply to: [Really Static] [Plugin: Really Static] Export misses a lot.Nifty. I wound up switching to mod_cache and stopped worrying about static copies.
Forum: Plugins
In reply to: [Dead Blogs] [Plugin: Dead Blogs] doesn't workAny luck?
Forum: Plugins
In reply to: [Dead Blogs] [Plugin: Dead Blogs] doesn't workArg, I’m fairly new to this and forgot to change the version number in all the right spots. Try again in a couple of minutes.
Forum: Plugins
In reply to: [Dead Blogs] [Plugin: Dead Blogs] doesn't workIt’s possible that the issue is that you are running a version <= PHP 5.2. My last patch should make that irrelevant. Let me know how it goes.
Forum: Plugins
In reply to: [Dead Blogs] [Plugin: Dead Blogs] doesn't workSo I made some changes to the code which should extend its compatibility with various PHP versions. Please update to 0.1.3 and try again. If you’re still having problems, reply to this thread and I will re-open it.
Forum: Plugins
In reply to: [Dead Blogs] [Plugin: Dead Blogs] doesn't workIt seems like PHP is giving up, but I’m not really sure. What version of PHP are you running?
Forum: Plugins
In reply to: [Dead Blogs] [Plugin: Dead Blogs] doesn't workInteresting…
Would you be able to post a screen shot… or just email one to me?
[email protected]Thanks in advance.
Forum: Plugins
In reply to: [Dead Blogs] [Plugin: Dead Blogs] can we see some screen shots?Added some screenshots. It seems like you’ll need to right-click and “View Image” to see the full resolution. I’ll link them here too:
https://www.ads-software.com/extend/plugins/dead-blogs/screenshots/
https://s.www.ads-software.com/extend/plugins/dead-blogs/screenshot-1.jpg
https://s.www.ads-software.com/extend/plugins/dead-blogs/screenshot-2.jpgForum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Preload on a Multi-User siteThanks, that would certainly fix things.
I was curious about the Preload process itself. Does it just do a wp_remote_get() on all the pages, triggering a supercached copy, or does it do something else?
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Preload on a Multi-User siteI took a look through the log (on log level 5) and saw the various pages being cached, except for the home page of the sub-site. It seems to just get mysteriously left out (no mention of it at all).
I tried disabling the “Extra homepage checks. (Very occasionally stops homepage caching)” option to see if that solved things, but it did not.
Any ideas?
One of the things I am hoping to do with this plugin is to be able to easily create a static copy of the site and any/all sub-sites. With mod_rewrite mode, an rsync (excluding php files) seems to work nicely. If the preload misses a page, I can’t guarantee that the static copy will be 100% there. Though, due to other issues, it looks like I’m going to be using some wget magic anyway, so having it hit the home page of each sub-site isn’t such a big deal.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Preload on a Multi-User siteOk, I’ve installed the development version and haven’t encountered a random cache clear yet. Thanks! I’m still experiencing #2 (Sub-site’s home page does not get cached, but the rest of the pages in said sub-site do during Preload), however.