DataBase Connection error :|

Status
Not open for further replies.
22 comments
It has been years since i last used ipb.
There must be a config.php file.. Im quite sure you have some wrong details there.

(database name, or password etc..)
or maybe did you move the installation? (from warez-core.com/forum to warez-core.com or vice-versa ?
 
jeez go ask the developers
Or did you pirate the script like a lamer?

Its not because he is using a nulled version , that he can not ask for help here.
The guy only asks for some help ;)

On topic again:
Just do what vpsready sis, that could most of the time work.
 
Umm,I did wat vpsready said.

But I think the conf_global.php is edited wrong by me :|

My cPanel files had been deleted by mistake by me so i had only the DB.
I uploaded the whole IPB script again.
Deleted Install folder and then edited conf_global.php

I just need some help there in that file :)
 
<?php
$INFO['sql_driver'] = 'Mysql';
$INFO['sql_host'] = 'localhost';
$INFO['sql_database'] = '******';
$INFO['sql_user'] = '***';
$INFO['sql_pass'] = '********';
$INFO['sql_tbl_prefix'] = '1';
$INFO['sql_debug'] = '1';
$INFO['board_start'] = '1';
$INFO['installed'] = '1';
$INFO['php_ext'] = 'php';
$INFO['safe_mode'] = '';
$INFO['base_url'] = '';
$INFO['banned_group'] = '5';
$INFO['admin_group'] = '4';
$INFO['guest_group'] = '2';
$INFO['member_group'] = '3';
$INFO['auth_group'] = '1';
$INFO['mysql_tbl_type'] = '';

?>
 
Try this one.


<?php
$INFO['sql_driver'] = 'mysql';
$INFO['sql_host'] = 'localhost';
$INFO['sql_database'] = 'DATABASE';
$INFO['sql_user'] = 'USER';
$INFO['sql_pass'] = 'PASSWORD';
$INFO['sql_tbl_prefix'] = '';
$INFO['sql_debug'] = '1';
$INFO['sql_charset'] = '';
$INFO['board_start'] = '1266594422';
$INFO['installed'] = '1';
$INFO['php_ext'] = 'php';
$INFO['safe_mode'] = '1';
$INFO['board_url'] = 'http://www.YOURLINK.COM';
$INFO['banned_group'] = '5';
$INFO['admin_group'] = '4';
$INFO['guest_group'] = '2';
$INFO['member_group'] = '3';
$INFO['auth_group'] = '1';
$INFO['use_friendly_urls'] = '1';
$INFO['_jsDebug'] = '0';
$INFO['mysql_tbl_type'] = 'MyISAM';

define('IN_DEV', 0);

?>
 
Status
Not open for further replies.
Back
Top