To troubleshoot the issue, start by disabling all your plugins and then activate only the one you’re trying to update. If the problem goes away, reactivate the other plugins one by one to identify the conflicting one.
Additionally, slow performance on the plugins page may suggest a database issue. Consider optimizing your database and test afterward to see if it improves the situation.
You can also follow the guide to start debugging to see what exactly is causing the error. Here are the steps you can take: Debugging in WordPress.
Thread Starter
Kins
(@kins)
It was a pain: each time, I neede to desactivated all of it… activate one, udpate it, desactivate it with ftp, and so on…. all is updated but there is something strange there.
How can I investigate further ?
Here are some steps you can take to investigate further:
- Check Server Error Logs: These can provide detailed insights into the issue.
- Enable Debugging: This will also help identify any specific errors.
- Increase PHP Memory Limit: Sometimes, a 500 error occurs due to insufficient memory, so consider increasing it.
- Ensure Compatibility: Make sure all plugins and the active theme are compatible with your WordPress version.
- Check File Permissions: Directories should typically be set to
755 and files to 644.
If none of these steps resolve the issue, I recommend reaching out to your hosting provider’s support team for further assistance.
Thread Starter
Kins
(@kins)
Ok i’ll try all of that. Thank you.