Skip to main content

wp-admin showing blank page

Comments

6 comments

  • 24x7server
    Hello, What error are you getting in error logs file ? Also I will suggest you please enable WP_DEBUG through wordpress configuration file and check admin URL, You will get exact error on your admin panel URL so that you can find out exact root cause of this black page issues.
    0
  • Ulot
    @24/7 thx for d response. Considering the fact that i dont have backend access how do i enable WP_DEBUG? is it something i can edit in the wp-config.php file or where exactly can i do that? Regards
    0
  • 24x7server
    To turn on WP_DEBUG, simply add the following line of code to your wp-config.php file,
    define( 'WP_DEBUG', true );
    0
  • Ulot
    Thanks alot for your response once again @24x7server, i've been able to point out the problem. I didn't have enough memory so when i checked the error log files in my wp-admin folder i found the following "PHP Fatal error: Allowed memory size of 67108864 bytes exhausted". Increasing memory from php config resolved the issue.
    0
  • 24x7server
    I'm glad to hear that you were able to get everything working.
    0
  • cPanelMichael
    Hello :) I am happy to see you were able to resolve the issue. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.