XMB Forum Software

[New] erro de acesso a bd na instalaçao

ivoxgomes - 2-12-2012 at 11:54 AM

Endereço URL completo do Fórum: lmsbet.gofreeserve.com
Versão do XMB: 1.9.11

ola

estou com dificuldades em instalar o forum.. dá sempre erro de mysql embora tenha todos os dados inseridos corretamente..


existe algum truque?

obrigado!

Database Connection

XMB could not connect to the specified database. The database returned "error 1045: Access denied for user 'gofre_10163689'@'localhost' (using password: YES)


Attachment: phpMHe3yR (80kB)
This file has been downloaded 523 times

vlonjat4ever - 2-12-2012 at 12:15 PM

Set Debug true to config.php! and post error code here!
//How to set Debug True : Find this on config.php
Code:
// Debug-mode /** * To turn on DEBUG mode (you can then see ALL queries done at the bottom of each screen (except buddy-list & u2u) * just uncomment this variable. These queries are ONLY visible to the user currently loading that page * and ONLY visible to Super Administrators. Comment first line and uncomment second line to use debug mode. */ define('DEBUG', FALSE); // define('DEBUG', TRUE);

and change
Code:
define('DEBUG', FALSE); // define('DEBUG', TRUE);

to this
Code:
// define('DEBUG', FALSE); define('DEBUG', TRUE);

=========================================
Check Database Name, Database User and Database Password if they are correctly!
Set permissions 666 to config.php if you are installing board with option 2 selceted on Configuration Method!

I suggest to you to select option 1) on Configuration Method and create manually config.php through ftp.

ivoxgomes - 2-12-2012 at 12:23 PM

it work

many tanks!!

Daniel Gouveia - 2-12-2012 at 05:36 PM

Está resolvido ou precisas de mais alguma coisa?