Problema al instalar bbpress
Inicio › Foros › Otros WordPress y similares › bbPress – TalkPress › Problema al instalar bbpress
Este debate contiene 11 respuestas, tiene 3 mensajes y lo actualizó preguntarix hace 9 años, 4 meses.
- AutorPublicaciones
- 3 de octubre de 2009 a las 01:23 #14572
<p>Hola. Nescesito ayuda con la instalacion de bbpress el problema es q cuando pongo al primer paso me sale esto y no quiere continuar al segundo paso. en esta plantilla q tengo q cambiar???</p>
<p>Your settings could not be saved to a configuration file. You will need to save the text shown below into a file named bb-config.php in the root directory of your bbPress installation before you can continue.</p>
<p>-?php<br />
/**<br />
* The base configurations of bbPress.<br />
*<br />
* This file has the following configurations: MySQL settings, Table Prefix,<br />
* Secret Keys and bbPress Language. You can get the MySQL settings from your<br />
* web host.<br />
*<br />
* This file is used by the installer during installation.<br />
*<br />
* @package bbPress<br />
*/</p>
<p>// ** MySQL settings – You can get this info from your web host ** //<br />
/** The name of the database for bbPress */<br />
define( ‘BBDB_NAME’, ‘psinergi_psinergia’ );</p>
<p>/** MySQL database username */<br />
define( ‘BBDB_USER’, ‘psinergi’ );</p>
<p>/** MySQL database password */<br />
define( ‘BBDB_PASSWORD’, ‘********’ );</p>
<p>/** MySQL hostname */<br />
define( ‘BBDB_HOST’, ‘localhost’ );</p>
<p>/** Database Charset to use in creating database tables. */<br />
define( ‘BBDB_CHARSET’, ‘utf8’ );</p>
<p>/** The Database Collate type. Don’t change this if in doubt. */<br />
define( ‘BBDB_COLLATE’, ” );</p>
<p>/**#@+<br />
* Authentication Unique Keys.<br />
*<br />
* Change these to different unique phrases!<br />
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}<br />
*<br />
* @since 1.0<br />
*/<br />
define( ‘BB_AUTH_KEY’, ‘put your unique phrase here’ );<br />
define( ‘BB_SECURE_AUTH_KEY’, ‘put your unique phrase here’ );<br />
define( ‘BB_LOGGED_IN_KEY’, ‘put your unique phrase here’ );<br />
define( ‘BB_NONCE_KEY’, ‘put your unique phrase here’ );<br />
/**#@-*/</p>
<p>/**<br />
* bbPress Database Table prefix.<br />
*<br />
* You can have multiple installations in one database if you give each a unique<br />
* prefix. Only numbers, letters, and underscores please!<br />
*/<br />
$bb_table_prefix = ‘bb_’;</p>
<p>/**<br />
* bbPress Localized Language, defaults to English.<br />
*<br />
* Change this to localize bbPress. A corresponding MO file for the chosen<br />
* language must be installed to a directory called "my-languages" in the root<br />
* directory of bbPress. For example, install de.mo to "my-languages" and set<br />
* BB_LANG to ‘de’ to enable German language support.<br />
*/<br />
define( ‘BB_LANG’, ” );<br />
?-
</p> - 3 de octubre de 2009 a las 01:49 #32923
esto …Your settings could not be saved to a configuration file. You will need to save the text shown below into a file named bb-config.php in the root directory of your bbPress installation before you can continue….
La configuración no puede ser guardado en un archivo de configuración. Tendrá que guardar el texto a continuación en un archivo denominado BB-config.php en el directorio raíz de tu instalación de bbPress antes de continuar ….
espero te sirva…
- 3 de octubre de 2009 a las 01:51 #32924
tengo q crear bb-config.php??
- 3 de octubre de 2009 a las 03:11 #32925
bb-config.php seguramente ya existe (viene con el paquete original), lo que sucede es que viene con el nombre bb-config-sample “sample” “prueba o muestra”, tenés que configurar los datos de tu base de datos y el idioma si es que modificaras el idioma y quitarle la palabra sample.
- 3 de octubre de 2009 a las 03:27 #32926
Los configure no se q me falta configurar y.y. le cambie eso de sample y me manda a una pagina en blanco cuando aprete next step :S
- 3 de octubre de 2009 a las 03:33 #32927
Pega el archivo config tal cual lo tienes y vemos.
- 3 de octubre de 2009 a las 04:08 #32928
ese es el q lo tengo en bbpress
?php
/**
* The base configurations of bbPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys and bbPress Language. You can get the MySQL settings from your
* web host.
*
* This file is used by the installer during installation.
*
* @package bbPress
*/// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for bbPress */
define( ‘BBDB_NAME’, ‘bbpress’ );/** MySQL database username */
define( ‘BBDB_USER’, ‘username’ );/** MySQL database password */
define( ‘BBDB_PASSWORD’, ‘password’ );/** MySQL hostname */
define( ‘BBDB_HOST’, ‘localhost’ );/** Database Charset to use in creating database tables. */
define( ‘BBDB_CHARSET’, ‘utf8’ );/** The Database Collate type. Don’t change this if in doubt. */
define( ‘BBDB_COLLATE’, ” );/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}
*
* @since 1.0
*/
define( ‘BB_AUTH_KEY’, ‘put your unique phrase here’ );
define( ‘BB_SECURE_AUTH_KEY’, ‘put your unique phrase here’ );
define( ‘BB_LOGGED_IN_KEY’, ‘put your unique phrase here’ );
define( ‘BB_NONCE_KEY’, ‘put your unique phrase here’ );
/**#@-*//**
* bbPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$bb_table_prefix = ‘bb_’;/**
* bbPress Localized Language, defaults to English.
*
* Change this to localize bbPress. A corresponding MO file for the chosen
* language must be installed to a directory called “my-languages” in the root
* directory of bbPress. For example, install de.mo to “my-languages” and set
* BB_LANG to ‘de’ to enable German language support.
*/
define( ‘BB_LANG’, ” );
? - 3 de octubre de 2009 a las 04:21 #32930
Te falta configurar la base de datos
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for bbPress */
define( ‘BBDB_NAME’, ‘[b]bbpress[/b]’ ); [b]el nombre de tu base de datos[/b]/** MySQL database username */
define( ‘BBDB_USER’, ‘[b]username[/b]’ ); [b]el usuario de tu base de datos[/b]/** MySQL database password */
define( ‘BBDB_PASSWORD’, ‘[b]password[/b]’ ); [b]La calve de tu base de datos[/b]/** MySQL hostname */
define( ‘BBDB_HOST’, ‘[b]localhost[/b]’ ); [b]Esto la mayoría de la veces es tal cual, pero debes consultar con tu proveedor de hosting[/b]define( ‘BB_LANG’, ” ); [b]Esto es para cambiar el idioma si previamente instalas el archivo de la lengua correspondiente.[/b]
- 3 de octubre de 2009 a las 04:26 #32931
es decir directamente en mi cpanel lo cambio??
- 3 de octubre de 2009 a las 04:35 #32932
No en el cpanel no, en el propio archivo BB-config.php , en el cpanel lo que probablemente tengas que hacer si es que no eta hecho es crear la base de datos.
Es cierto que algunos cpanels te dan acceso a los archivos y te permiten modificaros pero por lo general resulta más tedioso que modificarlos en tu pc y reescribirlos por ftp. - 3 de octubre de 2009 a las 04:40 #32933
lo cambio en home/psinergia/bbpress/bb-config.php??
- 3 de octubre de 2009 a las 04:56 #32934
Si
- AutorPublicaciones
El foro ‘bbPress – TalkPress’ está cerrado y no se permiten nuevos debates ni respuestas.