Searched and didn't see anyone with the same issue. I'm getting the following error once you click the "Tweet This Thread' link:
Code:
Fatal error: Cannot redeclare class Twitter in /path/to/my/forum/includes/twitter.php on line 27
Starting at line 27 of twitter.php:
Code:
class Twitter {
/* Username:password format string */
private $credentials;
/* Contains the last HTTP status code returned */
private $http_status;
/* Contains the last API call */
private $last_api_call;
/* Contains the application calling the API */
private $application_source;
/* Include Source */
private $include_source;
Re-uploaded files and reinstalled allowing overwrite and still same issue. PHP5.2 installed.