Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • lwdgrfx

    (@lwdgrfx)

    I’m having the same problem – and my contributors are freaking out. I hope you can get to the bottom of the problem soon. Windows 8, WordPress 3.8.1.

    Thread Starter lwdgrfx

    (@lwdgrfx)

    Fanday, you seem completely confused by all this but if you go to ‘wordpress.com’ you can sign up for a free site which is hosted on ‘wordpress.com”s server. That’s the easiest way to use WordPress.

    If you go to ‘wordpress.org you can download the software to set up WordPress at a host on the Internet. The host will cost you money.

    You will need to pay the host a monthly fee and you will need to understand how to set up WordPress. It can get very complicated.

    WordPress.org does not host websites. WordPress. com does.

    At no point will you need to buy a server. I’m guessing that you mean ‘buy hosting‘ not a server.

    I have no idea what a ‘Kompozer’ is but if you go to wordpress.com and follow the instructions, you should be good.

    I just got the same error but only on one post. I checked and double-checked the post’s code and saw no problems with it (which doesn’t mean there weren’t any – it’s late) but it’s interesting to see someone else got the error.

    I was trying to forward this post:
    ~~~~~~~~~~~~~~~~~~~~~
    https://thepoliticalcarnival.net/2013/05/04/the-book-booth-may-days-edition/
    ~~~~~~~~~~~~~~~~~~~~~
    to Facebook.

    lwdgrfx

    (@lwdgrfx)

    I’ve had this same problem for ages but Lockerz/Add-to-Any whoever ‘maintains’ this plugin never fixes it! And yes, I’ve contacted them multiple times.

    It works perfectly for a while then doesn’t. I also can’t get a straight answer to what images the plugin decides to use.

    Do any of you out there know of a better sharing plug-in which actually works consistently?

    Thread Starter lwdgrfx

    (@lwdgrfx)

    Oh…I spoke too soon…

    We just had several instances of ‘site unavailable’ happen and I now have PHP errors again. They’re not the same as those I had earlier this week but they’re similar. Here they are:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    [03-Aug-2012 16:49:09] PHP Warning: in_array() [function.in-array]: Wrong datatype for second argument in (my domain)/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 78
    [07-Aug-2012 11:07:02] PHP Warning: in_array() [function.in-array]: Wrong datatype for second argument in (my domain)/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 78
    =============================================================
    The ‘wp-content/wp-cache-config.php’ file however, shows this:

    =============================
    $cache_acceptable_files = array( ‘wp-comments-popup.php’, ‘wp-links-opml.php’, ‘wp-locations.php’ );
    ================================================
    Any further thoughts on what the problem might be?

    Thread Starter lwdgrfx

    (@lwdgrfx)

    Thanks, Donncha. I was thinking the other day it would be great to see all my Super Cache settings on one page instead of going through the tabs one by one. I had never looked at ‘wp-content/wp-cache-config.php’ before but there they are and that will be a great place to keep track of what’s set how.

    Since I didn’t know what was causing the error, I actually deactivated SuperCache on Thursday and was wondering what to do when we received a comment on Friday from someone saying she could not find any posts from Thursday. I decided to reactivate it, changed a few settings (which I’m now going to review to see what’s different plus compare to the ‘wp-content/wp-cache-config.php’ file and do screenshots of settings since the configuration is now working correctly and I’m getting no PHP errors at all.

    This ‘wp-content/wp-cache-config.php’ file did, in fact (after the re-activation) show this:
    =============================
    $cache_acceptable_files = array( ‘wp-comments-popup.php’, ‘wp-links-opml.php’, ‘wp-locations.php’ );
    =============================
    so that seems to have been the problem causing the error warning. What I don’t know is what setting would have changed that but, as I say, I’m now planning to review them all.

    I’m waiting for my posters to tell me if their posting is going better now or if the ‘site unavailable’ message was caused by something else. When I mentioned the ‘site unavailable’ messages to my hosting support, he pointed me to the php errors log where the error I mention above was the only one it showed.

    Thread Starter lwdgrfx

    (@lwdgrfx)

    Does anyone else have any idea what is causing this PHP error? If I can’t find it, I’m going to have to uninstall Super Cache.

    Thread Starter lwdgrfx

    (@lwdgrfx)

    Incidentally, where I write ‘on line’ above, the actual error message says ‘on line 78’ – which is this:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    78 and 79: if (!in_array($script, $cache_acceptable_files) && wp_cache_is_rejected($wp_cache_request_uri)) {
    if ( isset( $GLOBALS[ ‘wp_super_cache_debug’ ] ) && $GLOBALS[ ‘wp_super_cache_debug’ ] ) wp_cache_debug( ‘URI rejected. Not Caching’, 2 );
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    This is the code surrounding it:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    (Line 67) if ( isset( $_GET[ ‘preview’ ] ) ) {
    if ( isset( $GLOBALS[ ‘wp_super_cache_debug’ ] ) && $GLOBALS[ ‘wp_super_cache_debug’ ] ) wp_cache_debug( ‘Not caching preview post.’, 2 );
    return false;
    }

    if ( !empty( $_GET ) ) {
    if ( isset( $GLOBALS[ ‘wp_super_cache_debug’ ] ) && $GLOBALS[ ‘wp_super_cache_debug’ ] ) wp_cache_debug( ‘Supercache caching disabled. Only using wp-cache. Non empty GET request.’, 5 );
    $super_cache_enabled = false;
    }

    $script = basename($_SERVER[‘PHP_SELF’]);
    if (!in_array($script, $cache_acceptable_files) && wp_cache_is_rejected($wp_cache_request_uri)) {
    if ( isset( $GLOBALS[ ‘wp_super_cache_debug’ ] ) && $GLOBALS[ ‘wp_super_cache_debug’ ] ) wp_cache_debug( ‘URI rejected. Not Caching’, 2 );
    return false;
    }
    if (wp_cache_user_agent_is_rejected()) {
    if ( isset( $GLOBALS[ ‘wp_super_cache_debug’ ] ) && $GLOBALS[ ‘wp_super_cache_debug’ ] ) wp_cache_debug( “USER AGENT ({$_SERVER[ ‘HTTP_USER_AGENT’ ]}) rejected. Not Caching”, 4 );
    return;
    }
    if($wp_cache_gzip_encoding)
    header(‘Vary: Accept-Encoding, Cookie’);
    else
    header(‘Vary: Cookie’);
    ob_start( ‘wp_cache_ob_callback’ );
    if ( isset( $GLOBALS[ ‘wp_super_cache_debug’ ] ) && $GLOBALS[ ‘wp_super_cache_debug’ ] ) wp_cache_debug( ‘Created output buffer’, 4 );

    // restore old supercache file temporarily
    ~~~~~~~~~~~~~~~~~~~~~~~~~~`

    Thread Starter lwdgrfx

    (@lwdgrfx)

    Wow – when you said ‘the next plugin release’ I didn’t know you meant right away. Thanks very much. I use Add-to-Any all the time, usually through Opera, my default browser, so having to replace that code was getting old. I don’t remember ever having to do it before moving to our new host, though….very strange.

    This is *much* appreciated!

    Thread Starter lwdgrfx

    (@lwdgrfx)

    Ahh…I hadn’t seen it as connected to the speed I click on the Twitter icon with…thanks for checking on this.

    It’s always good to know that I’m not crazy but as you know, there are always so many variables which affect this stuff that it’s very difficult to isolate what’s what. I am a fast typist and, in the case of that site which I’m the webmaster for, when I see that one of the two content creators I work with has posted something I find of interest, I do want to get it out on Twitter asap.

    Not knowing exactly how you have it set up, I had not realized it would be connected to the fallback links. We just switched to a new host and that’s when I noticed the problem, so it may have something to do with the speed of our new server.

    I’m happy to know that it will be addressed in the next plugin release and I’m certainly happy to report it. We’ve used Add-to-Any for close to two years now and that’s the only problem I remember ever having with it.

    Thread Starter lwdgrfx

    (@lwdgrfx)

    Mmmmmm…..why is this problem marked ‘resolved’ ? I can still reproduce the problem.

    Go to this page: https://www.thepoliticalcarnival.net/?s=feingold and click on the ‘Twitter’ icon – not the ‘Share/Save’ button.

    I just saw the code in two different browsers – the most recent versions of Firefox and Opera. It seems okay in Chrome and IE9.

    Thread Starter lwdgrfx

    (@lwdgrfx)

    Incidentally, I noticed the problem the other day on a friend’s tweet:

    https://twitter.com/#!/misslindadee/status/182036426274258944

    but I don’t know if that was through Add-to-Any

    Thread Starter lwdgrfx

    (@lwdgrfx)

    I’ve tried so many combinations of this that unfortunately now I can’t remember which combination led me to the page on addtoany.com but that has happened too.

    I appreciate your trying to work this through with me. I use that Twitter icon twenty times a day at least.

    Thread Starter lwdgrfx

    (@lwdgrfx)

    I normally never click the ‘Share/Save’ button – I click directly on the Twitter icon. When I do click on the ‘Share/Save’ button, though, yes, the dropdown menu appears and when I use that, it seems to work fine.

    Thread Starter lwdgrfx

    (@lwdgrfx)

    Every time I think I’m making progress with this, it happens again. I thought for a while it might be browser-specific or just happen when I clicked from the ‘single.php’ page but it’s not. There’s no way to upload attachments here that I see or I would show you screenshots, but I just tried it with this story

    https://thepoliticalcarnival.net/2012/03/20/video-russ-feingold-being-pressured-but-im-not-running-for-governor-of-wisconsin/

    using Internet Explorer 9 and it happened. The quotation marks and apostrophe in “I’m not running.” were code the first time so I tried it again and then they were symbols.

    Is there a setting somewhere other than in the add-to-any dashboard which would cause this?

Viewing 15 replies - 1 through 15 (of 24 total)