// BEGIN Kadence Security - Ne modifiez pas ou ne supprimez pas cette ligne // Kadence Security Config Details: 2 define( 'FORCE_SSL_ADMIN', true ); // Rediriger toutes les requêtes de pages de HTTP vers HTTPS - Sécurité > Réglages > Forcer le SSL define( 'DISALLOW_FILE_EDIT', true ); // Désactivez l’éditeur de code - Solid Security > Réglages > Ajustements WordPress > Éditeur de code // END Kadence Security - Ne modifiez pas ou ne supprimez pas cette ligne define( 'ITSEC_ENCRYPTION_KEY', 'Oj8vVkprR1JvUWVtOT5zXmR4KlBGY3cvaF19YCpOeGtiRkBiXUtAYnJnW1hqajJTLT1vNi1rMEo8biRPS2Y8Kg==' ); /** Enable W3 Total Cache */ /** * 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 https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'tlathoud1' ); /** Database username */ define( 'DB_USER', 'tlathoud1' ); /** Database password */ define( 'DB_PASSWORD', '6lBv7DSFBAuJ' ); /** Database hostname */ define( 'DB_HOST', 'cl1-sql12' ); /** 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 */ define('AUTH_KEY', '0FGMS5640qG7yO6Hqo7NAZd2IySbh87ryKTmlq9XskRSTEPo1VxLoxrIun4tPHWp'); define('SECURE_AUTH_KEY', 'JbVBSjIqpqtdazovsD5vFQWG4uFnzGfI1daDp8OxxleCCtUzy7QCBPPOnqJyiZNt'); define('LOGGED_IN_KEY', '11q5WYhqL9YbnXwUPp9So0pomaJmp334gw1t2F0jOINiwrwqb93Jzkl5i2eXPj06'); define('NONCE_KEY', 'xgBNEUEkTMa3e4NyZ657xy254r8XfHIlCXrEY0SxUyxJr33PObyhfYKoCZQvBdAi'); define('AUTH_SALT', 'L5qV1Lhj7kwXZ7k0Ap8ezfeu1g6r6SAY2LcQlQbRyRadcYUP46DFekyloYUcevnj'); define('SECURE_AUTH_SALT', 'DD4V97NucB9qSkBg8QbYxF0Qq2ijpqgFOlOKvapCRqwm6UucZSZAjTQsSvVIY57Z'); define('LOGGED_IN_SALT', 'QoroDKNC11BHT2QEeEfHBspA49m1r31nsZ4Uuu3gJDjMolXHIaqqC79OOv85t7Gv'); define('NONCE_SALT', 'QrKiWR9uEFREDcu1FkJ5yCYJPY6yKWKjijQLf1s0MhMADsUZDxlV9Dztad9h8O4a'); /** * 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 = 'n0wd_'; /** * 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 https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_MEMORY_LIMIT', '512M' ); // Configuration du Debug (Erreurs masquées sur l'écran mais enregistrées en arrière-plan) define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); /* 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';
Fatal error: Uncaught Error: Call to undefined function wp() in /home/users/t/tlathoud/www/thierry_lathoud/wp-blog-header.php:16 Stack trace: #0 /home/users/t/tlathoud/www/thierry_lathoud/index.php(17): require() #1 {main} thrown in /home/users/t/tlathoud/www/thierry_lathoud/wp-blog-header.php on line 16