XMB Forum Software

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

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



Attachment: phpMHe3yR (80kB)
This file has been downloaded 568 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