// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'database_name_here'); /** MySQL database username */ define('DB_USER', 'username_here'); /** MySQL database password */ define('DB_PASSWORD', 'password_here'); /** 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', ''); define('AUTH_KEY', 'put your unique phrase here'); define('SECURE_AUTH_KEY', 'put your unique phrase here'); define('LOGGED_IN_KEY', 'put your unique phrase here'); define('NONCE_KEY', 'put your unique phrase here'); define('AUTH_SALT', 'put your unique phrase here'); define('SECURE_AUTH_SALT', 'put your unique phrase here'); define('LOGGED_IN_SALT', 'put your unique phrase here'); define('NONCE_SALT', 'put your unique phrase here'); $table_prefix = 'wp_'; /* That's all, stop editing! Happy blogging.*/
Fatal error: Uncaught Error: Call to undefined function wp() in /home/xs20131018/broccolishare.co.jp/public_html/wp/wp-blog-header.php:16 Stack trace: #0 /home/xs20131018/broccolishare.co.jp/public_html/wp/index.php(17): require() #1 {main} thrown in /home/xs20131018/broccolishare.co.jp/public_html/wp/wp-blog-header.php on line 16