Diferencia entre revisiones de «Administración FAQ»

De MoodleDocs
(Traducido)
Línea 13: Línea 13:
Please see the theme how-to [[Diseño de la página principal|homepage design of moodle.org]] for full details.
Please see the theme how-to [[Diseño de la página principal|homepage design of moodle.org]] for full details.


== How do the limits on uploaded files work? ==
== Cómo configurar el tamaño máximo de fichero que se puede subir ==


File upload sizes are restricted in a number of ways - each one in the list restricts the following ones.
Para definir el tamaño máximo de los ficheros que queremos subir a Moodle tenemos que hacer algunas modificaciones en los siguientes sitios, cada uno limita el siguiente:


1. Firstly, there is a setting in Apache 2 which you may need to change. On Redhat this setting is very low by default, you can change the limit by adding or editing a line in Apache's ''/etc/httpd/conf/httpd.conf'' and/or ''/etc/httpd/conf.d/php.conf'' with the upload size in bytes (different operating systems may have these files in different locations):
1. Inicialmente en Apache 2 (especialmente con RedHat el valor por defecto es muy bajo), hay que editar los ficheros ''/etc/httpd/conf/httpd.conf'' y/o '''/etc/httpd/conf.d/php.conf''' para ajustar, en bytes, el tamaño máximo de envío. Para ello, hay que localizar la línea siguiente y ponerle ese valor, que equivale a 10MB (en diferentes sistemas operativos los archivos indicados pueden tener otras ubicaciones):


  LimitRequestBody 10485760
  LimitRequestBody 10485760


2. PHP also has two more byte limits, which you can set in ''php.ini'' and sometimes in a ''.htaccess'' file:
(con esto el servidor Apache tiene el límite de hasta 10MB)
 
2. En PHP hay que definir el límite otra vez (igual o inferior al límite superior). Para ello hay que editar el fichero php.ini (o también pueden existir en el fichero httpd.conf de Apache y en los .htaccess, teniendo estas últimas preferencia sobre el php.ini) y poner:
 


  php_value upload_max_filesize 50000000
  php_value upload_max_filesize 50000000
  php_value post_max_size 50000000
  php_value post_max_size 50000000


To convert from Bytes to Megabytes use [http://www.onlineconversion.com/computer.htm this convertor ]
(con esto PHP tiene el límite de hasta 5MB, aproximadamente).
 
Para convertir Bytes en Megabytes podemos usar [http://www.onlineconversion.com/computer.htm este conversor ]
 
Recuerde que debe reiniciar el servidor para que los cambios realizados tengan efecto.


Please note that a server re-start may be required for the above changes to take effect.
3. En Moodle, en Administración >> Configuración >> [[admin/config|Variables]], en la variable '''maxbytes''' le decimos lo que aceptará todo nuestro sitio Moodle.


3. Moodle has a site-wide limit called maxbytes that may be set in Administration >> Configuration >> [[admin/config|Variables]].
4. En cada curso de Moodle, el profesorado puede especificar también un valor máximo de tamaño de fichero en la [[course/edit|configuración del curso]].


4. A limit may be set by teachers in the [[course/edit|Course settings]].
5. Finalmente, algunas actividades, como [[Foros]] y [[Tareas]], permiten poner otro valor diferente (inferior al punto superior) que se puede ajustar en la creación o edición de dicha actividad.


5. Activity modules such as [[Foros]] and [[Tareas]] have their own limits which may be set when adding or editing the activity.


'''See also'''
'''Ver también'''


* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=39625 Detailed instructions to increase the maximum allowed size for uploaded files] forum discussion
* Debate de foro de Using Moodle [http://moodle.org/mod/forum/discuss.php?d=39625 Detailed instructions to increase the maximum allowed size for uploaded files]
* Podemos encontrar información detallada (inglés) en:
http://www.radinks.com/upload/config.php


== I have forgotten the admin password ==
== I have forgotten the admin password ==

Revisión del 18:18 2 may 2006


Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)


Changing text in Moodle

Text in Moodle may be changed by editing the language files via Administration >> Configuration >> Language.

Please note that language files are overwritten with new versions when upgrading. To avoid this, you may create your own language pack by copying the contents of your language folder into a new folder, making it the default for the site, then editing this instead.

How do I make my Moodle site homepage look like the moodle.org homepage?

Please see the theme how-to homepage design of moodle.org for full details.

Cómo configurar el tamaño máximo de fichero que se puede subir

Para definir el tamaño máximo de los ficheros que queremos subir a Moodle tenemos que hacer algunas modificaciones en los siguientes sitios, cada uno limita el siguiente:

1. Inicialmente en Apache 2 (especialmente con RedHat el valor por defecto es muy bajo), hay que editar los ficheros /etc/httpd/conf/httpd.conf y/o /etc/httpd/conf.d/php.conf para ajustar, en bytes, el tamaño máximo de envío. Para ello, hay que localizar la línea siguiente y ponerle ese valor, que equivale a 10MB (en diferentes sistemas operativos los archivos indicados pueden tener otras ubicaciones):

LimitRequestBody 10485760

(con esto el servidor Apache tiene el límite de hasta 10MB)

2. En PHP hay que definir el límite otra vez (igual o inferior al límite superior). Para ello hay que editar el fichero php.ini (o también pueden existir en el fichero httpd.conf de Apache y en los .htaccess, teniendo estas últimas preferencia sobre el php.ini) y poner:


php_value upload_max_filesize 50000000
php_value post_max_size 50000000

(con esto PHP tiene el límite de hasta 5MB, aproximadamente).

Para convertir Bytes en Megabytes podemos usar este conversor

Recuerde que debe reiniciar el servidor para que los cambios realizados tengan efecto.

3. En Moodle, en Administración >> Configuración >> Variables, en la variable maxbytes le decimos lo que aceptará todo nuestro sitio Moodle.

4. En cada curso de Moodle, el profesorado puede especificar también un valor máximo de tamaño de fichero en la configuración del curso.

5. Finalmente, algunas actividades, como Foros y Tareas, permiten poner otro valor diferente (inferior al punto superior) que se puede ajustar en la creación o edición de dicha actividad.


Ver también

http://www.radinks.com/upload/config.php

I have forgotten the admin password

Firstly, try using the button "Send my details via email". Otherwise, you will need to access the database using MySQL admin. Passwords for all users, including admin, are stored encrypted in the table mdl_user. Copy the guest password (guest) into the admin password field then login using it.

Additional solutions are detailed in the discussions change admin's password and login/password.

My log table has disappeared - No logs found!

The most likely cause is that the mdl_log table has become corrupted. It may be repaired using MySQL Admin as follows:

Click the SQL tab, then in the "Run SQL query/queries on database moodle" field type REPAIR TABLE mdl_log and click the Go button.

External links

My style sheet changes aren't showing up

Browsers usually cache style sheets and so a forced refresh (CTRL + F5) is required before any changes show up.

Site-wide scales

To add a site-wide scale, available in all courses, follow the Scales link in any course Administration block. Add a new scale, then use the move down arrow to move the scale from custom scales to standard scales.

Users are being unenrolled for no apparent reason

Unenrolment may be controlled by the following:

  • The longtimenosee variable in Administration >> Configuration >> Variables which specifies the time limit for which, if students haven't logged in, they are unenrolled from courses.
  • The Enrolment duration in the Course settings which unenrols students after the specified time has elapsed.

When will Moodle 1.6 be released?

When it's ready.  :-) A beta is currently available for testing with a final release due when the bugs are ironed out!

See also