vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Integration with vBulletin - YAFB - Yay! Another Facebook Bridge (https://vborg.vbsupport.ru/showthread.php?t=232457)

Jabong82 03-15-2010 02:18 PM

Ok how do you uninstall this thing. I removed all the files and uninstalled the XML but I still have some remnants of it left over that is interfering with some other mods. Any help would be appreciated.

Digital Jedi 03-15-2010 10:36 PM

Quote:

Originally Posted by Jabong82 (Post 2004106)
Ok how do you uninstall this thing. I removed all the files and uninstalled the XML but I still have some remnants of it left over that is interfering with some other mods. Any help would be appreciated.

In that order? Because you should always uninstall the XML prior to removing the files, unless there are install instructions that say otherwise.

Digital Jedi 03-15-2010 10:45 PM

Quote:

Originally Posted by Jabong82 (Post 2003875)
Um ok I am stuck on this one at the registration.

When I enter my API key and Secret Code, I don't get any templates. It just saves and nothing happens.

Anybody else have this problem?

Didn't do it for me either. I don't believe this version lists the template bundles since the video was made.

Jabong82 03-16-2010 02:21 AM

Hey Digital thanks for your response.

I installed everything again however I cant seem to get these posts to work.

I am able to connect, set the permissions etc, but when I post a new thread/reply and receive replies etc. I don't get a notification.

Also whenever I click the share button in the post-bit I always get an error.

Any idea why this may be? Thanks in advance.

nekiw 03-16-2010 08:20 AM

Hi

First of all, I just want to say its an incredible module and thank you for the hard work.
One problem though, after installing this module when people are through adding all info when register and they click complete registration, they are forwardet to http://www.xxx.xx/register.php?do=addmember
for some reason that addmember page is blank, if I disable this module its all working and looks like it should after completing registration.
please help me out

Jabong82 03-16-2010 08:58 AM

Go into plugin manager, disable "Runbox" (its like the very top plugin). That should fix it for ya as quoted for the 10000th time in this thread :)

KURTZ 03-16-2010 10:27 AM

Quote:

Originally Posted by KURTZ (Post 2002440)
about the error that i've fixed (thx to [name]BBR-APBT[/name]) now i can edit my avatar and select the connection with FBB, BUT when i try to synchronize my avatar i got the following error ...

Code:

Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/fniv/:/tmp:/var/tmp:/usr/local/lib/php/) in [path]/includes/class_upload.php(384) : eval()'d code on line 12
however i wanna notice that the synchronization runs correctly ... but i've still this error ...

hi, news about this issue? :)

forumistat 03-16-2010 11:37 AM

I'm getting an error on vBulletin 4, if anyone can help i would appriciate it

The message i get is...

Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/???????/public_html/?????????/fbb/runbox_hook_register_addmember_complete.php on line 5

KURTZ 03-16-2010 11:43 AM

Quote:

Originally Posted by forumistat (Post 2004731)
I'm getting an error on vBulletin 4, if anyone can help i would appriciate it

The message i get is...

Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/???????/public_html/?????????/fbb/runbox_hook_register_addmember_complete.php on line 5

Quote:

Originally Posted by Jabong82 (Post 2004660)
Go into plugin manager, disable "Runbox" (its like the very top plugin). That should fix it for ya as quoted for the 10000th time in this thread :)

try this ;) i thnk that [name]mrpaint[/name] should release an upgrade ... there are some issues ... :)

WxP 03-16-2010 07:46 PM

Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/****/public_html/fbb/runbox_hook_register_addmember_complete.php on line 5

Digital Jedi 03-16-2010 11:01 PM

Quote:

Originally Posted by WxP (Post 2004994)
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/****/public_html/fbb/runbox_hook_register_addmember_complete.php on line 5

[facepalm] Try reading the post above yours.

doubleclick 03-17-2010 07:57 AM

Hello-

I had reported this error before and thought it had been fixed, but I was too optimistic. I receive it several times night

Code:

Invalid SQL:

SELECT picture.pictureid, picture.userid, picture.extension, picture.idhash, picture.state, picture.fbbypass,
albumpicture.dateline, album.state AS albumstate, profileblockprivacy.requirement AS privacy_requirement,
picture.filedata, picture.filesize
FROM vbalbumpicture AS albumpicture
INNER JOIN vbpicture AS picture ON (albumpicture.pictureid = picture.pictureid)
INNER JOIN vbalbum AS album ON (albumpicture.albumid = album.albumid)
LEFT JOIN vbprofileblockprivacy AS profileblockprivacy ON
(profileblockprivacy.userid = picture.userid AND profileblockprivacy.blockid = 'albums')
WHERE albumpicture.albumid = 35 AND albumpicture.pictureid = 147;

MySQL Error : Table '417278_forum.vbprofileblockprivacy' doesn't exist
Error Number : 1146
Request Date : Tuesday, March 16th 2010 @ 01:19:38 PM
Error Date : Tuesday, March 16th 2010 @ 01:19:39 PM
Script : http://www.mysite.com/forum/facebook.php?do=albumpicture&albumid=35&pictureid=147
Referrer :
IP Address : 66.220.145.246
Username : Unregistered
Classname : vB_Database

