MyBB Community Forums

Full Version: MyTwitter Connect 3.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
(2015-03-15, 03:48 PM)Shade Wrote: [ -> ]
(2015-03-13, 07:48 PM)iturdu Wrote: [ -> ]
(2015-03-13, 06:34 PM)Shade Wrote: [ -> ]This was an incompatibility issue with "Default Avatar" plugin which was patched in the latest version (2.1).

now what can i do for this issue ....?

Update the plugin

from where i got New version ?
GitHub or the Mods Site.
i'm already using update version of MyTwitter Connect .
i delete mydatabase table but still same error.i need help


SQL Error:
1060 - Duplicate column name 'twavatar'
Query:
ALTER TABLE mybb_users ADD ( twavatar int(1) NOT NULL DEFAULT 1, twbio int(1) NOT NULL DEFAULT 1, twlocation int(1) NOT NULL DEFAULT 1, mytw_uid bigint(50) NOT NULL DEFAULT 0 )
You must eliminate the columns MTC tries to add, otherwise you will keep on receiving that error. To do so, open your database manager and delete all the columns from "mybb_users" table that begin with "tw", plus "mytw_uid" if present. Then retry.
(2014-01-16, 09:48 PM)melchor Wrote: [ -> ][Image: ufpYDgF.png]

wsir this page appears when i access http://www.mydomain.com/mytwconnect.php?action=twlogin

same error

http://mydomain.com/forum/mytwconnect.ph...on=twlogin
It's not "twlogin" but simply "login".
(2015-07-03, 09:47 PM)Shade Wrote: [ -> ]It's not "twlogin" but simply "login".

http://mywebsite.com/forum/mytwconnect.php?action=login

same m8 error

ok m8 i reinstall and work now thanks so much!
Unlink not showing for twitter and google+ connect

Attachments showing Twitter and google integration page

[attachment=34821]
[attachment=34822]
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.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15