Forums

Blank edit-pages.php in wp-admin (6 posts)

  1. katemgilbert
    Member
    Posted 2 years ago #

    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?

  2. nsathees
    Member
    Posted 2 years ago #

    page.php will be used to display your pages. Edit Page is in admin area (?)
    Need more info to answer this question.

  3. katemgilbert
    Member
    Posted 2 years ago #

    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.

  4. temackel
    Member
    Posted 2 years ago #

    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.

  5. tkhaz
    Member
    Posted 2 years ago #

    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.

  6. bh_WP_fan
    Member
    Posted 2 years ago #

    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');)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags