problama mysql con Mkportal

Stato
Discussione chiusa ad ulteriori risposte.

imported_m4tt3o

Utente Silver
24 Maggio 2008
2
0
0
58
Salve ragazzi, ho acquistato su aruba uno spazio ftp ho installato la board esterna invision power board e come portale avevo deciso di mettere mkportal.. ho installato il tutto per bene solo che quando accedo alla index del sito in alto mi da degli errori :

Codice:
Warning: mysql_query() [function.mysql-query]: Can't connect to MySQL server on 'localhost' (10061) in D:\Inetpub\webs\tvdirectlinkcom\public\mkportal\include\functions.php on line 580

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\Inetpub\webs\tvdirectlinkcom\public\mkportal\include\functions.php on line 580

Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in D:\Inetpub\webs\tvdirectlinkcom\public\forum\ips_kernel\class_db_mysqli_client.php on line 751

Warning: mysql_query() [function.mysql-query]: Can't connect to MySQL server on 'localhost' (10061) in D:\Inetpub\webs\tvdirectlinkcom\public\mkportal\include\functions.php on line 604

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\Inetpub\webs\tvdirectlinkcom\public\mkportal\include\functions.php on line 604

Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in D:\Inetpub\webs\tvdirectlinkcom\public\forum\ips_kernel\class_db_mysqli_client.php on line 751

Warning: mysql_query() [function.mysql-query]: Can't connect to MySQL server on 'localhost' (10061) in D:\Inetpub\webs\tvdirectlinkcom\public\mkportal\include\functions.php on line 592

ho controllato il file che usa mkportal (config_global.php) per importare i dati del database e li è tutto apposto..non so piu cosa fare .. voi cosa mi consigliate?

ps. se ho sbagliato sezione scusatemi e spostate pure..
 
gia fatto ti posto il file config_global.php

<?php
$INFO['sql_driver'] = 'mysql';
$INFO['sql_host'] = '62.149.150.96';
$INFO['sql_database'] = 'Sql263415_1';
$INFO['sql_user'] = 'Sql263415';
$INFO['sql_pass'] = '-------- ';
$INFO['sql_tbl_prefix'] = 'ibf_';
$INFO['sql_debug'] = '1';
$INFO['board_start'] = '----';
$INFO['installed'] = '1';
$INFO['php_ext'] = 'php';
$INFO['safe_mode'] = '0';
$INFO['board_url'] = 'http://www.tvdirectlink.com/public/forum';
$INFO['banned_group'] = '5';
$INFO['admin_group'] = '4';
$INFO['guest_group'] = '2';
$INFO['member_group'] = '3';
$INFO['auth_group'] = '1';
$INFO['mysql_tbl_type'] = 'MyISAM';

?>
 
Stato
Discussione chiusa ad ulteriori risposte.