Quote:
Originally Posted by Deceptor
What templates are blank exactly Jim_O? (You put 'xxxxx' in your post).
|
There are probably 200-300 of them. Here are a sampling:
- vbactivecache_template_12598
- vbactivecache_template_12882
- vbactivecache_template_3675
- vbactivecache_template_12523
- vbactivecache_template_12527
- vbactivecache_template_12815
- vbactivecache_template_12819
- vbactivecache_template_12747
- vbactivecache_template_12679
- vbactivecache_template_12895
- vbactivecache_template_13045
- vbactivecache_template_12820
- vbactivecache_template_12824
- vbactivecache_template_8110
Pretty much anything that starts with "vbactivecache_template_" is empty.
When there is what appears to be an intentionally blank cache, such as "vbactivecache_phrase_calformat2override_1" it shows the following data:
"{_______VB_ACTIVE_CACHE_BLANK_______}"
These others are simply blank.
Many have multiple hits and "sizes" as large as 15K.
FWIW, if you are interested in system info, I am using XCache 1.2.2 which I compiled from source and run php 5.2.8 as a fastcgi using php-fpm as a controller, also compiled from source. The web server is nginx 0.7.27. No other scripts are accessing XCache and the system seems to be running fine although volume is very light at this moment with people out Christmas shopping or whatever else that they might be doing this time of year.
Quote:
Originally Posted by Deceptor
In either case, the php error is caused by the xcache script because it didn't anticpate for blank variables, you could probably edit the script and change htmlspecialchars to @htmlspecialchars on line 4.
|
That eliminates the warning but not the hundreds of blank caches.