jhayrocas
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Satellite theme not installing@wpyogi Thanks! I knew that line in the stylesheet was fishy. Not sure how to fix it though before this.
Forum: Themes and Templates
In reply to: Satellite theme not installingThe theme is also available for self-hosted sites.
Forum: Plugins
In reply to: [W3 Total Cache] Excessive Server LoadYes. I was using the latest version I reverted to the development version.
So far, it has brought down the server loads compared to before. But the loads are still high to warrant some concern because if sustained, it brings the server down to a crawl.
Forum: Plugins
In reply to: [W3 Total Cache] Excessive Server LoadI’m now using the development version of W3TC but the server load randomly spikes then goes back to allowable levels.
This issue propped up just last week, which is weird considering that I’ve been using this plugin for almost 4 months now without any issues.
Forum: Plugins
In reply to: [W3 Total Cache] Excessive Server LoadI’m on a ServInt VPS, running CentOS 5 and 768MB of RAM.
Using W3TC Version 0.9.2.1. How do I get the development version of the plugin?
Forum: Plugins
In reply to: [W3 Total Cache] Excessive Server LoadThanks! I just tried what you recommended and the server loads did not go down.
Tried putting everything on disk as my webhost support has told me that memcache was taking up quite a lot of memory but the server load still remains high.
This is weird considering that W3TC is intended to lighten the load on the server. The last thing I will try is to completely disable the plugin to see if it will help.
Forum: Hacks
In reply to: How to display link to parent comment in threaded commentsThanks Joseph,
The code you gave didn’t work, but tweaked it a little and here’s the one that got working on my blog:
global $comment; if ($comment->comment_parent) { $parent_comment = get_comment($comment->comment_parent); echo 'in reply to <a>comment_ID, array('get_page_of_comment' => true)))).'">'.$parent_comment->comment_author.'</a>'; }Forum: Plugins
In reply to: [Widget Logic] Widget Logic conflict with PHP Code WidgetAny updates on this issue? I’m planning on using the WordPress conditional tags on my blog and I’m considering using this plugin instead of hard-coding it into Thesis.
I also use a PHP Code widget but the one by Chris Pettitt.
It has been fixed by my web hosts. For now, it’s suPHP running alongside memcache.
Memcache has been installed and working on my VPS, but whenever I choose memcache as the caching method I get the following error messages:
Page caching is not working properly. Memcached server(s): 127.0.0.1:11211 may not running or not responding. This error message will automatically disappear once the issue is resolved.
Minify is not working properly. Memcached server(s): 127.0.0.1:11211 may not running or not responding. This error message will automatically disappear once the issue is resolved.
Object caching is not working properly. Memcached server(s): 127.0.0.1:11211 may not running or not responding. This error message will automatically disappear once the issue is successfully resolved.
Anyone else who had the same issue?
Really? My webhosts seems to be very good as they got memcache installed and working on VPS alongside suPHP.
I also did some search and found this that says it can be installed and get to work together.
But APC is still a no-no with suPHP.
Thanks!
So how do I remedy this issue?
Forum: Fixing WordPress
In reply to: WordPress database error: Error in SQL syntaxI created a clone of my blog on a sandbox. With all the active plugins active in the clone blog as well.
No error log containing the same message is being created in the clone blog.
Forum: Plugins
In reply to: [WP-PostViews] [Plugin: WP-PostViews] WP Post Views With W3 Total Cache ?Bummer. Thanks for clearing things up.
Forum: Plugins
In reply to: [WP-PostViews] [Plugin: WP-PostViews] WP Post Views With W3 Total Cache ?In disk enhanced mode WordPress is not loaded unless there is no cache for the page. So a stat counter plugin is not going to work properly unless you use disk basic, and even so, the same problem can occur.
So this means that there’s no way I can make a stat counter plugin to work properly when W3 is enabled?