john-michael
Forum Replies Created
-
@takayuki Miyoshi
Just to be clear, this was fixed, right?
EDIT: I see it was fixed in 3.9.1. Thanks!
I don’t know exactly what fixed it, but I’m currently attributing the fix to completely removing WP Super Cache from WordPress then re-installing the plugin.
It might work for you, it might not. Good luck.
WP function, wp_insert_post
If I use the backend GUI to post, the plugin works as expected.
Is there something I can do from my script to ensure SNAP doesn’t ignore the post rules?
The link in the settings: [Enabled/Disabled for Repost according to Categories/Tags/Taxonomies filters]
Doesn’t seem to do anything and it takes microseconds to complete. However, the “Set All Existing Posts to: [Enabled for Repost] ” takes a few seconds and it actually makes the autoposting work. However, it posts ALL not just the checked categories.
How can I get the first link to work that adheres to the filter?
>What is exactly wrong with this part of the query?
I found the reference to 1975 odd. Also see the query below using 900000 id. Finally the link you provided looks to be for an older version. I don’t recognize those screens.
[2014-01-27 10:44:01] – [RE-Posted] [Twitter – WP->Twitter] – OK | Requested Time: 2014-01-27 10:42:56 | Current Time:2014-01-27 10:44:01 | | Previous Time:2014-01-27 10:38:02| Next Shedulled Time – 2014-01-27 10:47:53) | Reposting (New to Old) POST ID: | Total posts included in reposting: 0 | Prev Post ID:90000000 | |Query: SELECT SQL_CALC_FOUND_ROWS popt_posts.ID FROM wp_posts LEFT JOIN popt_postmeta ON wp_posts.ID = wp_postmeta.post_id WHERE 1=1 AND ( wp_posts.ID NOT IN ( SELECT object_id FROM wp_term_relationships WHERE term_taxonomy_id IN (108) ) ) AND wp_posts.post_type = ‘post’ AND (wp_posts.post_status = ‘publish’) AND post_date >= ‘2013-01-27’ AND post_date <= ‘2013-12-28’ AND (wp_postmeta.meta_key = ‘snapTW’ AND wp_postmeta.meta_value LIKE ‘%nxsi0tw%’) AND ( (post_date = ‘1985-01-01’ && ID < 90000000 ) || post_date < ‘1985-01-01’ ) GROUP BY wp_posts.ID ORDER BY wp_posts.puost_date,wp_posts.ID DESC LIMIT 0, 1
Thanks for the confirmation about the confusing interface. I thought was just me.
However, what isn’t confusing is that I have categories “unchecked” that are still be auto-posted to twitter.
I’m assuming that it’s a function of the plugin looking at the post metadata vs following the settings of the plugin.
Otherwise, there’s something I’m missing as to why the plugin would be posting “unchecked” categories to twitter.
I’m still experiencing this issue and it’s also happening on the auto-posting. The main settings have the two categories I don’t want posted to twitter unchecked. The twitter account settings also have those two categories unchecked. Additionally I tried the “[Enabled/Disabled for Repost according to Categories/Tags/Taxonomies filters]”.
I have some custom post code that I believe is interfering with the plugin. I’ll have to do more investigation. Thanks for the plugin!
Forum: Plugins
In reply to: [WP Super Cache] Disable .xsl .xml files in WP Super CacheDefine DONOTCACHCEOBJECT to prevent caching.
define( 'DONOTCACHCEOBJECT', true );
Forum: Plugins
In reply to: [WP Super Cache] Disable .xsl .xmlThis is a duplicate post. Please delete or mark as “resolved”.
Forum: Plugins
In reply to: [WP Super Cache] Serving pages as ‘application/xhtml xml’This answer might still be relevant. It’s worth a try.
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache Delete Cache Button- Go to the plugin’s settings page and click the “Advanced” tab.
- Ensure “Don’t cache pages for known users. (Recommended)” is checked.
Apparently that was a fix that lasted a short while. Now regardless if the option is check or unchecked, the problem persists.
Any helps is appreciated.
Going to the minify settings page and unchecking “Rewrite URL structure” fixes the problem. I don’t understand why that fixes the problem, or what the problem was, but if anyone has a similar problem, uncheck that setting to see if it helps.
Anyone having a similar issue or possible solution?