Saludos jlsimon
Estoy intentando instalar lime surver de acuerdoa las instrucciones , claro no tengo muchos conocimientos en php , pero me interesa para un proyecto en un centro de formacion sin fines de lugro ... la idea es tener un registro de los participantes , docentes en formacion a traves de un encuesta o formulario.
Esta es la configuracion que realice por config.php , pero al correr
CPFA3.aulaenova.org/limesurvey/admin/install me sale error
$databasetype = "mysql"; // ADOdb database driver - valid values are mysql, odbc_mssql or postgres
$databaselocation = "localhost"; // Network location of your Database - for odbc_mssql use the mssql servername, not localhost or IP
$databasename = ""; // The name of the database that we will create
$databaseuser = ""; // The name of a user with rights to create db (or if db already exists, then rights within that db)
$databasepass = "xxxx"; // Password of db user
$dbprefix = "lime_"; // A global prefix that can be added to all LimeSurvey tables. Use this if you are sharing
// a database with other applications. Suggested prefix is "lime_"
// File Locations
$rooturl = "/limesurvey
"; //The root web url for your limesurvey installation (without a trailing slash).
$rootdir = dirname(__FILE__); // This is the physical disk location for your limesurvey installation. Normally you don't have to touch this setting.
// If you use IIS then you MUST enter the complete rootdir e.g. : $rootDir="C:Inetpub
wwwrootlimesurvey"!
// Some IIS installations also require to use forward slashes instead of backslashes, e.g. $rootDir="C:/Inetpub/
wwwroot/limesurvey"!
// If you use OS/2 this must be the complete rootdir with FORWARD slashes e.g.: $rootDir="c:/limesurvey";!
// Site Setup
$sitename = "
SIRAC@CPFA"; // The official name of the site (appears in the Window title)
$defaultuser = "admin"; // This is the default username when LimeSurvey is installed
$defaultpass = "123"; // This is the default password for the default user when LimeSurvey is installed
// Email Settings
$siteadminemail = "
Esta dirección de correo electrónico está protegida contra los robots de spam, necesita tener Javascript activado para poder verla
"; // The default email address of the site administrator
$siteadminbounce = "
Esta dirección de correo electrónico está protegida contra los robots de spam, necesita tener Javascript activado para poder verla
"; // The default email address used for error notification of sent messages for the site administrator (Return-Path)
$siteadminname = "COORDINACION CONTROL DE ESTUDIO"; // The name of the site administrator
GRACIAS GUILLERMO