• This is a new install. The edit-pages.php link loads to a totally blank screen – no error message. I am using a custom theme that worked fine on my development server.

    Here’s what I’ve tried without any help:
    – remove page.php file
    – deactivate plug-ins one by one (yet I didn’t delete)

    Any other ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • page.php will be used to display your pages. Edit Page is in admin area (?)
    Need more info to answer this question.

    Thread Starter katemgilbert

    (@katemgilbert)

    When I am in the admin area, I cannot edit pages. Clicking on the “pages” link in the admin sidebar loads a blank page with URL …/wp-admin/edit-pages.php.

    I tried deleting the page.php file from the theme to identify the problem, per a search of these help forums, but that did not solve the issue.

    I have the same problem on a new site. I tried deactivating all the plugins and going to the default theme. No joy. Another site of mine on the same serve is fine.

    Same issue here. My site has been live and working fine for about six months. Now, when I try to edit an existing page, I just get a blank center section where the edit block should be. Sidebars of the dashboard are fine.

    Try increasing your memory_limit.
    * Note: If using a shared hosting service, you may need to ask your host to increase the limit.

    1. Increase the memory limit setting in php.ini (e.g. memory_limit = 64M ;). Some hosts may not allow this.
    2. Increase the memory limit via .htaccess (e.g. php_value memory_limit 64M). Many hosts may not allow this.
    3. Increase the memory limit via wp-config.php (e.g. define(‘WP_MEMORY_LIMIT’, ’64MB’);)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blank edit-pages.php in wp-admin’ is closed to new replies.