¿Nuevo usuario?
Puedes registrarte aquí
 
       
Menú principal
 
 Navegación
Buscar
dpForo
dpFAQ
dpManuales
dpDescargas
dpThemes
Noticias por Temas
Recomiéndanos
Enlaces
Créditos
dzStaffStatus
Miembros:  Administradores
No Conectado  el_cuervo  
No Conectado  Dixso  
Miembros:  Colaboradores
No Conectado  AnyKiller  
No Conectado  nestormateo  
No Conectado  docser  
Miembros:  Moderadores
No Conectado  cardiru  
No Conectado  javiermisol  
Miembros:  Traductores
No Conectado  gnrx  
Miembros:  Miembros:
Ultimo:  Nuevos Hoy: 7
Ultimo:  Nuevos Ayer: 11
Ultimo:  Total: 71471
Ultimo:  Ultimo:
alejo75alfa
Miembros:  Conectados
Miembros:  Miembros: 1
Invitados:  Invitados: 72
Total:  Total: 73
Miembros:  Miembros Online
Conectado  juan87  
Sponsor
dp-Tools
 Generador de Menús
 Pop-Up Maker
 Generador de Bloques
 Generador de Módulos
Enlázanos


Texto del enlace:


Otros Banners:



Theme creado por
dev-postnuke.com

 Foro dev-postnuke.com
  Postnuke :: Creación de Foros
  VBulletin [Instalación]

Bienvenido invitado

Moderado por: el_cuervo, Dixso, AnyKiller, cardiru, javiermisol << Tema anterior   Tema siguiente >>
Imprimir tema
Autor Tema: VBulletin [Instalación]
Apolo-Libra
Enviado: 10/11/2006 a las 20:11
Habitual
Habitual

avatar

Karma: 8 (9 Votos)

Registrado: 06/10/06
Mensajes: 89

Estado: Desconectado
Ultima visita: 25/04/08
He estado mirando tolos los foros posibles para PN y al final me he decantado por VBullin, pero al instalarlo me aparece el siguiente error:

Step 2) Connect to the database
Attempting to attach to database

Error description: mysql_pconnect() [function.mysql-pconnect]: Access denied for user: 'dragonballzygt@localhost' (Using password: YES) H:\localuser\dragonballzygt\vbulletin\includes\class_core.php on line 279

The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.

El confing.php, que tengo subido es este:

