Nach Umstellung auf PHP 8.0 weisse Website

[ad_1]

Schon mal in den Logfiles nachgesehen, ob man dort Hinweise findet?

Poste bitte auch den Inhalt der wp-config.php.

Die Zeilen mit den Datenbank-Zugangsdaten und nachfolgenden Sicherheitsschlüsseln kannst du aus der Antwort komplett löschen. Wir möchten niemanden einladen, deine Datenbank zu ändern.

Danke für den Tipp. Gerade läuft noch ein Backup. Aber gleich eine Frage. Ich habe vorhin zu meinem Thema einen Screenshot vom Zustand der Website hochladen wollen. Dieser kann nicht an. Was mache ich falsch? Geht png nicht?

<?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
    *
  • @package WordPress
    */

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

/** MySQL database username */
define(‚DB_USER‘, ‚…‘);

/** MySQL database password */
define(‚DB_PASSWORD‘, ‚…‘);

/** MySQL 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‘, ‚R^7kXAimz4@#R9HZRiH!KOe5!fivdWtxhYd1JruLIfggS0v&MCdFQR6opmb8T^KV‘); define(‚SECURE_AUTH_KEY‘, ‚8JKr9xz)BylwtzNUrdQzlSx1SYuCqj0tYWSx6ij0e3dCaYfV5p2@^hd^5MMD9V8′);
    define(‚LOGGED_IN_KEY‘, ‚Rlf8Rj@x@G)fx2hscOH9^yF%ohSrJavyjYC^#qMMuwR(M5UDJoGD4hCvnlj#U)w‘); define(‚NONCE_KEY‘, ‚XImQeODbSi6#W)2QtB)kYkik#dsn%k)0!&(opwa%^2Si7rF8dox4bGtU1NxgQjK‘);
    define(‚AUTH_SALT‘, ‚E0B#DwNL!G@qC0l%#OKy5PjbK9%qHTrJZ^4&kg11oMU(XtWOEKa5qUX)uuT9xKOE‘);
    define(‚SECURE_AUTH_SALT‘, ‚2OhpAVSXiic6O^n%^lQlWHePQL4VPx%W)J6tRDZoYuTaWeqIJ90T18VP)mYsCIP1‘);
    define(‚LOGGED_IN_SALT‘, ‚AFSW5XY0gIqkrw(g#H!g(%9z8H(kUQ!Sb5kaATZGtIFSeZY#TW!nbbbLmoRVk%H‘); define(‚NONCE_SALT‘, ‚mrht@#BLNtRy^jgPEVi%IT80s56b1OnUJL8actTznIpEjA)hYB)E01tch@yrggr‘);
    /*#@-/

/**

  • 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 = ‚wp_‘;

/**

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

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

/** 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‘);

define( ‚WP_ALLOW_MULTISITE‘, true );

define (‚FS_METHOD‘, ‚direct‘);

define( „WP_AUTO_UPDATE_CORE“, minor );

define(‚WP_MEMORY_LIMIT‘, ‚200M‘);

Habe auf PHP 8 umgestellt. Dann war die Site nicht aufrufbar, dann habe ich wieder auf 7.4 zurückgestellt.

Hier kommt das debug.log:

[21-Feb-2023 17:11:56 UTC] PHP Warning: Use of undefined constant minor - assumed 'minor' (this will throw an Error in a future version of PHP) in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 96
[21-Feb-2023 17:11:56 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 98
[21-Feb-2023 17:12:05 UTC] PHP Warning: Use of undefined constant minor - assumed 'minor' (this will throw an Error in a future version of PHP) in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 96
[21-Feb-2023 17:12:05 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 98
[21-Feb-2023 17:12:07 UTC] PHP Warning: Use of undefined constant minor - assumed 'minor' (this will throw an Error in a future version of PHP) in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 96
[21-Feb-2023 17:12:07 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 98
[21-Feb-2023 17:12:08 UTC] PHP Warning: Use of undefined constant minor - assumed 'minor' (this will throw an Error in a future version of PHP) in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 96
[21-Feb-2023 17:12:08 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 98
[21-Feb-2023 17:12:50 UTC] PHP Fatal error: Uncaught Error: Undefined constant "minor" in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php:96
Stack trace: 0 /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-load.php(50): require_once() 1 /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-cron.php(46): require_once('…') 2 {main} thrown in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 96
[21-Feb-2023 17:12:50 UTC] PHP Fatal error: Uncaught Error: Undefined constant "minor" in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php:96
Stack trace: 0 /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-load.php(50): require_once() 1 /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-blog-header.php(13): require_once('…') 2 /mnt/web313/e3/46/58791746/htdocs/WordPress_01/index.php(17): require('…') 3 {main} thrown in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 96
[21-Feb-2023 17:12:55 UTC] PHP Fatal error: Uncaught Error: Undefined constant "minor" in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php:96
Stack trace: 0 /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-load.php(50): require_once() 1 /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-admin/admin-ajax.php(22): require_once('…') 2 {main} thrown in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 96
[21-Feb-2023 17:13:05 UTC] PHP Warning: Use of undefined constant minor - assumed 'minor' (this will throw an Error in a future version of PHP) in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 96
[21-Feb-2023 17:13:05 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /mnt/web313/e3/46/58791746/htdocs/WordPress_01/wp-config.php on line 98

[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