• flemmissimo

    (@flemmissimo)


    Hello, I have a WordPress server hosted on my EC2 in AWS. I can update it with the WordPress CLI but I can’t update it with the browser. When I click the update button I got an empty page and nothing happen. How can I solve this issue? Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Mridul Goswami

    (@mridulgoswami)

    Please turn on debug from wp-config.

    In your wp-config.php add these lines:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);

    Now open wp-content/debug.log and you will be able to see the issue.
    I recommend you past the exact issue here so that the community will be in a better position to assist you.

    Thread Starter flemmissimo

    (@flemmissimo)

    I tried it but no I can’t find anything interesting. The only thing that I can see is this

    PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the blabla domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /wp-includes/functions.php on line 6121

    The update of the plugins is ok and they are up to date.


    From the browser I got a blank page and nothing appear in the console log. I updated it using the wp CLI with the webserver user. Everything worked but the problem isn’t resolved for the future. Can you help me?

    Moderator threadi

    (@threadi)

    I’m not sure what kind of update you’re referring to in your post above. Are you talking about updating content on pages or posts, or are you talking about updating themes, plugins, and WordPress itself? Which update button are you referring to?

    Here’s a tip: check under Tools > Site Health to see what it says there.

    Thread Starter flemmissimo

    (@flemmissimo)

    I’m trying to update the WordPress Core to the latest version, anyway I will check the status of the site.

    Thank you

    • This reply was modified 9 months, 3 weeks ago by flemmissimo.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Update WordPress via browser does not work’ is closed to new replies.