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