Código
  1. //  ****** DATABASE TYPE ******
  2.     //  This is the type of the database server on which your vBulletin database will be located.
  3.     //  Valid options are mysql and mysqli.  Try to use mysqli if you are using PHP 5 and MySQL 4.1+
  4. $config['Database']['dbtype'] = 'mysql';
  5.  
  6.     //  ****** DATABASE NAME ******
  7.     //  This is the name of the database where your vBulletin will be located.
  8.     //  This must be created by your webhost.
  9. $config['Database']['dbname'] = 'XXXXXX';
  10.  
  11.     //  ****** TABLE PREFIX ******
  12.     //  Prefix that your vBulletin tables have in the database.
  13. $config['Database']['tableprefix'] = '';
  14.  
  15.     //  ****** TECHNICAL EMAIL ADDRESS ******
  16.     //  If any database errors occur, they will be emailed to the address specified here.
  17.     //  Leave this blank to not send any emails when there is a database error.
  18. $config['Database']['technicalemail'] = 'dbmaster@example.com';
  19.  
  20.     //  ****** FORCE EMPTY SQL MODE ******
  21.     // New versions of MySQL (4.1+) have introduced some behaviors that are
  22.     // incompatible with vBulletin. Setting this value to "true" disables those
  23.     // behaviors. You only need to modify this value if vBulletin recommends it.
  24. $config['Database']['force_sql_mode'] = false;
  25.  
  26.  
  27.  
  28.     //  ****** MASTER DATABASE SERVER NAME AND PORT ******
  29.     //  This is the hostname or IP address and port of the database server.
  30.     //  If you are unsure of what to put here, leave the default values.
  31. $config['MasterServer']['servername'] = 'localhost';
  32. $config['MasterServer']['port'] = 3316;
  33.  
  34.     //  ****** MASTER DATABASE USERNAME & PASSWORD ******
  35.     //  This is the username and password you use to access MySQL.
  36.     //  These must be obtained through your webhost.
  37. $config['MasterServer']['username'] = 'XXXXXX';
  38. $config['MasterServer']['password'] = 'XXXXXX';
  39.  
  40.     //  ****** MASTER DATABASE PERSISTENT CONNECTIONS ******
  41.     //  This option allows you to turn persistent connections to MySQL on or off.
  42.     //  The difference in performance is negligible for all but the largest boards.
  43.     //  If you are unsure what this should be, leave it off. (0 = off; 1 = on)
  44. $config['MasterServer']['usepconnect'] = 1;
  45.  
  46.  
  47.  
  48.     //  ****** SLAVE DATABASE CONFIGURATION ******
  49.     //  If you have multiple database backends, this is the information for your slave
  50.     //  server. If you are not 100% sure you need to fill in this information,
  51.     //  do not change any of the values here.
  52. $config['SlaveServer']['servername'] = '';
  53. $config['SlaveServer']['port'] = 3306;
  54. $config['SlaveServer']['username'] = '';
  55. $config['SlaveServer']['password'] = '';
  56. $config['SlaveServer']['usepconnect'] = 0;
  57.  
  58.  
  59.  
  60.     //  ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
  61.     //  This setting allows you to change the name of the folders that the admin and
  62.     //  moderator control panels reside in. You may wish to do this for security purposes.
  63.     //  Please note that if you change the name of the directory here, you will still need
  64.     //  to manually change the name of the directory on the server.
  65. $config['Misc']['admincpdir'] = 'admincp';
  66. $config['Misc']['modcpdir'] = 'modcp';
  67.  
  68.     //  Prefix that all vBulletin cookies will have
  69.     //  Keep this short and only use numbers and letters, i.e. 1-9 and a-Z
  70. $config['Misc']['cookieprefix'] = 'bb';
  71.  
  72.     //  ******** FULL PATH TO FORUMS DIRECTORY ******
  73.     //  On a few systems it may be necessary to input the full path to your forums directory
  74.     //  for vBulletin to function normally. You can ignore this setting unless vBulletin
  75.     //  tells you to fill this in. Do not include a trailing slash!
  76.     //  Example Unix:
  77.     //    $config['Misc']['forumpath'] = '/home/users/public_html/forums';
  78.     //  Example Win32:
  79.     //    $config['Misc']['forumpath'] = 'c:\program files\apache group\apache\htdocs\vb3';
  80. $config['Misc']['forumpath'] = '';
  81.  
  82.  
  83.  
  84.     //  ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
  85.     //  The users specified here will be allowed to view the admin log in the control panel.
  86.     //  Users must be specified by *ID number* here. To obtain a user's ID number,
  87.     //  view their profile via the control panel. If this is a new installation, leave
  88.     //  the first user created will have a user ID of 1. Seperate each userid with a comma.
  89. $config['SpecialUsers']['canviewadminlog'] = '1';
  90.  
  91.     //  ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
  92.     //  The users specified here will be allowed to remove ("prune") entries from the admin
  93.     //  log. See the above entry for more information on the format.
  94. $config['SpecialUsers']['canpruneadminlog'] = '1';
  95.  
  96.     //  ****** USERS WITH QUERY RUNNING PERMISSIONS ******
  97.     //  The users specified here will be allowed to run queries from the control panel.
  98.     //  See the above entries for more information on the format.
  99.     //  Please note that the ability to run queries is quite powerful. You may wish
  100.     //  to remove all user IDs from this list for security reasons.
  101. $config['SpecialUsers']['canrunqueries'] = '';
  102.  
  103.     //  ****** UNDELETABLE / UNALTERABLE USERS ******
  104.     //  The users specified here will not be deletable or alterable from the control panel by any users.
  105.     //  To specify more than one user, separate userids with commas.
  106. $config['SpecialUsers']['undeletableusers'] = '';
  107.  
  108.     //  ****** SUPER ADMINISTRATORS ******
  109.     //  The users specified below will have permission to access the administrator permissions
  110.     //  page, which controls the permissions of other administrators
  111. $config['SpecialUsers']['superadministrators'] = '1';
  112.  
  113.     // ****** DATASTORE CACHE CONFIGURATION *****
  114.     // Here you can configure different methods for caching datastore items.
  115.     // vB_Datastore_Filecache  - for using a cache file
  116. // $config['Datastore']['class'] = 'vB_Datastore_Filecache'; 
  117.     // vB_Datastore_Memcached - for using a Memcache server
  118.     // It is also necessary to specify the hostname or IP address and the port the server is listening on
  119. // $config['Datastore']['class'] = 'vB_Datastore_Memcached';
  120. // $config['Misc']['memcacheserver'] = '127.0.0.1';
  121. // $config['Misc']['memcacheport'] = '11211';
  122.  
  123. // ****** The following options are only needed in special cases ******
  124.  
  125.     //  ****** MySQLI OPTIONS *****
  126.     // When using MySQL 4.1+, MySQLi should be used to connect to the database.
  127.     // If you need to set the default connection charset because your database
  128.     // is using a charset other than latin1, you can set the charset here.
  129.     // If you don't set the charset to be the same as your database, you
  130.     // may receive collation errors.  Ignore this setting unless you are sure
  131.     // you need to use it.
  132. // $config['Mysqli']['charset'] = 'utf8';
  133.  
  134.     //  Optionally, PHP can be instructed to set connection parameters by reading from the
  135.     //  file named in 'ini_file'. Please use a full path to the file.
  136.     //  Example:
  137.     //  $config['Mysqli']['ini_file'] = 'c:\program files\MySQL\MySQL Server 4.1\my.ini';
  138. $config['Mysqli']['ini_file'] = '';


