It looks like you're new here. If you want to get involved, click one of these buttons!
Fatal error: Cannot redeclare class OAuthException in /[public root directory snipped for safety]/library/vendors/oauth/OAuth.php on line 8
I’m not sure the root of this problem, but a quick-and-dirty fix would be to make the following change:
library/vendors/oauth/OAuth.php
if (!class_exists('OAuthException')) { class OAuthException extends Exception { // pass } }
yes that is quick and definitely dirty, don't do it. This is merely asking the program not to check but will cause more problems.
Comments
I’m not sure the root of this problem, but a quick-and-dirty fix would be to make the following change:
library/vendors/oauth/OAuth.php- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •yes that is quick and definitely dirty, don't do it. This is merely asking the program not to check but will cause more problems.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •