/** /** The name of the database for WordPress */ define( 'DB_NAME', 'rotary_wp380' ); /** MySQL database username */ define( 'DB_USER', 'rotary_wp380' ); /** MySQL database password */ define( 'DB_PASSWORD', 'info1357' ); /** 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 */ define('AUTH_KEY','W+r%js)w+&u5FX`+6)5ewL8`cX;UQ4K%p`=d%D1{4+Gz}#>9j!UCE&,$$Y9{-8>m'); define('SECURE_AUTH_KEY','/Iwi2WZ^;Ct.W7O]W*XC-R&z>=Ux89~'); define('NONCE_KEY','aY4/kUR`YY$ Y_sf yKFnjX1z;Vh|R-}7T@}psVpr-*$.IPZ|3g!u|SX85.b]Y*t'); define('AUTH_SALT','+eDisFnlo`@0_pkX8aR7^G6>mQP2L8LL;D|`FBM&kQn.D>e%o`mm`/MhT_#_ peY'); define('SECURE_AUTH_SALT','N))[*8v&I]jk1cfMf^ Eogz0eG#K%+`6,]ybbp>O`=^xDFqx/QKn2iMp+l/|;]t3'); define('LOGGED_IN_SALT','R-.d2?)t6IW@-Fyd!nm@#R?@bmDi#?1~RoYhwCSwrnug@,?-RRJ$va|9s%g7h3-8'); define('NONCE_SALT','w0<3|5pXOWgG]NQs*7EjzMb9e5tFB162H7?#g#f7DDAZ!z|Z+we_K[UeyPiHxX!$'); /**#@-*/ /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false); define('WP_DEBUG_LOG', true); define('FS_METHOD', 'direct'); /* 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/rotary/public_html/wp-blog-header.php:16 Stack trace: #0 /home/rotary/public_html/index.php(17): require() #1 {main} thrown in /home/rotary/public_html/wp-blog-header.php on line 16