Galerio
Forum Replies Created
-
because there are no cached files into cache directory. Only pages witout mfunc tag are cached.
Seems it doesn’t function… I get my function displayed at the top of the page as a plain text! I try other method.
Thanks, it could be the solution, but I have tryed and get error:
Parse error: syntax error, unexpected '<' in /home/siti/htdocs/index.php on line 2
This is my index.php:
<?php <!--MFUNC --> $crawltsite=1; require_once("/home/siti/htdocs/track/crawltrack.php"); <!--/mfunc --> /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require('./wp-blog-header.php'); ?>
So, I don’t know how to implement it. Can you help me?
I haven’t tested yet on WP Network. If you can setup a test virtual server, then you can test yourself.
It is always a good idea to test everything that is also labeled as “safe” before to go on production site.WPML? Can you give me the exact page where to download WPML?
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Display 5 Top ReviewsI need the same info too. But not only for widgets, I like also to have a page with the results of articles sorted by author ratings with selectable category, year and month. Is this possible?
Forum: Plugins
In reply to: [W3 Total Cache] [BUG] Disk Enhanced cache doesn't work in 0.9.2.4Do this test:
disable all debug.
Enable the compression.
Browse some page.
Look for that page in cache folder.
If the gzipped page exists, download it, uncrompress it, modify it and re-gzip it.
Or simply add some dynamic function to a page, for example this one to count in how many seconds the page is loaded:
<?php timer_stop(1); ?>
Put it in the footer. If the page will load always with the same number of seconds, then it is a page from the cache.What I understood is that when you enable page debug, the disc enanched cache stops to work.
Now that I have disabled all debugs I’m living happy.
I have tryed to edit class-frontend.php at line 288
if ( is_search() ) { $robots['index'] = 'noindex'; $robots['follow'] = 'follow';
but to change theese lines breaks the whole system.
How do I do?
Forum: Plugins
In reply to: [W3 Total Cache] [BUG] Disk Enhanced cache doesn't work in 0.9.2.4@stas Sucov
if you are logged in, you’ll neve see cached page untile you disable the option to not serve cached page for admin and logged users.
Use another browser that you never use to log into your wpForum: Plugins
In reply to: [W3 Total Cache] [BUG] Disk Enhanced cache doesn't work in 0.9.2.4Success!
I’ve tried on one of my blogs and disabling the debug mode now it writes the plain html file and the gzipped one.I’m goning to try on the other servers.
But, how can I know that the cache is ok if I can’t use debug?
Forum: Plugins
In reply to: [W3 Total Cache] [BUG] Disk Enhanced cache doesn't work in 0.9.2.4Look at my first post:
X-Powered-By: W3 Total Cache/0.9.2.5b
I have 5 blogs on 3 different servers and I have the same problem. I have tryed also with all plugins disabled, all but W3TC.
Forum: Plugins
In reply to: [W3 Total Cache] [BUG] Disk Enhanced cache doesn't work in 0.9.2.4I have already tryed thedevelopment version, and my site doesn’t have query string and as I already said, I have tried with various permalink structure, with trailing slash, with .html, without trailing slash…. all the same.
The page uncompressed is created in cache folder, but the gzipped one no. So no page cached is serverd. And if I unselect the “compress page” option, the disc cache stops to work at all.Forum: Plugins
In reply to: [W3 Total Cache] Page Cache – Status = not cached?@robnalexpress the problem is that cached pages that you can see in cache folder are only “non compressed pages”. This is the problem, the plugin sould create beside the uncompressed pages, also a compressed gz one! But this gzipped file isn’t there.
Look here for a complete explanation:
https://www.ads-software.com/support/topic/bug-disk-enhanced-cache-doesnt-work-in-0924Check it out and the report to Frederick Townes
Forum: Plugins
In reply to: [W3 Total Cache] Page Cache – Status = not cached?Have you checked my finding about @ob_start(“ob_gzhandler”); problem I had?
If you do not have exact same code, you can check for similar code for compression – just do a full search in your plugins or theme files.
I have tryed to disable all plugins but W3TC and my theme doesn’t have any gz compression or other method.
This problem is on all my 5 blogs that use different theme and different plugin and 3 of them are on 3 different servers.
I can confirm that also developer version 0.9.2.5b doesn’t fix the problem.
Forum: Plugins
In reply to: [W3 Total Cache] [BUG] Disk Enhanced cache doesn't work in 0.9.2.4Thanks, but nothing to do.
I tryed on a test server with only W3TC actived, nothing else.
With or whithout the option “cache requests only for same hostname” gives the same result: status not cached (but without any reason).The other option “cache URIs with query string variables” is not activable when I use Disc Enhanced.
Tryed with various option for permalink structure, but nothing.