Help with social network?

I’m sorry, but I’m not going to test and debug your website code for you if that’s what you were hoping for.

If the code appears to stop rendering halfway the page, or is blank entirely, you should always open your browser’s developer tools, check the Network tab and refresh the page. If it says the status code of the page is 500, it means your code crashed. And then you’ll want to enable Display Errors in the PHP options of your website and refresh the page to see the actual error message. Once you have the error message, you should have a pretty good start to troubleshoot and fix the issue.

If the code doesn’t crash but still doesn’t work as expected, then that’s just your code doing what it’s programmed to do. And if that’s not what you want it to do, then you should update the code so it does do what you want it to do.

If you need help with that, there is Google, StackOverflow, ChatGPT, Copilot and other tools that can point you in the right direction. But you can’t ask us to build your website for you, because that’s not the service we provide.

6 Likes