Forum Replies Created

Viewing 15 replies - 91 through 105 (of 151 total)
  • Good to know. I just updated a site to 3.6.1 over the weekend and got this same behavior, so I downgraded to WP UI 0.8.7 and got the working tabs back.

    Now I know that updating to WP 3.7.1 doesn’t fix anything.

    Thread Starter Summer

    (@fpmsummer)

    Not sure exactly when or why it happened, but the access tokens for this app were indeed gone, completely blank as if he’d never set them. So we generated a new set of tokens, and poof, it seems to be working completely again.

    Doesn’t explain why for two weeks items he manually posted worked, though… definitely up there on the “there’s no way this should have worked at all” scale.

    Thread Starter Summer

    (@fpmsummer)

    Looks like this has been happening longer than I thought. It was intermittent since about Sept 15-16, the became persistent around Sep 24, and every autoblogged post since then has that 401 error.

    But when the site owner manually posts a couple articles, something he does once a week, those still go out just fine.

    Each one that has a 401 error, when I tried to manually retweet, it gives me a 403 error, saying that similar Tweet had already been sent to the account.

    Yet those articles were not Tweeted out.

    On a whim, I downgraded back to WP to Twitter v2.7.3, the last version where things worked, and they aren’t working, so I’m stumped.

    I’m having the site owner resend me all the Twitter app credentials for all the apps he has… maybe something got fouled up on Twitter’s end?

    Thread Starter Summer

    (@fpmsummer)

    Basically, in the function jg_do_author_box, I added this conditional after the first conditional:

    if( $author->type != 'guest-author' )
    		return;

    This thread also has the details on what I’d added:

    http://wordpress.org/support/topic/guest-authors-and-author-boxes

    I also ended up using the Social Pack extension, https://github.com/Automattic/Co-Authors-Plus-Social-Pack

    It was confusing at first because the wording over at Github made it seem like you needed to use Jetpack in order for the add-on to work, but since you only need Jetpack to allow the guest authors to use their own personal social media links (something I didn’t need), this add-on turned out just fine.

    Thread Starter Summer

    (@fpmsummer)

    I will clarify why I think the problem is in powerpress, specifically that SQL query.

    Powerpress didn’t generate this error in earlier versions, I don’t have an exact timeline, but I believe it first showed up on my sites with version 3.0.1 or 4.0

    The error is EXACTLY the same every time. That one same query, 1000% of the time. Just that one. If it were a true issue with the mysql installation on the server, it would show up with other queries as well, not only just that single one every time, for possibly as long as two years now.

    If I had seen other plugins with sql queries causing this error, then I would have started talking with the ISP or the owner of my dedicated servers long ago about digging into the mysql server and perhaps tuning it better. But nothing else on my servers or my sites is throwing this “mysql server has gone away” error. Not one single other plugin or WP installation. Not one that isn’t running powerpress.

    Millions of queries a week across 3 different servers at two different hosts where my sites are installed, and the only time there’s a “mysql server has gone away” error is with the exact same query from the exact same plugin, only, every time?

    I’ve been casually looking into this problem on and off for over a year, and everything points back to an issue in powerpress, simply because it’s only that one single query that’s generating this error, and none of the other sites on the same server that are not running powerpress ever throw this mysql error. Not ever. Not even other queries from powerpress generate this error.

    Given that information, how can you unequivocally state that the problem is not in powerpress? Doesn’t it stand to reason that there’s something in that query that’s incorrect or somehow failing, and the mysql server times out because it cannot return a value? I don’t know SQL well enough to dig into why that query pops up and dies without getting a result, but the fact that it’s only that one query every single time indicates to me that there’s something faulty with that SQL query construction.

    Thread Starter Summer

    (@fpmsummer)

    I don’t use caching plugins, I’ve found they cause more trouble than any bit of site performance improvement they might provide.

    I have several sites on the same server, half running Powerpress, the other half still serving up legacy podcasts with podPress.

    Two of the podpress sites have over 200 episodes in them, and the Powerpress sites have feeds of 100 and 50 episodes in them.

    The podpress sites don’t generate this mysql error, have never thrown this error, while the powerpress sites do, without fail.

    This error has followed along even after moving the sites collectively from one hosting provider to another, even hosts with ridiculous amounts of resources allocated (12Gb RAM, both PHP and MysQL set to equally ridiculous timeout levels), and this error still appears on only the powerpress sites and never on the podpress sites.

    Logic would indicate that your assumption about the problem being with the mysql server is incorrect, based on the same error appearing even after a site has moved providers, and with higher resources available.

    (yes, I’ve been having this problem since I switched several sites from podpress to powerpress at your recommendation several years ago, and you know about my extensive background in unix administration and internet protocol troubleshooting. Remember all those FarPoint Media shows?).

    The only reason I haven’t switched any of those sites back to podpress to see if I’m right and get rid of the error is that I don’t have the time.

    But if you truly have absolutely no interest in digging into this on the powerpress side despite the avalanche of evidence strongly suggesting that it’s the source means that maybe I should take the time.

    Yes, that’s my frustration speaking out loud.

    I don’t know if this will help you or not, but I have been able to use GFWA and Dynamic Widgets plugin successfully on several sites.

    http://wordpress.org/plugins/dynamic-widgets/

    It’s been working great for making certain featured categories show up on the sidebars of only a select number of pages/categories.

    StumbleUpon is one I’m also interested in.

    Will the planned future feature to allow users to hook in and add social buttons of their choosing be available soon, or is a beta of it available for testing yet?

    Thread Starter Summer

    (@fpmsummer)

    Okay, the social fields are working now with the add-on on several sites except one.

    Maybe change the description on Github to be:

    Co-Authors Plus add-on pack with profile fields for popular social media services PLUS the ability to allow attributing posts to their Authors when shared using Jetpack

    to get rid of the implication that Jetpack is needed for all it’s functions to work?

    Thread Starter Summer

    (@fpmsummer)

    The description on Github says:

    Co-Authors Plus add-on pack with profile fields for popular social media services and the ability to allow attributing posts to their Authors when shared using Jetpack

    The first few function calls are to Jetpack.

    I’ve tried to install it on a site where I’m using both Co-Authors Plus and Genesis Co-Authors Plus, and it doesn’t add any fields, it doesn’t even show up as anything to be activated, so that’s why I just figured that it won’t work at all without Jetpack installed and active.

    update: okay…. I just downloaded it again and tried it on a different site where I have Co-Authors installed, and the extra fields show up. Weird… now I just have to figure out what’s going on on that first site.

    Now, any way to get that social pack to remove the AIM, Yahoo and Jabber fields? 🙂

    Thread Starter Summer

    (@fpmsummer)

    Unfortunately that only works for people who have Jetpack installed.

    If you don’t have or don’t want Jetpack installed, you need another solution.

    This works just fine for full user accounts:
    http://wp.tutsplus.com/tutorials/quick-tip-add-extra-contact-methods-to-user-profiles/

    But it doesn’t work for Guest Authors that are not linked to a user profile, nor for Guest Authors that have already been created.

    That’s the situation we need a solution for. Help us, Jangda-wan Kenobi, you’re our only hope! 🙂

    Thread Starter Summer

    (@fpmsummer)

    Odd. This update seems to have fixed the video overlap I’d mentioned earlier in a different thread, but not the image overlap.

    Video display fixed:
    http://www.itscomicbookday.com/2013/08/elfquest-meet-wendy-richard-pini/

    Image display still hidden (Firefox only):
    http://www.wildhorse.com/2013/02/with-blm-knowledge-wild-horses-sold-to-kill-buyer-by-blm-contractor/

    Thread Starter Summer

    (@fpmsummer)

    I didn’t add anything to functions.php; I hacked a mod into the plugin. I figured it was my only course of action with no responses after so long 🙂

    In genesis-co-authors-plus/genesis-coauthors.php, look for the function jg_do_author_box, and you’ll see this line:

    if( ! $author )
    		return;

    What I did was add this after that return:

    if( $author->type != 'guest-author' )
    		return;

    Now I’m just waiting to see if there’s an update coming for Co-Authors Plus that will add the Google+ and Twitter author contact info to the guest author profiles when they aren’t linked to standard user profiles.

    Thread Starter Summer

    (@fpmsummer)

    This is the site: http://www.wildhorse.com/category/news/

    The first three articles have larger main images at the very top, before any text, and display this behavior. The next 4-5 articles have smaller main images placed in the body of the article, and don’t display this behavior. The images also display normally with Chrome.

    Website is running WP 3.5.1, Genesis 1.9.2, my system is Firefox 22.0 on OS X 10.6.8.

    This is the same behavior that I saw on posts where a video was the very first item in the post, before any text at all.

    Thread Starter Summer

    (@fpmsummer)

    Yeah, there’s something still funky with Co-Authors Plus, and how it completely mangles the information associated with the user who has the lowest userid number.

    For some reason FSB merely enhanced the kookiness.

    Time to hack the database again…

Viewing 15 replies - 91 through 105 (of 151 total)