Beiträge von B.B.

    Hallo zusammen...

    ich wollte gerade mein Wordpress auf 4.8.1 aktualisieren. Zunächst kam die Meldung:
    [FONT=arial]
    [/FONT]
    [FONT=arial]SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

    Dazu habe ich im Internet gelesen, dass ich ein Verzeichnis namens "mu-plugins" unter wp-content erstellen soll. Dorthinein die php-Datei "upgrade_fix.php" mit dem Inhalt[/FONT]

    <?php
    add_filter('https_ssl_verify', '__return_false');
    add_filter('https_local_ssl_verify', '__return_false');
    ?>

    [FONT=arial]Das habe ich gemacht. Nun erscheint stattdessen die Meldung:[/FONT]

    [FONT=arial]Entpacken der aktualisierten Version…
    [/FONT]
    [FONT=arial] [/FONT][FONT=arial]Die Datei konnte nicht kopiert werden.: /home/www/web605/html/wp-content/upgrade/wordpress-4.tmp/wordpress/wp-includes/class-wp-text-diff-renderer-table.php[/FONT]
    [FONT=arial] [/FONT][FONT=arial]
    Die Installation ging schief
    [/FONT]

    [FONT=arial]
    [/FONT]
    [FONT=arial]Was mache ich falsch?[/FONT][FONT=arial] :-(
    [/FONT]