Support » Fixing WordPress » Blank page for a specific page in admin

  • Hi there, I am having a blank page when I access to a specific page in WordPress administration of my website. This page is frequently changed, any idea what could be the problem here?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems?

    Thread Starter tomasi514

    (@tomasi514)

    I haven’t been very precise here.
    This website is running since one year now, the problem is in the WordPress administration panel, this page shows fine on the website (for people who consult it) but this specific page is blank when I want to change it in the admin (I click on it & then: bam! blank page..

    I already had a problem with this page due to memory size, but this problem was solved with the hosting company (error message in this page was: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/tfaudon/public_html/wp-admin/menu-header.php on line 90.). Now this page is blank.

    I tried with deactivating but did not change anything.. + I am using default theme.

    You may need to increase the memory available to PHP again.

    Thread Starter tomasi514

    (@tomasi514)

    Ok yes, it is exactly the same problem (I can see it when I use Firefox, same message error:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24 bytes) in /home/tfaudon/public_html/wp-includes/taxonomy.php on line 1968

    I already had this problem a couple of months ago, I fixed it by defining a php.ini saying this:

    upload_max_filesize = 10M
    memory_limit = 32M

    I just changed it for this:

    upload_max_filesize = 10M
    memory_limit = 64M

    But there is still the same error message, what would you advise me?
    Thanks!

    Thread Starter tomasi514

    (@tomasi514)

    I even tried:

    upload_max_filesize = 10M
    memory_limit = 1024M

    What I do is just change my ini.php and put it at the root of my wordpress website..

    I alwas have the exact same message error:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24 bytes) in /home/tfaudon/public_html/wp-includes/taxonomy.php on line 1968

    Try contacting your hosts, They may have capped the memory available.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blank page for a specific page in admin’ is closed to new replies.