• Hi,

    I have installed the plugins and all the options work with the exception of the Facebook and Twitter login’s.

    Clicking the Facebook button returns:

    Fatal error: Cannot redeclare class FacebookApiException in /home/<REDACTED>/public_html/wp-content/plugins/social-connect/facebook/facebook.php on line 91

    Clicking the Twitter button:

    Just open’s the web site up in a sized window.

    Any help would be appreciated, the site if you wish to see for yourself is http://www.markdalton.co.uk

    Thanks in advance.
    Mark

    http://ww.wp.xz.cn/extend/plugins/social-connect/

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

    (@thenbrent)

    Looks like a plugin conflict Mark. Deactivate Facebook Connect or any other plugin with some form of Facebook functionality and it shouldn’t be an issue.

    That is only a bandaid though. We’ll have to make sure the Facebook class is not loaded if it already exists to prevent this happening.

    Thread Starter markdalton

    (@markdalton)

    Nar it’s gotta be code 😉

    I tried deactivating every plugin on the site and the problem with FB still occurs. What is interesting is if I goto my facebook home page and sign out, then try it I get further. I get to the Facebook authentication page, which ends in the same error on submission.

    Any idea’s with the Twitter bit, haven’t even got there yet 😉

    I’m getting the exact same error.

    Fatal error: Cannot redeclare class FacebookApiException in /nfs/c03/h03/mnt/53971/domains/xxxxxxxxxx.com/html/wp-content/plugins/social-connect/facebook/facebook.php on line 91

    Any progress on this?

    it’s hosting options problem.
    There must be
    register_globals On
    allow_url_fopen On
    allow_url_include On
    I switched these on and it worked for me ^_^

    oh also problem was in two plugins creating same facebook class
    helped:
    if (!class_exists('FacebookApiException')) before class FacebookApiException extends Exception
    and if (!class_exists('Facebook')) before class Facebook in facebook/facebook.php

    Thank you so much. Where would i make these changes for the hosting options?

    Can you san your facebook.php to my email [email protected]

    i can’t resolve my problem…. please

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘[Plugin: Social Connect] Error: Fatal error’ is closed to new replies.