Jump to content

HelloWorld

Clients
  • Posts

    31
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

HelloWorld's Achievements

  1. Thank you @Adriano Faria, I will give it a go and let you know. Edit: I finally managed to get things to work thanks to you and to the clear explanation provided by @CodingJungle. Many thanks to you. I had to look for all parent:: calls, something that I probably did not do very well in the first place, and replace them with conditional sets/returns based on the fact that the parent class exists (which should never be the case, right?). Now this works with PHP 8 ! 🎉
  2. Hello to both of you (and anyone reading), I am sorry, but I cannot seem to fix this issue I ran into, with the exact same error message that you encountered, which is: This happens after I upgraded my PHP version from 7.4 to 8.0, only if I activate a hook that I downloaded on a third-party website. This hook had been available on the marketplace for a few years (I do not know why it is not anymore) and should be compatible with IPB 4.6. With no hook activated, I have no issue at all ; whenever I activate this hook (the only one that I am using), I am getting a 500 error code on any front-end page. I cannot understand what I should be updating in order to get things working. Is it the XML file for the hook? where I can seem to find but surrounding it with the is_callable function gives no result? Or somewhere else? Thank you a lot for your help!
  3. Thank to both of you for your answers, I will submit a ticket. Have a nice day!
  4. Hi everyone, can someone please help with this request? Have a nice day!
  5. Hi everyone! I did setup Facebook Login for my community, and everything has been working fine so far. This week, in order to satisfy to a request from Facebook regarding compliance issues, I tried creating a new account using a Facebook account, and I was quite puzzled regarding the behaviour I experienced. I would like to hear from something with more experience whether this is the intended behaviour or whether I misconfigured something (I could not find out what). Only the step 3 (below) is an issue to me. I went here to access more information about Facebook login in IPB, but this page only mentions the configuration part, not how we should expect it to work live. Step 1 - Access my community login URL (https://xxx/login), click on "Login with Facebook" Step 2 - I am redirected to facebook.com/login.php?..., I enter the credentials I want to login with Step 3 - Login is successful, I am redirected to my community, where I am required to enter an email address (see below) My question is the following: is it mandatory that we require our users to enter an email address? I thought this piece of information would be among the Facebook data that we just retrieved at the time of the redirection? Or am I wrong? Thank you everyone and have a nice day.
  6. I am currently experiencing issues satisfying them, so I think this is legit. The sender's email address is ***@support.facebook.com, and I definitely do not think that their email servers + configuration would allow someone else sending emails using their domain name. Also, they include your app ID, something which is (I think) not included anywhere in my source code, which they would not know were they not Facebook guys. Also, they wrote to me using the contact email address I provided, which is different from my FB Developer account's email address. Finally, they do not request YOUR credentials, but test credentials that they can use in order to check everything is working as intended (for compliance reasons). From what they told me, you have to create a test user (see here), register it on your platform, and provide the credentials of this test user so that they can check they can access your platform the right way. I hope this helps!
  7. Hi @opentype, great! I never noticed this entry. Thank you for your help !
  8. Hi everyone, I quite cannot find how to easily ignore someone (hide his/her posts in the topics), especially on the mobile version. On the desktop version of IPB, hovering over the user's nickname displays a pop-in window, where I can find an option allowing me to ignore them. On the mobile version, on the other hand, I cannot figure out how, and did not find any documentation about this. I could not find an "Ignore" option directly on the user's profile, which would have been useful on the mobile version (Firefox / Chrome for Android). My IPB community is 4.5.3, and I did not turn off the option allowing members to ignore other members. Also, I use IPB's default theme, apart from the colors. Can you please help?
×
×
  • Create New...