Galerio
Forum Replies Created
-
Yes, I know it, but I would like to know deeper how it functions Disk (enhanced) method vs APC for file cache.
I have a cloud vps with a tool that measures the I/O disk access, and I’ve seen that using APC as cache method the I/O is higher than using Disk. (my APC uses a disk file to store cache, not ram).
Ok, done, I’m not familiar with mercurial so I have had to read some guide. The repository is here:
https://bitbucket.org/galerio/better-delete-revisionahah ??
Yes, my native language is not english!
Ahah!!
I’m really sorry about errors…
I will yake a look at bitbicket, I’m happy to share the plugin to people that can improve it.
I’m using the repository of WordPress just as the main download site, but it’s not a problem to put the plugin to other website.There are also many other cosmetic and stylish things to adjust.
(have you understood what I’ve written? I hope so ?? I really need an intensive English course! )
Forum: Requests and Feedback
In reply to: My plugin doesn't appear in the searchI’ve just tried to set the sort order in the search, but it doesn’t matter what you are searching for, if you search for a name and set “most popular” as sort order, it shows the most popular plugins of all the time, indipendently from the term of search!
This is incredibly! LOL!!
I hope some of the guys in www.ads-software.com will read this post and explain us the situation.
So there must be a change in www.ads-software.com website. The search results must include ALL the matching plugins.
Hi,
Yes, the plugin removes revision of both posts and pages so you can use it and make your life easier.
I have had these error.
Firstly an unusual peak of ram usage (normally 200MB, the peak was 500MB or more, my graph doesn’t show exactly what the situation was) and got error:[Tue Sep 14 12:55:11 2010] [error] (12)Cannot allocate memory: fork: Unable to fork new process [Tue Sep 14 12:55:33 2010] [warn] child process 19060 still did not exit, sending a SIGTERM [Tue Sep 14 12:55:39 2010] [error] child process 19060 still did not exit, sending a SIGKILL
and then
[Tue Sep 14 12:55:40 2010] [notice] caught SIGTERM, shutting down [Tue Sep 14 12:55:56 2010] [apc-error] apc_mmap: mkstemp on /dev/shm/apc.ipIvTl failed: Permission denied
Without using Object Cache, APC has worked well.
Hi, I found the solution:
the problem was caused by one plugin: W3 Total Cache.
In W3TC if you set in Minify Settings “Line Break Removal” for JavaScript the Fancybox plugin doesn’t work at all, it doesn’t matter wich other plugin you have.
So, just remove in W3TC the option “Line Break Removal” for JS!Now I have succesfully installed Nextgen Gallery with “none” as image effect so every image of my blog (included those of NextGen Gallery) are handled by FancyBox.
Superb!!!
my server doesn’t keep a real log (is a particular service), but I have seen that just right before the crash there was an unusual high usage of ram (about 500MB in total, but the serve has 2GB so I don’t know). Usually my vps taks 200/300MB of ram.
Yep, cache cleared and source code checked. But I have other plugins that load jquery… damn! I must disable all plugins and start one by one to find the responsible.
I will let you know
Nothing, the CDN settings can be used, I tried it on another website and it works.
So I need to search better… See you soon
I tried to disable NexGen Gallery plugin and Fancybox doesn’t work.
So I think: I’m using W3 Total Cache plugin with “mirror” as CDN setting, so my website 1e2.it has all images in the following domain: p1.1e2.it.
Can this block the Fancybox plugin to work properly?
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Summary view w/ breadcrumbs possible?Yeah, it works perfectly like I want!
I have only changed line 437.
By changing line 118 in get_the_excerpt() nothing is different, it shows the excerpt in the main page, and it shows only the comments of the articles when I enter in the page of a single article (no content (nor a word of the content) is displayed).
Anyway thanks. It was a simple solution that I’d have to found by myself. Thanks for your time.
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Summary view w/ breadcrumbs possible?Is there an option to post an excerpt not in the wall, but in the app itself?
I don’t want to publish in my app the whole article (included ADs).Is there a way to do it?
example:
here there are summary of the storys and link to the app:
https://www.facebook.com/#!/apps/application.php?id=109081365782654&v=walland here is the app:
https://apps.facebook.com/unoedue/
and in this last page I want the excerpt.Thanks
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Fatal error after emptying (opcode) cacheHere is the solution:
uncomment the line with;xcache.admin.enable_auth = On
(that is remove the ; at the beginning) and change the option to Off. The result must be:
xcache.admin.enable_auth = Off
And now it works!
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Fatal error after emptying (opcode) cache@taragon
can you also explain us how have you resolved your issue?I have a similar issue too, but I don’t know what to do.
My error is:
Fatal error: xcache_clear_cache() [<a href='function.xcache-clear-cache'>function.xcache-clear-cache</a>]: xcache.admin.user and xcache.admin.pass is required in /home/siti/www.1e2.it/1e2.it/htdocs/wp-content/plugins/w3-total-cache/lib/W3/Cache/Xcache.php on line 89
and my xcache.ini file is:
# configuration for php Xcache module [xcache-common] ;; install as zend extension (recommended), normally "$extension_dir/xcache.so" zend_extension = /usr/lib/php5/20060613+lfs/xcache.so [xcache.admin] xcache.admin.enable_auth = On # Configure this to use admin pages ; xcache.admin.user = "mOo" ; xcache.admin.pass = md5($your_password) ; xcache.admin.pass = "" [xcache] ; ini only settings, all the values here is default unless explained ; select low level shm/allocator scheme implemenation xcache.shm_scheme = "mmap" ; to disable: xcache.size=0 ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows xcache.size = 16M ; set to cpu count (cat /proc/cpuinfo |grep -c processor) xcache.count = 1 ; just a hash hints, you can always store count(items) > slots xcache.slots = 8K ; ttl of the cache item, 0=forever xcache.ttl = 0 ; interval of gc scanning expired items, 0=no scan, other values is in seconds xcache.gc_interval = 0 ; same as aboves but for variable cache xcache.var_size = 0M xcache.var_count = 1 xcache.var_slots = 8K ; default ttl xcache.var_ttl = 0 xcache.var_maxttl = 0 xcache.var_gc_interval = 300 xcache.test = Off ; N/A for /dev/zero xcache.readonly_protection = Off ; for *nix, xcache.mmap_path is a file path, not directory. ; Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection ; 2 group of php won't share the same /tmp/xcache ; for win32, xcache.mmap_path=anonymous map name, not file path xcache.mmap_path = "/dev/zero" ; leave it blank(disabled) or "/tmp/phpcore/" ; make sure it's writable by php (without checking open_basedir) xcache.coredump_directory = "" ; per request settings xcache.cacher = On xcache.stat = Off xcache.optimizer = Off [xcache.coverager] ; per request settings ; enable coverage data collecting for xcache.coveragedump_directory and xcache_coverager_start/stop/get/clean() functions (will hurt executing performance) xcache.coverager = Off ; ini only settings ; make sure it's readable (care open_basedir) by coverage viewer script ; requires xcache.coverager=On xcache.coveragedump_directory = ""