Issues with Facebook Connect and vbulletin 5.2.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blade00
    Member
    • Apr 2016
    • 69
    • 5.1.x

    Issues with Facebook Connect and vbulletin 5.2.0

    Hi everyone, I'm trying to set up facebook connect for my site www.fiattipoclub.it, but It's not working, I don't understand why I can see the facebook connect button, but nothing happen by clicking on it. Thanks
    Last edited by blade00; Sat 9 Apr '16, 4:53am.
  • blade00
    Member
    • Apr 2016
    • 69
    • 5.1.x

    #2
    I just upgraded to 5.2.1, now I get this error message on register page:
    Code:
    Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/mhd-
    01/www.fiattipoclub.it/htdocs/includes/vb5/frontend/controller/page.php:53) in .../vb/library/facebook.php on line 213
    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/mhd-
    01/www.fiattipoclub.it/htdocs/includes/vb5/frontend/controller/page.php:53) in .../vb/library/facebook.php on line 213
    Any suggestions?
    Thank you
    Attached Files

    Comment

    • gh.rohit
      New Member
      • Nov 2014
      • 28
      • 5.1.x

      #3
      I am also facing this issue after upgrading to 5.2.2 from 5.1.10

      Comment

      • Romansuh
        New Member
        • Mar 2016
        • 6
        • 5.1.x

        #4
        Same thing. I set up facebook inegration. I see FB buttons, but nothing happens when I click on them. VB 5.2.2.

        Comment

        • Romansuh
          New Member
          • Mar 2016
          • 6
          • 5.1.x

          #5
          I managed to solve my problem.  I incorrectly put in the App ID setting of my site the name of the app instead of the ID number. As soon as I corrected it, everything worked fine.  May be this will help someone too.

          Comment


          • gh.rohit
            gh.rohit commented
            Editing a comment
            In my case, everything is right. I am still facing this problem
        • gh.rohit
          New Member
          • Nov 2014
          • 28
          • 5.1.x

          #6
          Anybody managed to solve this? This is problem is related to facebook plugin.

          Comment

          • Trevor Hannant
            vBulletin Support
            • Aug 2002
            • 24325
            • 5.7.X

            #7
            If you put your site in Debug Mode, is there any error showing when you try to use the Connect button?
            Vote for:

            - Admin Settable Paid Subscription Reminder Timeframe (vB6)
            - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

            Comment

            • gh.rohit
              New Member
              • Nov 2014
              • 28
              • 5.1.x

              #8
              Originally posted by Trevor Hannant
              If you put your site in Debug Mode, is there any error showing when you try to use the Connect button?
              After clicking on sign up button, got this: Debug Information

              • Page ID: 3
              • Parent ID: 1
              • Page Template ID: 6
              • Route ID: 13
              • Page Type: default
              • Screen Layout ID: 1
              • Screen Layout Template: screenlayout_display_full
              • Channel ID:
              • Node ID:
              • Database Asserts: 45 (?)
              • AJAX Requests: 1
              • Facebook Active: Yes
              • Style ID: 13
              • Templates/Renders: 26/30
              • CSS Templates: 6
              • JS Files: 4
              • Included Files: 132
              • Autoloaded Classes: 130
              • Current Time: Thu, 26 May 2016 17:26:20 +0000
              • Page Time: 0.1721
              Didnt see any error.

              Comment

              • Trevor Hannant
                vBulletin Support
                • Aug 2002
                • 24325
                • 5.7.X

                #9
                I just clicked the Connect button on your site and after accepting the popup, got this screen:

                Vote for:

                - Admin Settable Paid Subscription Reminder Timeframe (vB6)
                - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

                Comment

                • gh.rohit
                  New Member
                  • Nov 2014
                  • 28
                  • 5.1.x

                  #10
                  Originally posted by Trevor Hannant
                  I just clicked the Connect button on your site and after accepting the popup, got this screen:

                  https://tmpdmp.com/341dfe10514cb9b6/c847b2df34f5931d
                  Interesting, I am trying in Chrome browser on Incognito mode. Even tried in Safari browser. I am getting that error.

                  Comment

                  • Wayne Luke
                    vBulletin Technical Support Lead
                    • Aug 2000
                    • 73976

                    #11
                    It isn't actually an error. It is clearly stated as a Warning in your screen shot.

                    Does the registration function normally even with the warning display?

                    Are your templates up to date?

                    Does PHP have Display Errors turned On? If so, turn that off. It shouldn't be turned on for a Production Site.
                    Translations provided by Google.

                    Wayne Luke
                    The Rabid Badger - a vBulletin Cloud demonstration site.
                    vBulletin 5 API

                    Comment

                    • gh.rohit
                      New Member
                      • Nov 2014
                      • 28
                      • 5.1.x

                      #12
                      Originally posted by Wayne Luke
                      It isn't actually an error. It is clearly stated as a Warning in your screen shot.

                      Does the registration function normally even with the warning display?

                      Are your templates up to date?

                      Does PHP have Display Errors turned On? If so, turn that off. It shouldn't be turned on for a Production Site.
                      Yes registration works fine.

                      If I disable facebook from options, then I am not getting this warning.

                      I added display_error = "off" in php.ini, I am still seeing warning

                      Comment

                      • BirdOPrey5
                        Senior Member
                        • Jul 2008
                        • 9613
                        • 5.6.3

                        #13
                        Try adding this line to the config.php file in the forum root folder:

                        Code:
                        error_reporting(0);

                        Comment

                        • gh.rohit
                          New Member
                          • Nov 2014
                          • 28
                          • 5.1.x

                          #14
                          Originally posted by Joe D.
                          Try adding this line to the config.php file in the forum root folder:

                          Code:
                          error_reporting(0);
                          Done, but no luck

                          This is the warning:
                          PHP Code:
                          Warningsession_start(): Cannot send session cookie headers already sent by (output started at /home/miuicoin/public_html/forum/includes/vb5/frontend/controller/page.php:53in .../vb/library/facebook.php on line 213 Warningsession_start(): Cannot send session cache limiter headers already sent (output started at /home/miuicoin/public_html/forum/includes/vb5/frontend/controller/page.php:53in .../vb/library/facebook.php on line 213 

                          Comment

                          • Wayne Luke
                            vBulletin Technical Support Lead
                            • Aug 2000
                            • 73976

                            #15
                            I've logged this as a bug but the issue doesn't occur on this site which also has Facebook Connect enabled. Please upgrade to vBulletin 5.2.2 and let us know if the issue persists. The bug is here: http://tracker.vbulletin.com/browse/VBV-16068
                            Translations provided by Google.

                            Wayne Luke
                            The Rabid Badger - a vBulletin Cloud demonstration site.
                            vBulletin 5 API

                            Comment


                            • gh.rohit
                              gh.rohit commented
                              Editing a comment
                              Yes, I got this error after upgrading to 5.2.2 from 5.1.10

                          Related Topics

                          Collapse

                          Working...