garyploski
Forum Replies Created
-
Forum: Plugins
In reply to: Twitter Tools – Display all tweets (similar to Archives Page)I never did figure out how to do this Steve. Sorry. =\
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)A new version has been released since I posted this trouble. There was a resolution to the earlier trouble please read through the posts for details. This is now marked as resolved.
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)wfzimmerman, I think you nailed the problem. Here are two examples from my db backups.
March 13th…
INSERT INTOwp_options
VALUES (2442, 0, ‘aktt_doing_digest_post’, ‘0’, ‘yes’);February 27th…
INSERT INTOwp_options
VALUES (1597, 0, ‘aktt_doing_digest_post’, ‘1’, ‘yes’);I had left the weekly digest enabled hoping that one day it would fix itself. I do see a 0 vs a 1. Would that have solved the problem?
For those out there experiencing troubles with the weekly digest, check this setting and please let us know if this solution fixed the problem.
Thanks wfzimmerman.
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)sjefen6… I have SEO enabled and everything is working fine (still). My Sunday weekly digest posted this AM.
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)Additional note – After nearly 24 hours, my older tweets have not imported into the db.
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)Hmm. I do not know itjuggler.
As I went through the process I wished that there was a clean remove/uninstall of the plugin. Sure, the files are easy to delete but removing the data from the db was not.
Does anyone else know how to completely uninstall TT without phpmyadmin? It’d be great if the plugin provided that option considering how much it adds to the db.
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)…I looked at my Facebook profile and saw that a new blog had posted on my site this morning. That’s right, it worked. The weekly digest posted sometime this morning.
It appears that a flush of TT settings, etc. from the db did work.
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)I wish I had your luck sjefen6.
I tried the following:
-
deleted tt within wp
deleted wp_ak_twitter from the db via phpmyadmin
deleted aktt_ setting references from the db via phpmyadmin
installed and activated tt 1.6 from within wp
verified wp_ak_twitter was re-inserted into db via phpmyadmin
saw 0 records in wp_ak_twitter via phpmyadmin
configured tt within wp
set weekly to a few minutes from present time
clicked update tweets and reset tweet checking within wp
verified 20 records were imported into the db via phpmyadmin
neither daily or weekly digest postedNow, only 20 tweets are in the db. I’ve sat longer than 10 minutes and have not seen any additional tweets added to the db.
One thing I learned testing tonight was that my server is now one hour off which is likely to to DST.
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)And my server info:
Operating system Linux
Linux kernel version 2.6.27-grsec
Apache version 2.2.11 (Unix)
Perl version 5.8.8
PHP version 5.2.8
MySQL version 5.0.67-community-log
Path to Perl /usr/bin/perl
Path to sendmail /usr/sbin/sendmailForum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)Thought it might benefit the discussion based on the idea that another plugin might be causing the issue. Here is a list of the plugins I have active:
Akismet 2.2.3
All in One SEO Pack 1.4.7
Contact Form 7 1.9.3
Flickr Photo Album 1.1
Google XML Sitemaps 3.1.2
Open Flash Chart Core 0.4
Raz-Captcha 1.0
Search Meter 2.5
ShareThis 2.3
StatCounter 0.1
Twitter Tools 1.6
Ultimate Google Analytics 1.6.0
Wordbook 0.14.3
WordPress.com Stats 1.3.7
WordPress Database Backup 2.2.2
WPG2 3.0.7
WP Security Scan 2.3
Year End Stats 0.4Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)Thanks for the update ITJuggler.
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)Thanks Alex. Sorry to hear you can’t get it working either ITJuggler.
Are there any ideas out there to make this work?
For those that have it working would you be willing to post your TT settings here to compare?
Forum: Plugins
In reply to: Twitter Tools 1.6 – Digest (weekly/daily)Bump… Anyone?
Forum: Plugins
In reply to: Twitter Tools – Display all tweets (similar to Archives Page)With the release of Twitter Tools 1.6 I thought I’d bump this topic to see if anyone saw a way to do this in the plug in. I tried using Alex’s suggestion (below) but I believe it is only for recent posts and meant to be a added to a theme’s code not a page as I am trying/have tried.
If you just want your latest tweet, use this template tag.
<?php aktt_latest_tweet(); ?>Forum: Plugins
In reply to: Twitter Tools – Display all tweets (similar to Archives Page)Bump. Thanks again all.