Portada arrow Soporte arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Aiuto Insallazione MacOX10.4.9 (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Aiuto Insallazione MacOX10.4.9
#18856
Danno (User)
Fresh Lemon
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Aiuto Insallazione MacOX10.4.9 2 Months ago Karma: 0  
Ciao a tutti,

ho un problemino nell'installazione in locale di limesurvey.
Ho seguito, credo alla lettera, quando mi veniva spiegato nella guida in italiano ma mi da questo errore:

Could not connect to database. If you try to install LimeSurvey please refer to the installation docs and/or contact the system administrator of this webpage.

mac osx10.4.11
MAMP aggiornato all'ultima versione
Lime Versione 171plus

File Config-defaults.php
$databasetype = 'mysql';
$databaselocation = 'localhost';
$databaseport = 'default';
$databasename = 'limesurvey';
$databaseuser = '***';
$databasepass = '****';
$dbprefix = 'lime_';
$databasetabletype = 'myISAM';
$rooturl = "http://{$_SERVER['HTTP_HOST']}/limesurvey";
$rootdir = dirname(__FILE__);
$rootsymlinked = 0;

Le altre non le inserisco tanto non le ho toccate.

Cos'ho sbagliato?

Grazie in anticipo per le risposte.

Ale
 
Logged Logged  
 
Last Edit: 2008/09/17 14:28 By Danno.
  The administrator has disabled public write access.
#19712
psycolor (User)
Junior Lime
Posts: 39
graphgraph
User Offline Click here to see the profile of this user
Re:Aiuto Insallazione MacOX10.4.9 1 Month, 2 Weeks ago Karma: 0  
hai controllato che il server mysql e' attivo (per esempio lo usi con delle altre applicazioni). l'unica ragione che posso pensare per cui il database non si connette e' proprio che i dettagli non sono corretti.

a ripensarci, prova a cambiare la porta di accesso al mysql.


lorenzo
 
Logged Logged  
  The administrator has disabled public write access.
Go to top