• I tested the comments function yesterday and initially it worked fine. Shortly after it broke and returns on the attempt to comment only
    “Error: please fill the required fields (name, email).”

    Somehow data is not transmitted and on the settings page it says:
    “Facebook doesn’t like your settings, it says: Session has expired at unix time 1311541200. The current unix time is 1311542843..”

    In debug mode I receive a bunch of notices:
    Notice: Undefined index: HTTPS in /home/ulrike/public_html/wp-content/plugins/simple-facebook-connect/sfc-base.php on line 12

    Notice: Undefined variable: a in /home/ulrike/public_html/wp-content/plugins/simple-facebook-connect/sfc-base.php on line 195

    Notice: Undefined variable: a in /home/ulrike/public_html/wp-content/plugins/simple-facebook-connect/sfc-base.php on line 197

    Notice: Use of undefined constant SFC_IGNORE_ERRORS – assumed ‘SFC_IGNORE_ERRORS’ in /home/ulrike/public_html/wp-content/plugins/simple-facebook-connect/sfc-base.php on line 201

    What am I doing wrong, there aren’t too many settings :/
    http://ondetours.com/2011/07/v-for-vegan/

    http://wordpress.org/extend/plugins/simple-facebook-connect/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Use the beta version of the plugin. This fixes a *lot* of issues.

    http://plugins.svn.wordpress.org/simple-facebook-connect/branches/new-sfc/

    Thread Starter Hivemind

    (@hivemind)

    Thanks Otto, I exchanged the files and checked in the two options:
    Allow FB Login to Comment (for non-registered users)
    Integrate FB Comments (needs automatic publishing enabled)

    Still I encounter the same error code, haven’t debugged yet but error message on settings page vanished.

    PS: What means “automatic publishing enabled”?

    Thread Starter Hivemind

    (@hivemind)

    Wondered if you may overlooked the issue.
    http://ondetours.com/2011/07/v-for-vegan/

    I enter the page, use the connect with Facebook button, enter some text but after submitting the comment I receive:
    “Error: please fill the required fields (name, email).”

    After connecting to FB I don’t even have the possibility to enter the requested fields as I wrapped the code with

    <div id="comment-user-details">
    <?php do_action('alt_comment_login'); ?>
    </div>

    Please advice.

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Hmm.. I dunno. Are you using any other plugins that might be interfering?

    With FB credentials, the plugin is supposed to fill in the name and email and such on the back end. If it can’t talk directly to Facebook from the server, then that could block this from working. Perhaps your site is firewalled somehow?

    Hi there,

    Any solution to this, I’m having the same problem….

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    If you get notices and such, then you need to turn off the WordPress debug mode or whatever other error reporting mechanism you have enabled. Notices and other error displays should never be enabled on production sites.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Simple Facebook Connect] SFC Comments’ is closed to new replies.