wordpress issue when updating post or page

Discussion in 'Site & Server Administration' started by fanracingexpert, Jan 25, 2017.

  1. #1
    I currently use Wordpress 4.7.1. I went to update a page today and right after I click update I get a white page with "****``0****``0****``0****``0" at the top. Nothing else. The update still applies but it never takes me back to my wordpress dashboard.

    Thanks,
    Chris
     

    Attached Files:

    fanracingexpert, Jan 25, 2017 IP
  2. Furquan Ahmed

    Furquan Ahmed Well-Known Member

    Messages:
    819
    Likes Received:
    76
    Best Answers:
    1
    Trophy Points:
    135
    #2
    You could able to see execlty what causing this error. Simply put this two line in your wp-config file.

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    Code (markup):
     
    Furquan Ahmed, Jan 25, 2017 IP
  3. HATCHEX

    HATCHEX Greenhorn

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    21
    #3
    If you can provide the wp login, cpanel details to have a look at the issue.
     
    HATCHEX, Jan 30, 2017 IP
  4. kenanagkurt

    kenanagkurt Active Member

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #4
    also you can check error.log
    My openion you can remove(or carry different folder) all plugin. Im sure its about some plugin issiue that you have such problem
     
    kenanagkurt, Jan 31, 2017 IP
  5. RoseHosting

    RoseHosting Well-Known Member

    Messages:
    230
    Likes Received:
    11
    Best Answers:
    11
    Trophy Points:
    138
    #5
    Log in to your server via SSH. Download and extract the latest stable release of WordPress, e.g.:

    cd /opt
    wget https://wordpress.org/latest.zip
    unzip latest.zip

    Then, copy over the files from the /opt/wordpress directory to the document root directory of your WordPress website.
     
    RoseHosting, Feb 20, 2017 IP