Problema PROBLEMA XAMPP 1.7.1 C:\xampp\htdocs\includes\mysql.php ON LINE 14!

Oswald

Utente Medio
Autore del topic
7 Febbraio 2015
207
31
Miglior risposta
0
Salve, Mi serve Aiuto avevo appena istallato xampp 1.8.1 e poi lho disistallato e ho reistallato xampp 1.7.1 mi da sto problema
C:\xampp\htdocs\includes\mysql.php On Line 14 Errore Cms Non riesco a connetermi al database Mysql. :shock: Perche ho conf tutto bene!

- - - Aggiornato - - -
@Cix10 @lello26
 
Salve, Mi serve Aiuto avevo appena istallato xampp 1.8.1 e poi lho disistallato e ho reistallato xampp 1.7.1 mi da sto problema
C:\xampp\htdocs\includes\mysql.php On Line 14 Errore Cms Non riesco a connetermi al database Mysql. :shock: Perche ho conf tutto bene!

- - - Aggiornato - - -
@Cix10 @lello26

Prova a riuppare il database.
 
Salve, Mi serve Aiuto avevo appena istallato xampp 1.8.1 e poi lho disistallato e ho reistallato xampp 1.7.1 mi da sto problema
C:\xampp\htdocs\includes\mysql.php On Line 14 Errore Cms Non riesco a connetermi al database Mysql. :shock: Perche ho conf tutto bene!

- - - Aggiornato - - -
@Cix10 @lello26

Ciao, puoi indicarci passo per passo come e cosa hai configurato? ^^
 
Salve, Mi serve Aiuto avevo appena istallato xampp 1.8.1 e poi lho disistallato e ho reistallato xampp 1.7.1 mi da sto problema
C:\xampp\htdocs\includes\mysql.php On Line 14 Errore Cms Non riesco a connetermi al database Mysql. :shock: Perche ho conf tutto bene!

- - - Aggiornato - - -
@Cix10 @lello26

Postami quel file per favore.
 
Postami quel file per favore.

In quel file è definita la configurazione mysql al cms
Se ti da quell'errore è semplicemente perché hai configurato male, assicurati che il nome del database sia giusto, al massimo posta il config e vediamo se per sbaglio hai tolto qualcosa.
 
@Lex007 Scusate ve lo posto subito

- - - Aggiornato - - -

<?php

// ****** MASTER DATABASE SETTINGS ******
// These are the settings required to connect to your MySQL Database.
$sqlhostname = "localhost";
$sqlusername = "root";
$sqlpassword = "NON SI PUO VEDERE";
$sqldb = "db";

// ****** STATUS CHECKS SYSTEM ******
// This option will allow HoloCMS to perform full status checks. This,
// however, slows down your site A LOT. It is therefore disabled by
// default.
$enable_status_image = "0";

// ****** SITE PATH ******
// The full URL to your site; with an slash added on the end.
$path = "http://25.50.240.33/";

// ****** REFFERAL REWARD ******
// The amount of credits a user recieves upon referring a friend to the
// hotel. Set to '500' by default.
$reward = "50";

// ****** HOLOCMS SYSTEM ADMINISTRATOR ******
// User ID of the System Administrator. Will be granted access to sensitive
// features. Set to '1' by default. This setting will not change your
// ingame priveliges.
$sysadmin = "1";

// ****** HOLOCMS ENCRYPTION SYSTEM ******
// How HoloCMS stores passowrds.
// Do NOT manually change this unless you know what you are doing,
// doing so may corrupt your database.
$encryption = "new";
$hashtext = "";

// ****** BADGES ******
// Where badges are located.
$cimagesurl = "r63/c_images/";
$badgesurl = "/album1584/";

// ****** EMAIL VERIFY ******
// Email verification settings
$email_verify = true;
$email_force_verify = false;
$email_verify_reward = "500";
?>

- - - Aggiornato - - -
@Lex007

- - - Aggiornato - - -
@Cix10

- - - Aggiornato - - -
@lello26
 
@Lex007 Scusate ve lo posto subito

- - - Aggiornato - - -

<?php

// ****** MASTER DATABASE SETTINGS ******
// These are the settings required to connect to your MySQL Database.
$sqlhostname = "localhost";
$sqlusername = "root";
$sqlpassword = "NON SI PUO VEDERE";
$sqldb = "db";

// ****** STATUS CHECKS SYSTEM ******
// This option will allow HoloCMS to perform full status checks. This,
// however, slows down your site A LOT. It is therefore disabled by
// default.
$enable_status_image = "0";

// ****** SITE PATH ******
// The full URL to your site; with an slash added on the end.
$path = "http://25.50.240.33/";

// ****** REFFERAL REWARD ******
// The amount of credits a user recieves upon referring a friend to the
// hotel. Set to '500' by default.
$reward = "50";

// ****** HOLOCMS SYSTEM ADMINISTRATOR ******
// User ID of the System Administrator. Will be granted access to sensitive
// features. Set to '1' by default. This setting will not change your
// ingame priveliges.
$sysadmin = "1";

// ****** HOLOCMS ENCRYPTION SYSTEM ******
// How HoloCMS stores passowrds.
// Do NOT manually change this unless you know what you are doing,
// doing so may corrupt your database.
$encryption = "new";
$hashtext = "";

// ****** BADGES ******
// Where badges are located.
$cimagesurl = "r63/c_images/";
$badgesurl = "/album1584/";

// ****** EMAIL VERIFY ******
// Email verification settings
$email_verify = true;
$email_force_verify = false;
$email_verify_reward = "500";
?>

- - - Aggiornato - - -
@Lex007

- - - Aggiornato - - -
@Cix10

- - - Aggiornato - - -
@lello26

Ciao, al momento è in locale giusto?
Devi modificare anche questa parte
// ****** SITE PATH ******
// The full URL to your site; with an slash added on the end.
$path = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
 
Allora, visto così la configurazione sembra giusta, assicurati che la password e il nome del db siano corretti.
Una cosa, hai configurato il server mysql quando hai installato xampp vero?
Se i dati sono giusti assicurati che compaia la scritta "Running" di fianco a MySQL su xampp, altrimenti non funzionerà mai :quoto:
 
Beh allora non so dirti, se la configurazione è corretta e il mysql è acceso non dovrebbe dare questi errori, dunque se non hai toccato altro ricontrolla bene se la configurazione del database è corretta.. :|
Che pack usi?
Il mysql lo hai riconfigurato dopo aver installato la 1.7.1?