WP Update auf 6.3: Header-Navigation und Social-Media Links gehen nicht mehr – page 2

[ad_1]

Hier die wp-config.php:

<?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:
    *
  • * Database settings
  • * Secret keys
  • * Database table prefix
  • * ABSPATH
    *
  • @link
    *
  • @package WordPress
    */

// ** Database settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define( ‚DB_NAME‘, ‚db#‘ );

/** Database username */
define( ‚DB_USER‘, ‚dbu#‘ );

/** Database password */
define( ‚DB_PASSWORD‘, ‚#‘ );

/** Database hostname */
define( ‚DB_HOST‘, ‚rdbms.strato.de‘ );

/** 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 ProjectDMC.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
    */
    define(‚AUTH_KEY‘, ‚#‘);
    define(‚SECURE_AUTH_KEY‘, ‚#‘);
    define(‚LOGGED_IN_KEY‘, ‚#‘);
    define(‚NONCE_KEY‘, ‚#‘);
    define(‚AUTH_SALT‘, ‚#‘);
    define(‚SECURE_AUTH_SALT‘, ‚#‘);
    define(‚LOGGED_IN_SALT‘, ‚#‘);
    define(‚NONCE_SALT‘, ‚#‘);

/**

  • 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‘);

/*#@-/

/**

  • 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!
    */
    $table_prefix = ‚jpwz_‘;

/**

  • 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 documentation.
    *
  • @link
    */
    define( ‚WP_DEBUG‘, false );

/* Add any custom values between this line and the „stop editing“ line. */

/* That’s all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( ‚ABSPATH‘ ) ) {
define( ‚ABSPATH‘, DIR . ‚/‘ );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . ‚wp-settings.php‘;

define( „WP_AUTO_UPDATE_CORE“, true );

  • Diese Antwort wurde geändert vor 3 Stunden, 21 Minuten von eschberlin.
  • Diese Antwort wurde geändert vor 3 Stunden, 20 Minuten von eschberlin.

Website-Zustand: 1 kritisches Problem, Seiten-Cache wurde nicht erkannt und die Antwortzeit des Servers ist langsam. Und 2 Empfehlungen.

@eschberlin mit Website-Bericht ist gemeint, dass du unter Werkzeuge > Website-Zustand im Tab Bericht auf den Button klicken und dann den so kopierten Bericht hier in einer Antwort einfügen sollst. Mit dem, was du geschrieben hast, kann hier keiner was anfangen.

@pixolin
den Website-Bericht hatte @eschberlin bereits in einer früheren Antwort gesendet. 😉

Hallo @eschberlin,
dachte ich mir schon: da sind wieder mal wie gewohnt einige merkwürdige Einträge in der wp-config.php:
Die letzte Zeile (define( „WP_AUTO_UPDATE_CORE“, true );) gehört – wenn überhaupt – über den Satz /* That’s all, stop editing! Happy publishing. *.
Die folgenden Zeilen:

Other customizations.
*/
define(‚FS_METHOD‘,’direct‘);
define(‚FS_CHMOD_DIR‘,0755);
define(‚FS_CHMOD_FILE‘,0644);
define(‚WP_TEMP_DIR‘,dirname(FILE)...;

sind in einer wp-config.php wie sie im “WordPress-Paket” so gar nicht vorhanden (siehe z. B. die wp-config-sample.php

, die normalerweise im Paket enthalten ist).
Warum diese Einträge in die wp-config.php gepackt werden, entzieht sich meiner Kenntnis. Diese Frage müsste man dem Hoster stellen.

Die Frage ist, was passiert, wenn du die o. g. Zeilen löschen würdest. Ich glaube allerdings, dass damit das Problem nicht gelöst wird.

Meine Frage: „„Schau doch mal bitte in die developer console (Aufruf mit F12), ob da irgendwelche Fehler auftreten.“ hast du leider immer noch nicht beantwortet.

Du solltest bedenken, dass wir hier eine Handvoll Freiwilliger sind, die in unserer Freizeit Probleme von WordPress-Anwendern versuchen zu lösen. Wir helfen hier, so weit wir gerade Zeit haben. Wenn wir dann nachfragen müssen, weil wichtige Informationen fehlen, kostet das unnötig Zeit. Mit den notwendigen Informationen können wir dir vermutlich viel schneller Lösungsansätze bieten.

Viele Grüße
Hans-Gerd

  • Diese Antwort wurde geändert vor 1 Stunde, 27 Minuten von Hans-Gerd Gerhards. Grund: Code korrigiert
  • Diese Antwort wurde geändert vor 1 Stunde, 25 Minuten von Hans-Gerd Gerhards. Grund: Code korrigiert

Nachtrag: Du kannst notfalls auch Icon-Farbe und Icon-Hintergrund beim Soical Icons Block setzen. Bei mir klappt das aber auch ohne irgendwelche Einstellungen. Könnte aber auch am Style liegen. Ich habe in dem Beipiel einen dunklen Style gewählt.

Hier ein Screenshot dazu (bei Klick auf das Bild, wird das Bild vergrößert):

@eschberlin
und du bist ganz sicher, dass du WordPress manuell (wie dort unter „WordPress selbst installieren“ beschrieben) installiert hast

und nicht so, wie unter Punkt „WordPress installieren: Schritt für Schritt erklärt“ siehe nachfolgenden Screenshot? ->

Zum Vergrößern auf das Bild klicken

Ich hab nämlich einen Kunden, der auch bei Strato ist und da gibt es kein „Installatron“ , genauso wenig wie die zusätzlichen Einträge (FTP-Zugang etc.) in der wp-config.php.

[ad_2]

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer