kelson
Forum Replies Created
-
Forum: Plugins
In reply to: [Word Stats] Word Stats dashboard showing some posts with 0 wordsThanks, I appreciate it.
If it helps to track it down, this is PHP 5.2.17 (not my choice, it’s what the host offers if I want to use XCache) on Apache using FastCGI as the interface.
Forum: Plugins
In reply to: [Social] Needs update for WP version 3.5I’m not sure this is directly related to 3.5. I ran into the same problem (at least the Facebook one) a few weeks ago while still on 3.4. At the time I figured it was a temporary glitch at Mailchimp, because it seemed to fix itself, but now I’m not so sure.
Did you recently add or upgrade Jetpack? There have been a number of problems where it’s conflicted with other plugins.
In particular, I had to disable a couple of features recently added to Jetpack that conflicted with ShareThis. Now that I think about it, it was around the same time I had the problem with Social. It could be that the same features are interfering with both plugins, and the fix for the ShareThis conflict — disabling the Sharing and Publicize features in Jetpack — took care of both of them.
Based on the info in another thread, I tried disabling both the Sharing and Publicize features, and ShareThis appears on my individual posts again.
Forum: Plugins
In reply to: [Social] All comment timestamps showing as if made todayThanks for the link – loganscott’s patch on that thread worked for me.
Forum: Plugins
In reply to: [Social] Timestamps broken@loganscott: This solution worked for me too, thanks!
Forum: Plugins
In reply to: [Social] All comment timestamps showing as if made todayEdit: Never mind, at first I just looked at the beginning & end of that thread and it didn’t seem to apply, but the middle looks like the same issue.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] CDN Sync Breaks after upgradeI’ve checked back from time to time and I still can’t get the new version to sync with my Amazon S3 buckets on either of two blogs. I keep going back to the previous version because I don’t have time to troubleshoot. There’s no error message, it claims it’s synced, and there’s nothing in the website error log, but the files never arrive at Amazon.
Is there something I should be looking for? Some trick I should be using?
Forum: Plugins
In reply to: [Social] Time format in Social comment threadThank you, I appreciate it!
On top of that, the new version flat-out won’t work with Amazon S3 because I can’t set the bucket it uploads to. I reported the problem using the form, but I haven’t heard back from them after two days.
It’s a good thing WP.org keeps archives of older versions.
I just ran into this too. If you can’t set it in php.ini or .htaccess, you can add the following line to your wp_config.php file and it seems to work:
ini_set(‘date.timezone’,’America/Los_Angeles’);
Replace “America/Los_Angeles” with the appropriate time zone from http://www.php.net/manual/en/timezones.php
Forum: Themes and Templates
In reply to: IE 9 Beta Breaks Twenty Ten?Yes, I’m seeing it too, on three sites with different sets of plugins. The last IE9 preview displayed it just fine, but the beta shows exactly the same behavior you’re seeing.
I haven’t taken the time yet to investigate whether it’s a bug in IE9 or a deliberate change.
Forum: Plugins
In reply to: [Plugin: Twitter Friendly Links] Conflict with WP Super CacheSome follow-up:
First, I tried rolling back to Twitter Friendly Links 0.4.3 and re-enabling WP Super Cache, and it appeared to work normally again.
Second, I think I’ve found a workaround for the problem. I’ve upgraded back to 0.4.4, and added the following line to the list of URL strings that WP Super Cache will avoid caching:
^/[0-9]+/?$
I’m just using the numeric short link with no prefix, so this ends up matching it with or without a trailing slash. People with different patterns for the short link will need different patterns to match here.
It does still redirect from http://example.com/1234 to http://example.com/1234/ (adding the trailing slash) for some reason, but http://example.com/1234/ is redirecting to the actual post. So it’s at least working even though there’s an extra redirect step in the middle.
*whew* Finally had a chance to try 3.0.3, and it seems to work fine! Thank you, Alex, for all the updates!
As for the <b>completely different issue</b> that johnbakeronline and dazzlindonna have…remember that you have to upload the carrington-mobile-(version) folder into your themes directory. I don’t think automatic update/install will do that, so you’ll probably need to use FTP.
I installed 3.0.2 and it’s back to the original problem again.
PHP Fatal error: Call to undefined function cfct_comment_list_class()
in path/to/wp-content/themes/carrington-mobile/comments/pings-loop.phpAnd I mean really back to the original problem, because when I remove that call from comments/pings.php, I end up with
PHP Fatal error: Call to undefined function cfct_comment_class() in /path/to/wp-content/themes/carrington-mobile/comment/ping.php
And if I remove that reference, the page finishes loading, but the pingbacks don’t actually show the linked site.
It’s like it’s just been reverted back to 3.0, except with everything in carrington-mobile instead of wp-mobile. Even the partial fix from 3.0.1 is gone (since 3.0.1, if I uploaded those missing files, actually worked).
I’ve installed 3.0.1, and now comments don’t work at all. I just get “error loading comments-loop 209”.
I see that comments-loop.php and pings-loop.php aren’t in the 3.0.1 archive.
If I upload those the files from the 3.0.0 archive, comments work again, but then I’m back to the original PHP error with pingbacks until I remove that call to cfct_comment_list_class(). After that, pingbacks finally display okay.