Hey there,
That kind of behavior — where pages fail to load without any visible error — is often a sign that a critical PHP error is occurring in the background. To get more details, I recommend enabling WordPress debugging so we can capture the exact error.
Here’s how to do that:
- Connect to your site via FTP or File Manager.
- Open your
wp-config.php file.
- Add or update the following lines just before the line that says
/* That's all, stop editing! */:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );
- Then try loading one of the Solid Security pages again.
- Afterward, check the
/wp-content/debug.log file for any logged errors.
If you can share the contents of the debug.log here (feel free to redact anything sensitive), we can help narrow down what’s going on.
Let me know once you’ve done that — happy to take a closer look!
Best,
Kevin
SolidWP Support