Quantcast
Channel: Instalación y Actualización
Viewing all articles
Browse latest Browse all 2633

problemas instalacion dirroot, dataroot

$
0
0
by pedro vergel ortega.  

he subido la carpeta moodle al sitio www.solucionestic.net, cree la
base datos, cree la carpeta moodledata. estoas carpetas (moodle y
moodledata quedaron en la carpeta httpdocs
el archivo config.php de moodle quedo asi:

$CFG->dbtype = 'mysql'; // mysql or postgres7 (for now)
$CFG->dbhost = 'www.solucionestic.net'; // eg localhost or db.isp.com
$CFG->dbname = 'solucio7_m'; // database name, eg moodle
$CFG->dbuser = 'pello'; // your database username
$CFG->dbpass = '...........'; // your database password
$CFG->prefix = 'mdl_'; // Prefix to use for all table names

//============================

=============================================
// 2. WEB SITE LOCATION
//=========================================================================

$CFG->wwwroot = 'http://www.solucionestic.net/moodle';

//=========================================================================
// 3. SERVER FILES LOCATION
//=========================================================================
// $CFG->dirroot = 'C:\program files\easyphp\www\moodle'; // Windows
// $CFG->dirroot = '/var/www/html/moodle'; // Redhat Linux
// $CFG->dirroot = '/home/example/public_html/moodle'; // Cpanel host

$CFG->dirroot = '/home/solucionestic.net/httpdocs/moodle';

//=========================================================================
// 4. DATA FILES LOCATION
//=========================================================================
// - On hosting systems you might need to make sure that your "group" has
// no permissions at all, but that "others" have full permissions.
//
// - On Windows systems you might specify something like 'c:\moodledata'

$CFG->dataroot = '/home/solucionestic.net/httpdocs/moodledata';

//=========================================================================
// 5. DATA FILES PERMISSIONS
//=========================================================================

$CFG->directorypermissions = 02777;

cuando trato de instalarlo me muestra error
Error detected in config.php

Error in: $CFG->dirroot = '/home/solucionestic.net/httpdocs/moodle';

Try this: $CFG->dataroot =
'C:\Inetpub\vhosts\solucionestic.net\httpdocs\moodle';

areadezco me confirme la direccion correcta del dirroot y dataroot en
este servidor

saludos pedro

Viewing all articles
Browse latest Browse all 2633


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>