As I read the error, it seems it is complaining about a missing table: vbprofileblockprivacy

I'm not much of a coder, but it seems if that's the problem, I could just go into phpMyAdmin and add the table. I started to do that this morning, but when I did, besides prompting for the table name, it also wants the number of fields, so it seems I need a bit more info.
  1. Is my conclusion correct that this vbprofileblockprivacy table should be there?
  2. If it should be, then how many fields should it have?
  3. Is this the logical fix?

Thanks for any thoughts on this.

dc

tiengnhat 03-17-2010 02:13 PM

Can you tell me about fix this error?
Code:

Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /address/myname/public_html/forum/fbb/runbox_hook_register_addmember_complete.php on line 5
And cannot register a new acount.
Thanks you!

Blacura 03-19-2010 06:20 PM

I LOVE this MOD. i started off with some issues but it is working like a champ now.

But i do have one issue. I get logged off a lot and very fast. is there some type of setting that keeps you on longer?

sNator 03-19-2010 09:29 PM

Quote:

Originally Posted by tiengnhat (Post 2005544)
Can you tell me about fix this error?
Code:

Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /address/myname/public_html/forum/fbb/runbox_hook_register_addmember_complete.php on line 5
And cannot register a new acount.
Thanks you!

I have the same problem.

Vb 3.8

Blacura 03-19-2010 09:42 PM

Quote:

Originally Posted by WxP (Post 2004994)
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/****/public_html/fbb/runbox_hook_register_addmember_complete.php on line 5

Go to your plugins manager.
Look for the plugin with the word runbox in the name. Either 1) Disable the plugin or B) delete the plugin. Do that only for this plugin not the whole product.

Blacura 03-19-2010 09:42 PM

Quote:

Originally Posted by sNator (Post 2006730)
I have the same problem.

Vb 3.8

Go to your plugins manager.
Look for the plugin with the word runbox in the name. Either 1) Disable the plugin or B) delete the plugin. Do that only for this plugin not the whole product.

Blacura 03-19-2010 09:44 PM

Quote:

Originally Posted by tiengnhat (Post 2005544)
Can you tell me about fix this error?
Code:

Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /address/myname/public_html/forum/fbb/runbox_hook_register_addmember_complete.php on line 5
And cannot register a new acount.
Thanks you!

I know it's hard to go through every page in here so i don't blame you for asking. it says this mod is supported so support it. here is how you fix this issue

Go to your plugins manager.
Look for the plugin with the word runbox in the name. Either 1) Disable the plugin or B) delete the plugin. Do that only for this plugin not the whole product.

folks don't get mad just help each other.

Jabong82 03-19-2010 11:41 PM

Quote:

Originally Posted by Blacura (Post 2006743)
I know it's hard to go through every page in here so i don't blame you for asking. it says this mod is supported so support it. here is how you fix this issue

Go to your plugins manager.
Look for the plugin with the word runbox in the name. Either 1) Disable the plugin or B) delete the plugin. Do that only for this plugin not the whole product.

folks don't get mad just help each other.

Yah but you have people in this thread asking a question when the answer is literally posted right above their question :)

Digital Jedi 03-20-2010 05:20 AM

Quote:

Originally Posted by Jabong82 (Post 2006805)
Yah but you have people in this thread asking a question when the answer is literally posted right above their question :)

Not to mention that one could just do a search for "runbox".

mrpaint 03-20-2010 06:53 AM

Hi guys,

Finally a bug free version has been released. Nothing big in this version, just all known issues are fixed. I also improved a little bit in post link (because in vBB4 there is no such thing as showthread.php?p=x). For boards which are already running YAFB, I don't think it's worth to upgrade. Any ideas or suggestion, feel free to post here or email me: daohoangson at gmail dot com

Thank you all for your great support

PS: I really hope this will stop people from asking old questions again and make all of you angry. Life should be fun, right? Cheers! :D

hollosch 03-20-2010 09:44 AM

Quote:

Originally Posted by mrpaint (Post 2006914)
Life should be fun, right? Cheers! :D

Right ! Cheers, too !

hollosch 03-20-2010 09:57 AM

Error while sending notifications to YAFB-User:

Quote:

