Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › oauth twitter feed plugin › Reply To: oauth twitter feed plugin
November 23, 2013 at 8:03 pm
#33005
Doing this allowed it to be activated, in case anyone has the same issue.
change OAuth.php
class OAuthException extends Exception {
// pass
}
to
if (!class_exists(‘OAuthException’)) {
class OAuthException extends Exception {
// pass
}
}