This is the origin of the error. Please edit that line and change it to this:
http://
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.
Answers
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://
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.
Thank you again for your time and knowledge in the matter.
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,
Thank you so much for your help! It worked! This is best mod support I have had for quite some time!
Thank you