// Activamos WP_DEBUG define ( 'WP_DEBUG', true); // Guardamos errores en /wp-content/debug.log define ( 'WP_DEBUG_LOG', true); // Ocultamos errores en pantalla define ( 'WP_DEBUG_DISPLAY', false); define( 'WP_CACHE', true ); define( 'RECOVERY_MODE_EMAIL', 'info@marcovalencia.net' ); define( 'WP_MEMORY_LIMIT', '256M' ); //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, and ABSPATH. You can find more information * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing * wp-config.php} Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'valencia7_marco'); /** MySQL database username */ define('DB_USER', 'valencia7_marco'); /** MySQL database password */ define('DB_PASSWORD', 'artista7'); /** 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', '_Y=}O=3iF(CJ}fQ>$#-PA%9*AQ0C}-Z?Qch}b;a;)7O~q+L|A)xxy^?56 QEgnR1Y+3}0=x7:'); define('LOGGED_IN_KEY', '!7(|NG=qPbP=Zzq8^5n&B-vh_`y B/BOco 9vA.r?{0;So1|2 7$H+s}~OLcwQ9p'); define('NONCE_KEY', ':ONs]:iItkbUZB}L9S3a,0|*#DaSVw6pj&;RbtYv<+OfSuzCK(Qnvdb|5`xtGN7;'); define('AUTH_SALT', '@$ ))3a8^J7~B-;CLGwY(o#h$AoCz+x,[& h&B!,TY3:-1C),3MEoJ??N^r<1/G&'); define('SECURE_AUTH_SALT', 'Vt(&l.#8aS|2xnJIAJVFpK,+T5NxQ/?b;j:`FPxU_~3ad :Y2O4R0*93_tWXEE72'); define('LOGGED_IN_SALT', '[SmDR}B.}l,fj1jwyKk0u68pR@/Br{;pR-(dtvr*|(?/O(HHVJ=|0d~Rrn]Zf^=O'); define('NONCE_SALT', ']#PG2.L>){3Or{KFGp+uEui||v`W9~97S$cQf Fatal error: Uncaught Error: Call to undefined function wp() in /home/www/marcovalencia.net/wp-blog-header.php:16 Stack trace: #0 /home/www/marcovalencia.net/index.php(17): require() #1 {main} thrown in /home/www/marcovalencia.net/wp-blog-header.php on line 16