• Resolved dasigrist

    (@dasigrist)


    Hi Today I updated my website theme (Extra from Elegant Themes) and after refreshing the page, the site went down and I got this error message on apache log:

    [Wed Dec 11 14:39:01.718802 2019] [php7:error] [pid 2106] [client 46.229.168.152:19640] PHP Fatal error: Cannot declare class OAuthSignatureMethod_HMAC_SHA1, because the name is already in use in /wp-content/themes/Extra/includes/ext/oauth.php on line 125

    After that, I disabled the “Super Socializer Plugin” and my site was back online again.

    Can you help me understand what is going on?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dasigrist

    (@dasigrist)

    Hey,

    no answer after 3 weeks. My site is still down if I enable the plugin.

    can I please have an answer.

    thank you.

    Plugin Author Heateor Support

    (@heateor)

    Sorry for the late reply. Missed this thread for some reason.
    If you check the line number 100 of file wp-content/plugins/super-socializer/library/oauth.php, you will find following code:
    if (!class_exists('OAuthSignatureMethod_HMAC_SHA1')) { which checks if class “OAuthSignatureMethod_HMAC_SHA1” doesn’t exist before declaring it.
    Similarly, the theme you are using should also check the same before declaring this class. If you send us the file wp-content/themes/Extra/includes/ext/oauth.php to support[at]heateor[dot]com, we would be able to send you fix. You can also drop a friendly note about the same to your theme developer.

    Thread Starter dasigrist

    (@dasigrist)

    Hi, Thank you.

    The problem solved itself with the next theme update.

    All the best

    Daniel

    Plugin Author Heateor Support

    (@heateor)

    Okay. Good to know.

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

The topic ‘Fatal Error after Extra Theme update.’ is closed to new replies.