vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - vBTwitter (https://vborg.vbsupport.ru/showthread.php?t=204694)

ludomatic 02-17-2009 04:29 PM

Quote:

Originally Posted by dvsDave (Post 1746978)
The developer is aware of this issue. It's being worked on. In the meantime... what theme are you using? It looks nice!

Is a theme that created the ex-admin of the site, the complete name is "MacAdicto Grey". I guess him has used other theme base and created this last. Hugs from Argentina and sorry for my poor English!

King Kovifor 02-17-2009 07:16 PM

Quote:

Originally Posted by ludomatic (Post 1746968)
Hi! i can do work the vBTwitter....but in the "Thread Tool" i see 2 times the same option :S
I looking inside the code I did not find any reason to appear 2 times, somebody help me!! Thank you so much again!

http://img.skitch.com/20090217-r8dgx...uc7uq27ctq.png http://img.skitch.com/20090217-a7s73...ymbjk5y6am.png

You didn't remove the template edits. They are listed in the first post for you to remove.

Quote:

Originally Posted by tr03bor (Post 1746721)
Can you add this to the registration page to? So new members can fill it in?

I can see about it.

Quote:

Originally Posted by tr03bor (Post 1746718)
Also having this issue!

I'm working on it.

Joe Gronlund 02-17-2009 07:40 PM

I still cannot reinstall, i uninstalled the last version with no errors at all?? KK ?? Do you need my admin user, pass???

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
ALTER TABLE `user` ADD (`twitter_username` VARCHAR( 255 ) NOT NULL ,`twitter_password` VARCHAR( 255 ) NOT NULL);

MySQL Error  : Duplicate column name 'twitter_username'
Error Number  : 1060
Request Date  : Tuesday, February 17th 2009 @ 03:39:52 PM
Error Date    : Tuesday, February 17th 2009 @ 03:39:52 PM
Script        : http://www.windows7liveforums.com/admincp/plugin.php?do=productimport
Referrer      : http://www.windows7liveforums.com/admincp/plugin.php?do=productadd
IP Address    : 99.247.xxx.xxx
Username      : Joe Gronlund
Classname    : vB_Database
MySQL Version : 5.0.67-community


ragtek 02-17-2009 07:53 PM

Quote:

Originally Posted by Joe Gronlund (Post 1747204)
I still cannot reinstall, i uninstalled the last version with no errors at all?? KK ?? Do you need my admin user, pass???

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
ALTER TABLE `user` ADD (`twitter_username` VARCHAR( 255 ) NOT NULL ,`twitter_password` VARCHAR( 255 ) NOT NULL);

MySQL Error  : Duplicate column name 'twitter_username'
Error Number  : 1060
Request Date  : Tuesday, February 17th 2009 @ 03:39:52 PM
Error Date    : Tuesday, February 17th 2009 @ 03:39:52 PM
Script        : http://www.windows7liveforums.com/admincp/plugin.php?do=productimport
Referrer      : http://www.windows7liveforums.com/admincp/plugin.php?do=productadd
IP Address    : 99.247.xxx.xxx
Username      : Joe Gronlund
Classname    : vB_Database
MySQL Version : 5.0.67-community


your true
there's something missing in the deinstallcode

King Kovifor 02-17-2009 08:19 PM

Quote:

Originally Posted by Joe Gronlund (Post 1747204)
I still cannot reinstall, i uninstalled the last version with no errors at all?? KK ?? Do you need my admin user, pass???

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
ALTER TABLE `user` ADD (`twitter_username` VARCHAR( 255 ) NOT NULL ,`twitter_password` VARCHAR( 255 ) NOT NULL);

MySQL Error  : Duplicate column name 'twitter_username'
Error Number  : 1060
Request Date  : Tuesday, February 17th 2009 @ 03:39:52 PM
Error Date    : Tuesday, February 17th 2009 @ 03:39:52 PM
Script        : http://www.windows7liveforums.com/admincp/plugin.php?do=productimport
Referrer      : http://www.windows7liveforums.com/admincp/plugin.php?do=productadd
IP Address    : 99.247.xxx.xxx
Username      : Joe Gronlund
Classname    : vB_Database
MySQL Version : 5.0.67-community


This is still remnant of your original install (as with the bug you originally posted). Run this query and do the install again. :)

Also, be sure to add your prefix before user.

[sql]ALTER TABLE `user` DROP COLUMN `twitter_password`, DROP COLUMN `twitter_username`[/sql]

dvsDave 02-17-2009 11:38 PM

Alright, I finally got mcrypt installed.
Code:

mcrypt
mcrypt support
enabled
Version
2.5.8
Supported ciphers
cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes
cbc cfb ctr ecb ncfb nofb ofb stream

But I get a warning message at the top of the edit options page:

Code:

Warning: mcrypt_decrypt() [function.mcrypt-decrypt]: The IV parameter must be as long as the blocksize in [path]/profile.php(1873) : eval()'d code on line 2
Update: I should note that everything appears to work, but the error is still there even after logging in to twitter.

Update 2: After I posted one tweet, the message went away.

Update 3: I'm also getting the multiplying "Tweet This Post!" issue.

King Kovifor 02-18-2009 12:12 AM

Quote:

Originally Posted by dvsDave (Post 1747390)
Alright, I finally got mcrypt installed.
Code:

mcrypt
mcrypt support
enabled
Version
2.5.8
Supported ciphers
cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes
cbc cfb ctr ecb ncfb nofb ofb stream

But I get a warning message at the top of the edit options page:

Code:

Warning: mcrypt_decrypt() [function.mcrypt-decrypt]: The IV parameter must be as long as the blocksize in [path]/profile.php(1873) : eval()'d code on line 2

Known error, add a password and it'll be fixed.

dvsDave 02-18-2009 01:51 AM

Quote:

Originally Posted by King Kovifor (Post 1747412)
Known error, add a password and it'll be fixed.

okay. Is there anyway to suppress that message if the twitter_password field is NULL ?

King Kovifor 02-18-2009 02:07 AM

Yes, I just haven't got it codes yet.

RedeemedWarrior 02-18-2009 09:00 AM

I'm getting that multi tweet message too


All times are GMT. The time now is 07:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01658 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete