Hi! So the install process went fine until I got to the final auth step. Checked to make sure iconv was enabled (it is), and we're running PHP 5.3.3.
twitter_oauth.php throws a server error (I don't have access to the console, so I can't check the logs, sadly). So I installed Tweetgater on another server, and at the same point, I get this:
Fatal error: Uncaught exception 'Zend_Oauth_Exception' with message 'Could not retrieve a valid Token response from Token URL: Failed to validate oauth signature and token' in /tweetgater/inc/Zend/Oauth/Http.php:234 Stack trace: #0 /tweetgater/inc/Zend/Oauth/Http.php(190): Zend_Oauth_Http->_assessRequestAttempt(Object(Zend_Http_Response)) #1 /tweetgater/inc/Zend/Oauth/Http.php(191): Zend_Oauth_Http->startRequestCycle(Array) #2 /tweetgater/inc/Zend/Oauth/Http.php(191): Zend_Oauth_Http->startRequestCycle(Array) #3 /tweetgater/inc/Zend/Oauth/Http/RequestToken.php(51): Zend_Oauth_Http->startRequestCycle(Array) #4 /tweetgater/inc/Zend/Oauth/Consumer.php(115): Zend_Oauth_Http_RequestToken->execute() #5 /tweetgater/install/twitter_oauth.php(20): Z in /tweetgater/inc/Zend/Oauth/Http.php on line 234
Any ideas? Should I update to the latest Zend, or will Tweetgater not work with it?
Thanks so much for this cool tool!
Hi! So the install process went fine until I got to the final auth step. Checked to make sure iconv was enabled (it is), and we're running PHP 5.3.3.
twitter_oauth.php throws a server error (I don't have access to the console, so I can't check the logs, sadly). So I installed Tweetgater on another server, and at the same point, I get this:
Fatal error: Uncaught exception 'Zend_Oauth_Exception' with message 'Could not retrieve a valid Token response from Token URL: Failed to validate oauth signature and token' in /tweetgater/inc/Zend/Oauth/Http.php:234 Stack trace: #0 /tweetgater/inc/Zend/Oauth/Http.php(190): Zend_Oauth_Http->_assessRequestAttempt(Object(Zend_Http_Response)) #1 /tweetgater/inc/Zend/Oauth/Http.php(191): Zend_Oauth_Http->startRequestCycle(Array) #2 /tweetgater/inc/Zend/Oauth/Http.php(191): Zend_Oauth_Http->startRequestCycle(Array) #3 /tweetgater/inc/Zend/Oauth/Http/RequestToken.php(51): Zend_Oauth_Http->startRequestCycle(Array) #4 /tweetgater/inc/Zend/Oauth/Consumer.php(115): Zend_Oauth_Http_RequestToken->execute() #5 /tweetgater/install/twitter_oauth.php(20): Z in /tweetgater/inc/Zend/Oauth/Http.php on line 234
Any ideas? Should I update to the latest Zend, or will Tweetgater not work with it?
Thanks so much for this cool tool!