Espero vuestra respuesta

Gracias


- Versión de Postnuke: 0.764
- Host: www.shinranet.com
- Dirección del sitio: http://crazyanime.shinranet.com
Apolo-Libra Enviar MP WwW


gnrx
Enviado: 13/11/2006 a las 12:11
Colaborador
Colaborador


Karma: 8 (39 Votos)

Registrado: 23/01/05
Mensajes: 1011

Estado: Desconectado
Ultima visita: 20/11/08
VBulletin es un foro no integrado en postnuke, para soporte de VBulletin deberas dirigirte a la web de VBulleting.
No obstante, tu error, por lo que he leido, es que no conecta a la base de datos, quizás, no indiques bien los datos.

Salu2.


gnrx Enviar MP WwW
dstasie
Enviado: 03/12/2006 a las 19:12
Novato
Novato


Karma: 0 (0 Votos)

Registrado: 30/07/06
Mensajes: 2

Estado: Desconectado
Ultima visita: 03/12/06
Lo unico que tienes que verificar es que este correcto el nombre de usuario de la database y el password. Verifica que el servidor sea localhost, el resto de los parametros se configuran solos al realizar la instalacion. Ademas, recuerda que el archivo original config, que viene con vbulletin se llama config.php.new , por lo que debes renombrarlo a config.php
Saludos!
dstasie Enviar MP WwW




Powered by pnForum Version 2.6

Inicio  |  dpFaq  |  dpManuales  |  dpDescargas  |  dpThemes  |  Contacta

Web site powered by PostNuke MySQL PHP Postnuke Spain PHP RSSPixel Add to Technorati Favorites

Todos los logos y marcas registradas en este sitio son propiedad de sus respectivos dueños. Los comentarios son propiedad de sus autores, el resto es de este sitio Web (c) 2003, que fue creado con PostNuke, un sistema portal Web escrito en PHP. PostNuke es Software Libre liberado bajo la licencia GNU/GPL.

Dev-CMS.com :: Amplía tus horizontes.

HOSPEDAJE Y DOMINIOS -- Tu Hosting
Alojamiento Web --- Registro de Dominios