Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/02/2008, 00:43
SeRuJi0
 
Fecha de Ingreso: febrero-2008
Mensajes: 9
Antigüedad: 16 años, 3 meses
Puntos: 0
Re: Instalar vbulletin en OVH

A ver yo antes habia instalado un foro vbulletin en lycos.es pero decidi hacerlo en un host de pago (ovh.es).

Ahora no sale el mensaje "Domaine en cours d'installation" ahora directamente pone "404 Not Found" o sea no encuentra la pagina,el config.php te lo dejo aqui como lo tengo y me dice si falta algo. Pongo solo las lineas que cambie.

// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
// for slave options just append _slave to your preferred database type.
$config['Database']['dbtype'] = 'MySQL';

// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = '*******';

// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = 'mysql';

// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = '[email protected]';

// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = 'ovh.es';
$config['MasterServer']['port'] = 3306;

// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = '*******';
$config['MasterServer']['password'] = '*******';


Los * se entiende que es informacion privada,lo demas no se si me ekivoke en algo o me falto editar algo mas. otra cosa importante puede ser k el host que contrate tiene la base de datos en "Mysql5-5"

El dominio me pone que esta instalado.
Este dominio está registrado en OVH.
Estado : ok

A ver si me ayudais :(

Salu2 y Gracias!