New Landing How can we help? Themeforest Theme Support Dante oauth twitter feed plugin Reply To: oauth twitter feed plugin

#33005
aswtmelody
Member
Post count: 16

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
}
}