MegaZone
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Totally wrecks my sitesSet Minify Mode to ‘manual’ and clear the cache.
Forum: Plugins
In reply to: W3 Total Cache: After upgrading it dosen't work properlyTry removing it completely and then re-installing.
There seems to be a bug in the current release. In the general settings set ‘Minify mode’ to Manual and clear your cache.
I did a little more troubleshooting. I reset W3 Total Cache to defaults and tried testing with just browser caching disabled, without the Rejected User Agent list, but that seems to have the same problem. Restoring the Rejected User Agent list (as above) re-enabled the correct WPTouch behavior on my Droid.
That’s how I’m running right now – browser cache is off and the Rejected User Agent list is in place – but I’d really like to use browser caching if anyone has a working setup to share.
I’m thinking about buying WPTouch Pro, but I’d rather know I can make it work well with W3 Total Cache before doing so.
Thanks.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] why two caching methods?They get more dynamic/fresher content, but it still is faster and less of a server hit than generating the page from scratch. It is a compromise, a midway between the static cached pages and real-time generation.
Forum: Plugins
In reply to: Wp-Supercache and mobile templatesThe WP Mobile plugin has a function to check for mobile user agents, this is the list:
$small_browsers = array( '2.0 MMP' ,'240x320' ,'AvantGo' ,'BlackBerry' ,'Blazer' ,'Cellphone' ,'Danger' ,'DoCoMo' ,'Elaine/3.0' ,'EudoraWeb' ,'hiptop' ,'KYOCERA/WX310K' ,'LG/U990' ,'MIDP-2.0' ,'MMEF20' ,'MOT-V' ,'NetFront' ,'Newt' ,'Nintendo Wii' ,'Nitro' // Nintendo DS ,'Nokia' ,'Opera Mini' ,'Palm' ,'Playstation Portable' ,'portalmmm' ,'Proxinet' ,'ProxiNet' ,'SHARP-TQ-GX10' ,'Small' ,'SonyEricsson' ,'Symbian OS' ,'SymbianOS' ,'TS21i-10' ,'UP.Browser' ,'UP.Link' ,'Windows CE' ,'WinWAP' );Forum: Plugins
In reply to: [Plugin: WP Super Cache] Disable caching in certain cases?I’m sure there is a way, and I’d like to do the same thing. Part of the problem is not serving the cached pages to mobile devices. That part is relatively simple – you’d put exclusion rules in .htaccess so that any matching user agents are not redirected by the Super Cache rules. And the same list would go into the Rejected User Agents list to prevent WP Cache from caching the requests.
But mobile devices would still get WP Cache files, there needs to be a way to prevent that too. And I’m not sure if the Super Cache code obeys the Rejected User Agents list too, of if that only controls the WP Cache piece.
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)WordPress and PHP Information
WordPress 2.3.1 with DB 6124 on PHP 5.2.4
Plugin version: 3.0 ($Id: sitemap.php 19712 2007-09-24 11:32:47Z arnee $)
“Write a gzipped file (your filename + .gz)” grayed out – anyone else? I’ve just installed this plugin and it seems to be working. I manually created sitemap.xml and sitemap.xml.gz and chmod’d them 777. The sitemap.xml file is created OK – but not the sitemap.xml.gz, and the option to do so is grayed out in the plugin.
What is this plugin looking for to enable gzip? Does it specifically need PHP installed ‘–with-zlib’?
I’m also getting:
# There was a problem while notifying Google.
# There was a problem while notifying YAHOO
# There was a problem while notifying Ask.comI know allow_url_fopen is off, for security reasons. My understanding is that this plugin can use libcurl instead. Before I go off debugging, is there a way to see what the real ‘problem’ is? The ‘debug function’ didn’t seem to reveal anything, and there are no associated errors in the Apache error log.
And when I try ‘debug function’ I get:
Errors, Warnings, Notices
Notice: Undefined index: path in /u/www/tivolovers.com/doc/wordpress/wp-admin/includes/file.php on line 25
Notice: Undefined index: path in /u/www/tivolovers.com/doc/wordpress/wp-admin/includes/file.php on line 25
Notice: Undefined property: stdClass::$post_content in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
Notice: Undefined property: stdClass::$post_content_filtered in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
Notice: Undefined property: stdClass::$post_title in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
Notice: Undefined property: stdClass::$post_excerpt in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
Notice: Undefined property: stdClass::$comment_status in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
Notice: Undefined property: stdClass::$ping_status in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
Notice: Undefined property: stdClass::$post_password in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
Notice: Undefined property: stdClass::$to_ping in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
Notice: Undefined property: stdClass::$pinged in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
Notice: Undefined property: stdClass::$menu_order in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
Notice: Undefined property: stdClass::$post_mime_type in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
Notice: Undefined property: stdClass::$post_category in /u/www/tivolovers.com/doc/wordpress/wp-includes/post.php on line 440
That repeats over and over, it looks like once for every post it processes – which is quite a few.
You can see the list of plugins I use here: http://www.tivolovers.com/plugins/
Thanks for any advice.