In many cases, a blank WordPress admin panel results from code errors in your currently active theme. You can resolve this by disabling this theme. If disabling your active theme did not solve your issue, your next step should be to disable all your plugins to see if a plugin is responsible.
Sometimes, a blank screen occurs because WordPress runs out of memory. This can happen if your allocated PHP memory is low. To increase memory limit please follow these steps.
– Search for the wp-config file.
– Right click on it, select View/Edit.
– Add the following code to increase the allocated memory to 256mb (add this code just under “Define WP Debug”).
`define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
Let me know how that goes!
]]>