-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Fatal Error" occurred when adding the Social extension #301
Comments
@zaneyu Delete @valeriuzdrobau I think in if (!class_exists('OAuthSignatureMethod_HMAC_SHA1')):
class OAuthSignatureMethod_HMAC_SHA1 {
...
}
endif; |
@moldcraft Thanks a lot! :) |
valeriuzdrobau
added a commit
to ThemeFuse/Unyson-Social-Extension
that referenced
this issue
Mar 5, 2015
I corrected here, the problem will disappear in the next version. |
Fixed in v1.0.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to add the Social extension in Unyson, and suddenly the WP website went down by showing the following line:
"Fatal error: Cannot redeclare class OAuthSignatureMethod_HMAC_SHA1 in /home/content/p3pnexwpnas05_data03/81/2365281/html/wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/includes/OAuth.php on line 125"
My site is hosted by Godaddy and now I'm not able to manage it (say, entering the dashboard page) with the above error. I don't know if it is because the extension conflicts with some other plugins.
It seems the only way to "solve" the problem is removing the old one and build a new one. However I don't have a backup so if anyone knows other way please tell me.
The text was updated successfully, but these errors were encountered: