Support » Allgemeine Fragen » Meine Webseite hat ein technisches Problem

  • hylax

    (@hylax)


    Hallo, meine Lieben,

    mein Website- Zustand: Hintergrund- Updates funktionieren nicht wie erwartet > alle automatischen Updates sind deaktiviert.

    Wie aktiviere ich diese automatischen Updates?

    Bitte helft mir!

    Vielen Dank für eure Hilfe!

    Gerhard Enzenhofer

    Die Seite, für die ich Hilfe brauche: [Anmelden, um den Link zu sehen]

Ansicht von 6 Antworten - 1 bis 6 (von insgesamt 6)
  • Moderator Bego Mario Garde

    (@pixolin)

    Kannst du per FTP auf die Dateien auf deinem Webserver zugreifen?
    Dann kopiere doch bitte mal den Inhalt der Datei wp-config.php und füge ihn hier als Inhalt ein. Dabei bitte alle Zugangsdaten zur Datenbank (Datenbank-Name, -Benutzer, -Passwort, Tabellenpräfix und auch die SALT-Keys mit den zufallsgenerierten Zeichenfolgen löschen, bevor du deine Antwort abschickst.

    Zusätzlich benötigen wir mehr Informationen zu deiner Website:
    Werkzeuge > Website-Zustand (gibt es hier Fehlermeldungen? Welche?) > Bericht > per Button in die Zwischenablage kopieren, dann hier unverändert in eine Antwort einfügen.

    Thread-Starter hylax

    (@hylax)

    Keine Fehlermeldungen

    • Diese Antwort wurde geändert vor 4 Jahren von hylax.
    Moderator Bego Mario Garde

    (@pixolin)

    Ich hatte darum gebeten, dass du den Inhalt der wp-config.php in eine Antwort kopierst (Zugangsdaten löschen) und uns auch den Bericht zukommen lässt, den du per Button unter Werkzeuge > Website-Zustand > Bericht kopieren kannst.

    „Keine Fehlermeldungen“ ist zu wenig Information, um dir zu helfen.

    Thread-Starter hylax

    (@hylax)

    <?php
    /**
     * The base configuration for WordPress
     *
     * The wp-config.php creation script uses this file during the
     * installation. You don't have to use the web site, you can
     * copy this file to "wp-config.php" and fill in the values.
     *
     * This file contains the following configurations:
     *
     * * MySQL settings
     * * Secret keys
     * * Database table prefix
     * * ABSPATH
     *
     * @link https://codex.wordpress.org/Editing_wp-config.php
     *
     * @package WordPress
     */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define;
    
    /** MySQL database username */
    define;
    
    /** MySQL database password */
    define();
    
    /** MySQL hostname */
    define( 'DB_HOST', 'localhost' );
    
    /** Database Charset to use in creating database tables. */
    define( 'DB_CHARSET', 'utf8' );
    
    /** The Database Collate type. Don't change this if in doubt. */
    define( 'DB_COLLATE', '' );
    
    /**#@+
     * Authentication Unique Keys and Salts.
     *
     * Change these to different unique phrases!
     * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
     * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
     *
     * @since 2.6.0
     */
    
    /**
     * Other customizations.
     */
    define('FS_METHOD','direct');
    define('FS_CHMOD_DIR',0755);
    define('FS_CHMOD_FILE',0644);
    define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
    
    /**
     * Turn off automatic updates since these are managed externally by Installatron.
     * If you remove this define() to re-enable WordPress's automatic background updating
     * then it's advised to disable auto-updating in Installatron.
     */
    define('AUTOMATIC_UPDATER_DISABLED', true);
    
    /**#@-*/
    
    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each
     * a unique prefix. Only numbers, letters, and underscores please!
     */
    /**
     * For developers: WordPress debugging mode.
     *
     * Change this to true to enable the display of notices during development.
     * It is strongly recommended that plugin and theme developers use WP_DEBUG
     * in their development environments.
     *
     * For information on other constants that can be used for debugging,
     * visit the Codex.
     *
     * @link https://codex.wordpress.org/Debugging_in_WordPress
     */
    define( 'WP_DEBUG', false );
    define('WP_REDIS_PATH', '     /data/sockets/redis/e109125-1809.sock');
    define('WP_REDIS_PORT', '0');
    define('WP_REDIS_DATABASE', '0');
    define('WP_REDIS_SCHEME', 'unix');
    $memcached_servers = array('default' => array('data/ sockets/redis/e109125-1809.sock:11211'));
    /* That's all, stop editing! Happy publishing. */
    
    /** Absolute path to the WordPress directory. */
    if ( ! defined( 'ABSPATH' ) ) {
        define( 'ABSPATH', dirname( __FILE__ ) . '/' );
    }
    
    /** Sets up WordPress vars and included files. */
    require_once( ABSPATH . 'wp-settings.php' );
    

    Bericht

    
    ### wp-core ###
    
    version: 5.4
    site_language: de_DE
    user_language: de_DE
    timezone: +02:00
    permalink: /archive/%post_id%/%postname%/
    https_status: true
    user_registration: 0
    default_comment_status: open
    multisite: false
    user_count: 1
    dotorg_communication: true
    
    ### wp-paths-sizes ###
    
    wordpress_path: /data/web/e109125/html/apps/wordpress-90296
    wordpress_size: 971,38 MB (1018564533 bytes)
    uploads_path: /data/web/e109125/html/apps/wordpress-90296/wp-content/uploads
    uploads_size: 81,86 MB (85834649 bytes)
    themes_path: /data/web/e109125/html/apps/wordpress-90296/wp-content/themes
    themes_size: 2,58 MB (2708424 bytes)
    plugins_path: /data/web/e109125/html/apps/wordpress-90296/wp-content/plugins
    plugins_size: 36,15 MB (37906547 bytes)
    database_size: 13,50 MB (14153124 bytes)
    total_size: 1,08 GB (1159167277 bytes)
    
    ### wp-dropins (1) ###
    
    advanced-cache.php: true
    
    ### wp-active-theme ###
    
    name: Hemingway (hemingway)
    version: 1.75
    author: Anders Norén
    author_website: https://www.andersnoren.se
    parent_theme: none
    theme_features: automatic-feed-links, custom-background, post-thumbnails, post-formats, custom-header, title-tag, menus, align-wide, editor-color-palette, editor-font-sizes, widgets, editor-style
    theme_path: /data/web/e109125/html/apps/wordpress-90296/wp-content/themes/hemingway
    
    ### wp-themes-inactive (1) ###
    
    Twenty Twenty: version: 1.2, author: WordPress-Team
    
    ### wp-plugins-active (15) ###
    
    AddToAny Share Buttons: version: 1.7.40, author: AddToAny
    Advanced Excerpt: version: 4.3.5, author: WPKube
    Autoptimize: version: 2.6.2, author: Frank Goossens (futtta)
    BackUpWordPress: version: 3.10, author: XIBO Ltd
    Check and Enable GZIP compression: version: 1.1.11, author: Richard's Toolbox
    Classic Editor: version: 1.5, author: WordPress Contributors
    Cookie Notice: version: 1.3.1, author: dFactory
    Robo Gallery: version: 2.8.31, author: RoboSoft
    Smooth Scroll Page Up/Down Buttons: version: 1.3, author: Mark Senff
    TablePress: version: 1.11, author: Tobias Bäthge
    Ultimate Post List: version: 5.1.1, author: Martin Stehle
    WP Fastest Cache: version: 0.9.0.4, author: Emre Vona
    WPForms Lite: version: 1.5.9.5, author: WPForms
    WP Statistics: version: 12.6.12, author: VeronaLabs
    Yoast SEO: version: 13.4.1, author: Team Yoast
    
    ### wp-media ###
    
    image_editor: WP_Image_Editor_Imagick
    imagick_module_version: 1687
    imagemagick_version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org
    imagick_limits: 
        imagick::RESOURCETYPE_AREA: 122 MB
        imagick::RESOURCETYPE_DISK: 1073741824
        imagick::RESOURCETYPE_FILE: 786432
        imagick::RESOURCETYPE_MAP: 512 MB
        imagick::RESOURCETYPE_MEMORY: 256 MB
        imagick::RESOURCETYPE_THREAD: 16
    gd_version: bundled (2.1.0 compatible)
    ghostscript_version: 9.26
    
    ### wp-server ###
    
    server_architecture: Linux 4.9.0-9-amd64 x86_64
    httpd_software: Apache
    php_version: 7.3.7 64bit
    php_sapi: fpm-fcgi
    max_input_variables: 3000
    time_limit: 0
    memory_limit: 256M
    max_input_time: 180
    upload_max_size: 256M
    php_post_max_size: 256M
    curl_version: 7.52.1 OpenSSL/1.0.2r
    suhosin: false
    imagick_availability: true
    htaccess_extra_rules: true
    
    ### wp-database ###
    
    extension: mysqli
    server_version: 5.7.25-28-log
    client_version: mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $
    
    ### wp-constants ###
    
    WP_HOME: undefined
    WP_SITEURL: undefined
    WP_CONTENT_DIR: /data/web/e109125/html/apps/wordpress-90296/wp-content
    WP_PLUGIN_DIR: /data/web/e109125/html/apps/wordpress-90296/wp-content/plugins
    WP_MAX_MEMORY_LIMIT: 256M
    WP_DEBUG: false
    WP_DEBUG_DISPLAY: true
    WP_DEBUG_LOG: false
    SCRIPT_DEBUG: false
    WP_CACHE: false
    CONCATENATE_SCRIPTS: undefined
    COMPRESS_SCRIPTS: undefined
    COMPRESS_CSS: undefined
    WP_LOCAL_DEV: undefined
    DB_CHARSET: utf8
    DB_COLLATE: undefined
    
    ### wp-filesystem ###
    
    wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    
    ### wpforms ###
    
    version: 1.5.9.5
    license: false
    lite: Sep 7, 2019 @ 6:29pm
    total_forms: 1
    total_entries: 1
    

    Moderatorenhinweis: Bitte Quellcode zukünftig als ‘Code’ auszeichnen. Übrigens verwenden wir hier, wie in Open-Source-Communities üblich, das respektvoll gemeinte „du“. Danke und viele Grüße, Hans-Gerd.

    Vielen Dank für Ihre Hilfe

    Moderator Hans-Gerd Gerhards

    (@hage)

    Hallo,
    lösche mal die folgende Zeile:
    define('AUTOMATIC_UPDATER_DISABLED', true);
    Dann sollten automatische Updates wieder ausgeführt werden.
    Aber bitte vorher die wp-config.php z. B. lokal sichern und verwende bitte einen geeigneten Editor (z.B. Atom Editor oder Notepad++, bitte nicht Windows Notepad oder Mac Texteditor.
    Viele Grüße
    Hans-Gerd

    Moderator Bego Mario Garde

    (@pixolin)

    Bitte aber auch den Hinweis beachten:

    Turn off automatic updates since these are managed externally by Installatron.
    If you remove this define() to re-enable WordPress's automatic background updating then it's advised to disable auto-updating in Installatron.

    und übersetzt:

    Schalten Sie automatische Updates ab, da diese extern von Installatron verwaltet werden.

    Wenn Sie dieses define() entfernen, um die automatische Hintergrund-Aktualisierung von WordPress wieder zu aktivieren, ist es ratsam, die automatische Aktualisierung in Installatron zu deaktivieren.

    (Übersetzung mit Deepl)

    Da wird es sich um eine One-Klick-Installation handeln, bei der Updates über das Kundenmenü des Webhosters erfolgen. Diese Updates sollten laut Hinweis deaktiviert werden.

    Wenn du die Aktualisierungen des Webhosters beibehalten willst, brauchst du gar nichts zu ändern. WordPress weist zwar darauf hin, dass der interne Update-Mechanismus deaktiviert ist, weiß aber nicht, warum das so ist.

Ansicht von 6 Antworten - 1 bis 6 (von insgesamt 6)
  • Das Thema „Meine Webseite hat ein technisches Problem“ ist für neue Antworten geschlossen.