• Resolved la-concorde

    (@la-concorde)


    Dear all,
    I’ve just made the update from 3.9.2 to 3.10 on my site la-concorde.be.
    The pages are no more shown when the new version is actived.
    I already have tested the theme and the different widgets but no success.
    I don’t know what kind of infos you should need to help me solve that matter.
    Many thanks in advance for your answers.
    Aurélien

    https://wordpress.org/plugins/wpsso/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    You’re getting a blank page? On the admin side, front-end, or both?

    Have you tried enabling the WP_DEBUG constant?

    define('WP_DEBUG', true);
    if ( defined('WP_DEBUG') && WP_DEBUG == true ) {
        define('WP_DEBUG_LOG', true);
        define('WP_DEBUG_DISPLAY', false);
        @ini_set('display_errors',0);
    }

    http://wpsso.com/codex/plugins/wpsso/installation/debugging-and-problem-solving/

    Let me know what error gets logged.

    js.

    Plugin Author JS Morisset

    (@jsmoriss)

    Is this still an issue? Have you found the offending plugin / code?

    js.

    Hello This has happened to my site too just a on a few pages.. I am getting this error within the admin when trying to edit the page and the page just won’t load on the public side.

    Fatal error: Call to a member function get_singlepic_images() on a non-object in /home/wp-content/plugins/wpsso/lib/twittercard.php on line 157

    Paul

    Plugin Author JS Morisset

    (@jsmoriss)

    Ah. Got it. Twitter Cards used to be a Pro-only feature, but support for Twitter Cards was added to the Free version in v3.10. It looks like the plugin has detected NextGEN Gallery and attempted to check for a “singlepic” shortcode. Unfortunately, the Free version does not include support for 3rd party plugins like NextGEN Gallery. I’ve added a check to skip that code in v3.10.1, which I’ll try and push out tonight.

    Thanks for reporting the error.

    js.

    thanks.. I uploaded version 3.9.2 and its ok.. I will watch for the update.

    3.10.1 is ok.. thank you.

    Thread Starter la-concorde

    (@la-concorde)

    Hi JS,
    First of all, sorry for the late answer to your previous posts…
    And many many thanks for you help and fixes to this matter.
    Also a great thanks to Paul who helped you fixing it.
    It seems to work good now with the 3.10.1!
    Aurel

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No viewable pages after new update WPSSO 3.10’ is closed to new replies.