Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter cruzgloriosa

    (@cruzgloriosa)

    Hi,

    Bad news… problem not solved because i can’t edit post or pages with plugin activated, i can’t enter to dashboard with http://www.cruzgloriosa.org/wp-admin (blank page).

    In any case i entered using http://www.cruzgloriosa.org/wp-admin?XXX (suggestion into a forum) ????

    I think it was any error in wp-config.php but it’s correct… after 1 hour finding the problem i deactivate the plugin and i returned to normality… i can edit post or pages and enter by wp-admin…

    Edit:

    GOOD-NEWS!!!
    I activated the version 6.18.0.2 and now all works: no problem in homepage, no problem with wp-admin, no problem editing post or pages…

    Thanks!!!

    Plugin Author JS Morisset

    (@jsmoriss)

    Bad news, v6.19.0 is on the way, and will break your site, unless we find the problem. The reason is that v6.19.0 adds a meta tags preview feature, which generates all the meta tags on the admin side as well.

    The blank screen is actually a good thing – it means there’s a “hard” error, which should be easy to pickup. Something from Thesis must be missing on the back-end.

    Remove the debug.log, add the following to wp-config.php, and activate v6.19.0.

    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);
    }
    define('NGFB_WP_DEBUG', true);
    define('NGFB_HTML_DEBUG', true);

    When you get the white page, you should see an error in the debug.log.

    Remove the entries from wp-config.php and disable the plugin. I’ll have a look and see if we can fix the Thesis issue.

    js.

    Plugin Author JS Morisset

    (@jsmoriss)

    FYI – Unless someone reports an issue with this version, this will be the final version released later this evening:

    http://downloads.wordpress.org/plugin/nextgen-facebook.6.19rc4.zip

    js.

    Thread Starter cruzgloriosa

    (@cruzgloriosa)

    Hi JS,

    I think all is working for me. I can enter to wp-admin and add or edit posts or pages…

    But now i have this message when i edit my content:

    Open Graph+ Warning :
    Image ID 3712 rejected – http://www.cruzgloriosa.org/wp-content/uploads/2013/12/cantos-partitura-320×219.png (320×219) too small for ngfb-open-graph (320×320 cropped).

    Any suggestion?

    Thanks.

    Plugin Author JS Morisset

    (@jsmoriss)

    Your original image is 320×219, which is too small for the image dimensions you’ve configured.

    js.

    Thread Starter cruzgloriosa

    (@cruzgloriosa)

    Hi JS,

    Sorry but the problem is returned… 🙁
    I have more difficult for edit posts, pages, downloads… with the plugin activated. I deactivate the plugin temporally for working.

    I do your suggestion in post of 6 days ago?

    Thanks.

    Plugin Author JS Morisset

    (@jsmoriss)

    Might as well.

    js.

    Thread Starter cruzgloriosa

    (@cruzgloriosa)

    Hi js.

    Happy New Year!

    I have always problems with the plugin, i can’t enter to wp-admin area for modify settings or create new posts or pages…

    Can you see my debug.log file? i don’t understand what is happening. I think the problem is with the Reactiv Skin (Thesis), because i manage other sites with other skins from Thesis and not problem…
    debug.log

    Thanks for your help.

    Site with problem: cruzgloriosa.org

    Plugin Author JS Morisset

    (@jsmoriss)

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Plugin not working after Thesis update’ is closed to new replies.