Hi Shade,
I had a little bit of trouble with your plugins at first, but were able to solve them all on my own except the one twitter is throwing me. originally nothing was showing up next to register, and the API apps were throwing their own errors. FB and G+ now work as intended, however anytime I try twitter I get "an unknown error has occurred". I have checked my configurations, log errors, and code but can't figure out what the error is or where it is originating from. When you get the time, please tell me what you need from me, so I can get it done and finally get a night of rest lol...
Best,
David
(2015-08-10, 07:18 PM)daviworld Wrote: Hi Shade,
I had a little bit of trouble with your plugins at first, but were able to solve them all on my own except the one twitter is throwing me. originally nothing was showing up next to register, and the API apps were throwing their own errors. FB and G+ now work as intended, however anytime I try twitter I get "an unknown error has occurred". I have checked my configurations, log errors, and code but can't figure out what the error is or where it is originating from. When you get the time, please tell me what you need from me, so I can get it done and finally get a night of rest lol...
Best,
David
Update: server finally logged some server side issues.
PHP 4. require_once()/public_html/forums/inc/plugins/MyTwitterConnect/class_twitter.php:70
PHP 3. MyTwitter->load_api() /public_html/forums/inc/plugins/MyTwitterConnect/class_twitter.php:50,
PHP 2. MyTwitter->__construct() /public_html/forums/mytwconnect.php:35,
PHP 1. {main}() /public_html/forums/mytwconnect.php:0
PHP Fatal error: Cannot redeclare class OAuthException in /public_html/forums/mytwconnect/src/OAuth.php on line 8,
-------------------------
3rd update: I was able to fix it when I saw it couldn't redeclae OAuth. I deactivated OAuth PHP extension on my server, and changed my url based to what it was trying to reach in the website and callback url which is "https://domain.com/forums/index.php" previously I had put "https://domain.com/forums/".
Not sure if this will also help others with the unknown error occurred issue, I have an SSL certificate installed, was getting mixed blocked content, but the fb and g+ work just fine over it, just edit your .htaccess to fix that issue and use relative paths in your links.