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)

Nadeemjp 02-01-2010 09:28 AM

Quote:

Originally Posted by Zaiaku (Post 1971222)
What version of the mod are you using?
Can you verify in myphpadmin there's that column is in your db?

Zia bro I am using the latest version.
It was working fine with 3.8.4 and then i upgraded to 4.0.1 and after many failed attemptes i finally successfully upgraded.
I am afraid that during the process, I might have deleted some critical file that is causing this. or maybe i deleted most of my previously installed modifications. i have really no idea what is causing this.
the album can be created, it can be deleted. but the old albums are not showing pictures. only the broken links and when someone attempts to access thos pictures, upload new pictures, etc this error is generated.

i am not a technical person so really dont know how to figure it out. since the error showed FBB, so i thought maybe my pro friends can help me out:)

Nadeemjp 02-01-2010 09:49 AM

and no zai bro there is no table by the name of "a.fbbypass" in my database.
should i be looking somewhere else?

mobe00 02-01-2010 11:07 AM

1 Attachment(s)
Works perfect here. I changed the facebook icon to a smaller one and placed it beside the login button. looks great i think. and the mod works perfect :)

mobe00 02-01-2010 11:59 AM

1 Attachment(s)
To place the small facebook icon as i did beside the login button do this

In the header template search for :

<input type="submit" class="loginbutton" value="Login" tabindex="104" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />


Righ after paste this code :

<vb:if condition="$show['guest']">
<a href="{vb:raw vboptions.bburl}/facebook.php{vb:raw session.sessionurl_q}" rel="nofollow">
<img src="{vb:raw vboptions.bburl}/fbb/fbconnect.gif" border="0"/>
</a>
</vb:if>


Download the fbconnect.gif icon that i attached here and upload it to your fbb folder in your root forum folder.

This will place the button to the right of the login button.

Zaiaku 02-01-2010 01:06 PM

Quote:

Originally Posted by Nadeemjp (Post 1972011)
and no zai bro there is no table by the name of "a.fbbypass" in my database.
should i be looking somewhere else?

Looks like you upgraded the mod before upgrading the forum from the errror and what you told you you did. Try re-importing the product and use overwrite. If that doesn't work or as an alternative you can try running the query

Code:

                                        ALTER TABLE `" . TABLE_PREFIX . "attachment`
                                                ADD COLUMN `fbbypass` int(11) DEFAULT 0
                                                ,ADD COLUMN `fbpid` varchar(255) DEFAULT '-1'


BBR-APBT 02-01-2010 04:14 PM

Quote:

Originally Posted by vexvegaz (Post 1971322)
quick question guys... in the forum manager option where "Page ID to publish feed when new thread posted", how do i set it up so it posts to a group page wall or application page wall instead of the owner wall?


tnks in advance

I just looked at this again and I tried to use the options that are there it does not work.
In the log it says it posted but it really never did. So when Mrpaint gets back around to look at this I will send him my logs in a PM so he can look at it. I think I know the problem but when it comes to the facebook side of things I am still learning the ins and outs.

dangerin 02-01-2010 05:19 PM

Good evening guys...
With the help of mobe00 that has installed this wonderful MOD on my site i see this errors code :

Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/*****/:/tmp:/usr/local/lib/php/) in [path]/includes/class_upload.php on line 275

Warning: fopen() [function.fopen]: Filename cannot be empty in [path]/includes/class_upload.php on line 281

what can be? I've reactivated all the products that i had deactivate for a correct installation of YAFB
Bye and thanks newly to mobe00

kall 02-01-2010 05:20 PM

Quote:

Originally Posted by BBR-APBT (Post 1972294)
I just looked at this again and I tried to use the options that are there it does not work.
In the log it says it posted but it really never did. So when Mrpaint gets back around to look at this I will send him my logs in a PM so he can look at it. I think I know the problem but when it comes to the facebook side of things I am still learning the ins and outs.

It does post it to the Page wall, but looks to be only posting it to the 'Just Fans' part.

ie: http://www.facebook.com/nzboards - click the Wall tab and then Just Fans, there's some of mine there.

*edit* <jedihandmovement> Pay no attention to the fact the links are not dynamic. </jedihandmovement>

Zaiaku 02-01-2010 05:29 PM

Quote:

Originally Posted by dangerin (Post 1972345)
Good evening guys...
With the help of mobe00 that has installed this wonderful MOD on my site i see this errors code :

Warning: tempnam() [function.tempnam]: restriction in effect. File() is not within the allowed path(s): (/home/*****/:/tmp:/usr/local/lib/php/) in [path]/includes/class_upload.php on line 275

Warning: fopen() [function.fopen]: Filename cannot be empty in [path]/includes/class_upload.php on line 281

what can be? I've reactivated all the products that i had deactivate for a correct installation of YAFB
Bye and thanks newly to mobe00

open_basedir this is host problem not a mod problem. Not sure if there's a work around for this or now. I got his error without this mod when trying to uupload profile pics fro URL instead of from computer.

Its possible that you have open_basedir restrictions on your server. To get uploads to work you need to create a 'tmp' subdirectory under your main directory and chmod it to 777. Then in the Admin CP set "Upload In Safe Mode?" to 'Yes' and point the "Safe Mode Temp Directory" to that directory. Or disable open_basedir.

dangerin 02-01-2010 05:38 PM

Mmmhh,
Firstly really thanks for answer but it's really difficult to understand for me that you said.
In effect i see that the post on facebook has not the avatar that firstly there was.
Is possible that you are able to explain how if you spoke with a little baby for what i must d to solve this error?
i've inderstood to create a tmp directory in public_html ( is my main directory ) but after i do not now where is the safe mode that you have indicated.
Thanks for all


All times are GMT. The time now is 01:24 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.02407 seconds
  • Memory Usage 1,752KB
  • 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
  • (1)bbcode_code_printable
  • (5)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