Why Aren't the Social Network Choices Not Showing Up in Overall_Header.html?

I have just installed the phpbb 3.0 version of the utility, but the options for users to select which social network they wish to log in with are not showing up. I am using a custom template, but, even under the prosilver template, it will display the "Log in using these social networks..." line but no choices following it.

What may have I done wrong?

The forum in question is http://www.gunslingergaming.com/phpbb

Best Answer

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    edited February 2018 Answer ✓

    This is the origin of the error. Please edit that line and change it to this:

    http://

Answers

  • As a follow up, I re-installed from scratch with the same conclusion. I have purged the cache. I have tested it on both DualCore and Prosilver styles. No luck.
  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    Hello,

    the problem is that our library.js is not correctly included. I can see this in your sourcecode:
    <script type="text/javascript"> //<![CDATA[ var oa = document.createElement('script'); oa.type = 'text/javascript'; oa.async = true; oa.src = 'http%3A%2F%2F://gunslingergaming.api.oneall.com/socialize/library.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(oa, s); // ]]> </script>

    This part is wrong:
    http%3A%2F%2F://

    Could you please run this SQL in your phpmyadmin:
    SELECT * FROM `phpxx_config` WHERE `config_name` LIKE '%protocol%'

    Could you please post the result?
    You should have either http:// or https://

  • Thank you very much for replying. This is the error message I get when running the SQL command:
    image
  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    edited February 2018
    Hello,

    based on your phpbb table prefix, it's possible that the table has a different name.

    Please try this command:
    SELECT * FROM `phpbb_config` WHERE `config_name` LIKE '%protocol%'

    Otherwise please look for a table ending in *_config and use that name in the query.
  • Lee_McMurphyLee_McMurphyMember
    edited February 2018
    Okay, that SQL command ran without error. If it is displayed info you need me to post in here, just let me know what. Not sure the the data needed is in the url string itself.

    Thank you again for your time and knowledge in the matter.
  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    edited February 2018
    Hello,

    I need the result that you get. It should be just one line/value.
    For security reasons I also removed the url that you posted in your answer.

    Regards,
  • When running the command in my SQL script window, I get the following:
    image
  • Thank you so much for your help! It worked! This is best mod support I have had for quite some time!

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team

    Thank you ;)

Welcome!

Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

Please click on the link below to connect to the forum with your OneAll account.