• Hello, I run it all from my Debian vps, now what is strange that after I logged in to upgrade all went fine, and I got error that files could not be found, now my website works, https://plev.eu, but after I put in login and username, I have this:
    https://plev.eu/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F
    Fatal error: Cannot redeclare wp_load_image() in /srv/www/plev.eu/public_html/wp-admin/includes/image.php on line 150
    And there at line 150:
    function wp_load_image( $file ) {
    if ( is_numeric( $file ) )
    $file = get_attached_file( $file );
    Now, what can I do to fix this, don`t loose any files, and or database.

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Upgrade fails with errors’ is closed to new replies.