@ahmedalnaqa strange, I tried several things to break this code, including using a wrong domain name, dropping the rest api, en returning empty responses. I don’t get the error you’re describing. This makes it very difficult to come up with a solution.
As workaround, you can activate SSL in your site by adding to your wp-config.php:
define('RSSSL_FORCE_ACTIVATE',true);
Please check your SSL certificate on ssllabs.com/ssltest first.
For good measure, could you also rule out the currently active theme as a potential cause of the issue by temporarily switching to one of the default WordPress themes (such as one of the Twenty Twenty- themes)?
I think the theme not a problem cause it’s working in the beginning with this theme without any problem.
The problem happened when: I try to add the security Header manually and the .htaccess prevent to change(discard all changes) on this time the plugin start to stop.
is this situation make sense with you ? or need to test on wordpress theme?
it’s already rollback automatically and didn’t accept the changes “at the time of plugin crash(I add the security headers inside Really Simple SSL part)” but now I added them after that at the end of the file and its working well.
I’m afraid that we are unable to reproduce this behavior, therefore I don’t currently have any further leads as to what might cause this.
If we’re able to replicate the behavior on our end, that would also allow us to provide/suggest a way to fix it.
Generally speaking, you will be able to proceed troubleshooting by disabling potentially related variables (plugins, theme, additional custom rules in the wp-config.php, browser extensions, etc…) until it starts working again.
If it does, you’ll know exactly what caused it to occur, and we can go from there.
Kind regards, Jarno
Viewing 14 replies - 1 through 14 (of 14 total)
The topic ‘blank page again !!!’ is closed to new replies.