Hi everyone, our website suddenly stopped working yesterday. This is the message I see when I try to visit the login page, and it’s also what shows on the main website URL.
I’ve checked some support pages, but they all say to log in to fix it by updating or adding code. The problem is I can’t log in at all. I haven’t been able to reach support either.
@Jalen
Going forward, make sure to suppress warnings in your wp-config file. For active troubleshooting, you can use tools like Query Monitor to check what’s wrong without these errors showing up publicly.
Channing said:
You should try using FTP to back up your plugins and then remove them one by one. That will help you find the problematic one.
That’s not the right approach. Start by suppressing warnings in wp-config.php first. After that, you can handle plugins. The warnings won’t stop your site from working, but fixing them later is better.