Hello,
We apologize for the issue you are facing with your site after installing Rank Math. A blank page can often indicate a conflict with themes or plugins, or it could be a PHP error. Here are some steps you can take to troubleshoot the issue:
-
Disable Rank Math: If you have access to your WordPress admin area, try disabling the Rank Math plugin to see if that resolves the issue. You can do this by renaming the plugin folder via FTP or your hosting file manager.
-
Check for Plugin Conflicts: If disabling Rank Math resolves the issue, there may be a conflict with another plugin. You can try deactivating all other plugins and then reactivating them one by one to identify the conflicting plugin.
-
Switch to a Default Theme: Sometimes, themes can cause issues. Try switching to a default WordPress theme (like Twenty Twenty-One) to see if that resolves the problem.
-
Enable Debugging: If you’re comfortable with it, enable debugging in WordPress by adding the following line to your wp-config.php
file:
define('WP_DEBUG', true);
This will help you see any errors that might be causing the blank page.
-
Check Server Logs: If you have access to your server logs, check for any errors that might give you more insight into what is going wrong.
If none of these steps resolve the issue, please reply to this ticket with your site URL and any error messages you may have encountered. A human agent from the Rank Math Support team will be able to assist you further.
Thank you for raising this concern, and we hope to help you resolve it soon!
Thank you for your quick reply.
I found the cause of my problem and solved it.
I think it would be good to add one more example as a response to people experiencing the same problem as me.
I have WordPress hosting, and since it is a small site, I chose a hosting service with less capacity.
Perhaps that’s why the server memory was insufficient.
It was not a rankmath problem, but a White Screen of Death (WSOD) caused by the memory capacity of the web hosting server I was using.
So I increased the PHP memory limit by adding the following line of code to my wp-config.php file. define(‘WP_MEMORY_LIMIT’, ‘256M’)
Please note that this problem has been resolved. thank you
Hello,
We’re delighted to hear that this issue has been resolved. We appreciate your feedback.
This ticket will be closed now, but if you ever have another question or need any help in the future, please don’t hesitate to create a new forum topic. We’ll be more than happy to assist you again.
Thank you.