Found 25 Connected Users. Ready to send notifications...
FYI: We got 1 pack(s) to send. Each pack contain maximum 40 user
Sending pack #0 (25 user(s)): 1450261818, 100000066562019, 100000324486050, 100000609742598, 599257262, 1379827117, 1178876727, 1210668184, 100000076647531, 100000169143742, 1262351123, 1816040470, 1315711948, 100000049013642, 100000263368589, 100000565513964, 100000660665320, 100000593665554, 1795915202, 100000508118861, 100000058820060, 1235438202, 100000602274057, 100000775372107, 100000173508801 - FAILED
0 notifications sent... :-(

mrpaint 03-20-2010 11:01 AM

Quote:

Originally Posted by hollosch (Post 2006969)
Error while sending notifications to YAFB-User:



0 notifications sent... :-(

True. Since Facebook changed the notification system into counter system but some people still report they can receive notification as counter so I still leave all the notification stuff unchanged

hollosch 03-20-2010 11:25 AM

Aha, ok...

Veer 03-20-2010 12:26 PM

Quote:

Originally Posted by mrpaint (Post 2006914)
Hi guys,

Finally a bug free version has been released. Nothing big in this version, just all known issues are fixed. I also improved a little bit in post link (because in vBB4 there is no such thing as showthread.php?p=x). For boards which are already running YAFB, I don't think it's worth to upgrade. Any ideas or suggestion, feel free to post here or email me: daohoangson at gmail dot com

Thank you all for your great support

PS: I really hope this will stop people from asking old questions again and make all of you angry. Life should be fun, right? Cheers! :D

Thanks for the update mrpaint

I updated but I got this error when importing product:

Code:

Importing Product, Please Wait...

[:]

Parse error: syntax error, unexpected '{' in /home/site/public_html/includes/adminfunctions_plugin.php(450) : eval()'d code on line 5


mrpaint 03-20-2010 12:34 PM

Quote:

Originally Posted by Veer (Post 2007024)
Thanks for the update mrpaint

I updated but I got this error when importing product:

Code:

Importing Product, Please Wait...

[:]

Parse error: syntax error, unexpected '{' in /home/site/public_html/includes/adminfunctions_plugin.php(450) : eval()'d code on line 5


Uh oh, please try again? (I re-packed the .xml file in the first post)

Veer 03-20-2010 12:57 PM

Quote:

Originally Posted by mrpaint (Post 2007029)
Uh oh, please try again? (I re-packed the .xml file in the first post)

Thanks dear, its fine now :)

Big-Pete 03-20-2010 01:27 PM

Im running vB 402 PL1 with vbseo and the update worked a treat :D

basilrath 03-20-2010 03:25 PM

Works fantastic ....... great mod

Jabong82 03-20-2010 08:13 PM

Yes working great.

One question though, how do I set-up email permission? I can't turn that feature on. Do I need to have email enabled on my website or something? Thank you in advance.

syrn 03-20-2010 08:33 PM

Installed , 5 *****

Very Nice , Installed and it working .......But 1 prob i have .
after installing this plugin i have facing a prob,
when a new user wana register on my site , he got this Eror
Quote:

Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /home/content/80/5688880/html/fbb/runbox_hook_register_addmember_complete.php on line 5


and when i disable this plugin , the prob is solved ,
plz check this eror and fix that because its a great plugin ,

way2xtreme 03-21-2010 11:35 AM

Hello, I have a member who used it to create a new username (we are all new to this). Is there a way to set the connection to his old username and move his new posts (just a few) to his old account?

Thanks
WC

Vaupell 03-21-2010 11:46 AM

Tx, problems fixed with usercp links :D cheers

nitra1000 03-21-2010 12:27 PM

I installed today, and I get this Javascript error

Code:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Sun, 21 Mar 2010 13:26:29 UTC


Message: 'fbUserConnected' is undefined
Line: 125
Char: 995
Code: 0
URI: http://static.ak.connect.facebook.com/connect.php/en_US/js/Api/CanvasUtil/Connect/XFBML


Message: 'fbUserConnected' is undefined
Line: 125
Char: 995
Code: 0
URI: http://static.ak.connect.facebook.com/connect.php/en_US/js/Api/CanvasUtil/Connect/XFBML

It happens just after I've used the popup box to login (and it's disappeared), in the main window.

Not sure whats going on.... Any ideas?

is_it_me 03-21-2010 03:58 PM

Quote:

Originally Posted by mrpaint (Post 2006914)
Hi guys,

Finally a bug free version has been released. Nothing big in this version, just all known issues are fixed. I also improved a little bit in post link (because in vBB4 there is no such thing as showthread.php?p=x). For boards which are already running YAFB, I don't think it's worth to upgrade. Any ideas or suggestion, feel free to post here or email me: daohoangson at gmail dot com

Thank you all for your great support

Hi mrpaint, does this release solve my problem as per post 677 / is it worth me upgrading? :)

reimic 03-22-2010 07:30 AM

I have an idea: Post Articles directly in a facebook site and the comments sync also automatic. that would be very great!

KURTZ 03-22-2010 11:41 AM

Quote:

Originally Posted by KURTZ (Post 2004699)
hi, news about this issue? :)

#687

Code:

Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/fniv/:/tmp:/var/tmp:/usr/local/lib/php/) in [path]/includes/class_upload.php(384) : eval()'d code on line 12

syrn 03-22-2010 05:55 PM

Account Reclamation URL ???

eternal_ 03-23-2010 08:26 PM

Why isn't there a facebook connect button made for logging into 4.0 yet?


All times are GMT. The time now is 08:13 AM.

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.03535 seconds
  • Memory Usage 1,847KB
  • 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
  • (9)bbcode_code_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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