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)

stevemoy 02-24-2010 02:56 PM

Quote:

Originally Posted by vbreal (Post 1990417)
just did a server change and i am now getting this error with new registrants.

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


going to delete and reinstall

Just change line 5 of that file from:

Code:

for ($i = 0; $i <8 $i++) {

To:

Code:

for ($i = 0; $i <8; $i++) {

I had to do that too; I guess most other folks aren't hitting this file for some reason?

BBR-APBT 02-24-2010 03:19 PM

Quote:

Originally Posted by stevemoy (Post 1990451)
Just change line 5 of that file from:

Code:

for ($i = 0; $i <8 $i++) {

To:

Code:

for ($i = 0; $i <8; $i++) {

I had to do that too; I guess most other folks aren't hitting this file for some reason?

Or just disable the plugin for this file as it is not used. I posted about it in the thread several times.

pierrefitchvb 02-24-2010 03:33 PM

when i still it ... and click connect i get some funky weird txt in a white box what did i do wrong

The requested URL /xd_receiver.htm?fb_login&fname=_opener&guid=0.4214 3200035206974&session=%7B%22se ssion_key%22%3A%223.uAQHYlqHkXZa50pUwdPdog__.3600. 1267002000-100000654804705%22%2C%22uid%22%3A100000654804705%2 C%22expires%22%3A1267002000%2C %22secret%22%3A%22z7OX7y5VJaj2v4ERXr6f3g__%22%2C%2 2base_domain%22%3A%22g rum.com%22%2C%22sig%22%3A%22d23cd68b97212db41990d9 8d5d1b3c68%22%7D was not found on this server.

AevarKvaran 02-24-2010 05:48 PM

I am kinda new to vbulletin so Im not sure if this applies to yafb or vbulletin. I am trying to disable autoredirection after registering a new account with facebook.

More precicely after this message:

"
Thank you, [Name]. Your registration is now complete.

You may now proceed to edit your Profile in order to fill in additional personal details about yourself, or you could modify your Options to customize your browsing experience of this site. If you would rather do these things later, you can do so by following the links around the site to your User Control Panel.

Alternatively, you can simply go back to the Forums and start posting in threads.

"

What I would like to happen is that the user stays on this message until he takes action.
Any suggestions?

BBR-APBT 02-24-2010 06:37 PM

Quote:

Originally Posted by pierrefitchvb (Post 1990482)
when i still it ... and click connect i get some funky weird txt in a white box what did i do wrong

The requested URL /xd_receiver.htm?fb_login&fname=_opener&guid=0.4214 3200035206974&session=%7B%22se ssion_key%22%3A%223.uAQHYlqHkXZa50pUwdPdog__.3600. 1267002000-100000654804705%22%2C%22uid%22%3A100000654804705%2 C%22expires%22%3A1267002000%2C %22secret%22%3A%22z7OX7y5VJaj2v4ERXr6f3g__%22%2C%2 2base_domain%22%3A%22g rum.com%22%2C%22sig%22%3A%22d23cd68b97212db41990d9 8d5d1b3c68%22%7D was not found on this server.

Upload the files to the correct place. Re-upload all the files and follow the directions.
xd_receiver.htm should be in your forum root directory.

vbreal 02-25-2010 04:08 AM

Quote:

Originally Posted by stevemoy (Post 1990451)
Just change line 5 of that file from:

Code:

for ($i = 0; $i <8 $i++) {
To:

Code:

for ($i = 0; $i <8; $i++) {
I had to do that too; I guess most other folks aren't hitting this file for some reason?

yeah that worked, much appreciated

PI Guy 02-25-2010 09:06 AM

Would love to make this work but so far no answers to my questions. :(

doubleclick 02-25-2010 10:02 AM

I was getting this error with the previous version. I uninstalled it, removed everything, and did a fresh install of 3.2

Still getting the error many times a day:
================================

Database error in vBulletin 3.7.3:

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 = 146;

MySQL Error : Table 'xyxz_forum.vbprofileblockprivacy' doesn't exist
Error Number : 1146
Request Date : Thursday, February 25th 2010 @ 05:27:03 AM
Error Date : Thursday, February 25th 2010 @ 05:27:03 AM
Script : http://www.mysite.com/forum/facebook...&pictureid=146
Referrer :
IP Address : 66.220.146.246
Username : Unregistered
Classname : vB_Database
MySQL Version :
================================

What do I need to do to fix this?

Thanks,
dc

dangerin 02-25-2010 10:12 AM

But you do not have the version 4 of Vb. this mod is created for the 4 because for the later versions it do not work more.
This is what i'd understood.
Bye

is_it_me 02-25-2010 10:33 AM

Seems to work OK for me using vb4.02.


All times are GMT. The time now is 08:31 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.01858 seconds
  • Memory Usage 1,746KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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