Arazketa: berrikuspenen arteko aldeak

MoodleDocstik
Hona jauzi:nabigazioa, bilatu
33. lerroa: 33. lerroa:
The Performance info option determines whether performance info will be included in the footer of the standard theme (and some other themes). Performance info includes the time for the page to load, the amount of memory used to generate the page, cpu usage, load, and the record cache hit/miss ration.
The Performance info option determines whether performance info will be included in the footer of the standard theme (and some other themes). Performance info includes the time for the page to load, the amount of memory used to generate the page, cpu usage, load, and the record cache hit/miss ration.


==What to do if you cannot get to the admin screens==
==Zer egin ezin bazara kudeatzailearen pantailara itzuli==


If the error is stopping you even getting to the admin screens to turn on debugging, then you can set the debugging setting manually.
Errorea arazketa aktibatzen ari zarenean gertatzen bada, eskuz ezar dezakezu arazketa.


===config.php fitxategian===
===config.php fitxategian===
47. lerroa: 47. lerroa:
  $CFG->debugdisplay = 1;
  $CFG->debugdisplay = 1;


Remember to remove those lines again when you have finished diagnosing your problem.
Gogoratu berriz ere kendu egin behar dituzula lerro hauek zure arazoen diagnosia bukatzean.


===Datu-basean===
===Datu-basean===


Using a tool like phpMyAdmin, execute the following SQL commands:
Erabili phpMyAdmin bezalako tresna bat, eta exekutatu ondorengo SQL komandoak:


  UPDATE mdl_config SET value = 2047 WHERE name = 'debug';
  UPDATE mdl_config SET value = 2047 WHERE name = 'debug';
  UPDATE mdl_config SET value = 1 WHERE name = 'debugdisplay';
  UPDATE mdl_config SET value = 1 WHERE name = 'debugdisplay';


To turn it back off, use the admin screens, or the commands:
Berriz ere desaktibatzeko erabili kudeatzailearen pantaila edo komando hau:


  UPDATE mdl_config SET value = 0 WHERE name = 'debug';
  UPDATE mdl_config SET value = 0 WHERE name = 'debug';
  UPDATE mdl_config SET value = 0 WHERE name = 'debugdisplay';
  UPDATE mdl_config SET value = 0 WHERE name = 'debugdisplay';


(If you use a different database prefix, you will need to adjust those commands accordingly.)
(Datu-basearen aurrizki ezberdina erabiltzen baduzu, you will need to adjust those commands accordingly.)


==Ikusi halaber==
==Ikusi halaber==

Noizko berrikusketa: 08:44, 3 Martxoa 2010

Oharra: Itzuli gabekoak. Anima zaitezte eta ekin!.     (itzuli gabeko beste orri batzuk)

Kokapena: Gunearen kudeaketa > Zerbitzaria > Arazketa

Mezuen arazketa Moodle garatzaileei laguntzeko da. Zure Moodle gunearekin arazoren bat baduzu eta Moodle.org-eko foro batean laguntza eskatzen baduzu, garatzaile batek mezuen arazketa aktibatzeko eska diezazuke arazoren nondik-norakoak bilatzeko.

Nola aktibatu arazketa

Joan kudeatzailearen pantailara eta bilatu hemen: Kudeaketa> Zerbitzaria> Arazketa. Ezarri Mezuak garbitun DENAK, eta Garbiketa mezuak erakutsin Bai (markatu laukitxoa).

Errore-mezua duzuean eta nonbait kopiatu eta itsatsita duzunea, gomendagarri da berriz ere arazketa desaktibatzea.

Arazketa-mezuak

Moodle 1.7

Moodle 1.7-tik aurrera, PHP errore-mezuen kudeaketarako kontrol-aukera gehiago eskaintzen dira. Kudeatzaileak aukeratu egin ahal du erakutsiko edo erregistratuko diren errore-mezuak.

Honako arazketa-aukerak daude:

  • BAT ERE EZ: Ez erakutsi ez errorerik ez jakinarazpenik
  • GUTXIENEKOA: Erabateko akatsak bakarrik erakutsi
  • NORMALA: Akatsak, jakinarazpenak eta berriak erakutsi
  • DENAK: PHP arazketa-mezu guztiak erakutsi. Zure guneko arazo baten arrazoia bilatu nahi duzunean, hauxe da erabili beharreko ezarpen egokia.
  • GARATZAILEA: Garatzaileentzako Moodle garbiketa-mezu estrak - Hau aukeratzen baduzu, PHP-ko error_reporting handitu egingo da eta jakinarazpen gehiago inprimatuko dira. This is almost essential for developers, but not very helpful for anyone else.

Garbiketa-mezuak erakutsi

Aukera honekin erabakitzen duzu errore-mezuak erakutsi ala besterik gabe zerbitzarian erregistratu.

Arazketa e-postak bidali

Determines whether or not to enable verbose debug information during sending of email messages to SMTP server.

Errendimendu-informazioa

The Performance info option determines whether performance info will be included in the footer of the standard theme (and some other themes). Performance info includes the time for the page to load, the amount of memory used to generate the page, cpu usage, load, and the record cache hit/miss ration.

Zer egin ezin bazara kudeatzailearen pantailara itzuli

Errorea arazketa aktibatzen ari zarenean gertatzen bada, eskuz ezar dezakezu arazketa.

config.php fitxategian

moodle/config.php fitxategian lerro hauek gehitu ahal dituzu:

$CFG->debug = 2047; 
$CFG->debugdisplay = 1;
$CFG->debug = 6143; 
$CFG->debugdisplay = 1;

Gogoratu berriz ere kendu egin behar dituzula lerro hauek zure arazoen diagnosia bukatzean.

Datu-basean

Erabili phpMyAdmin bezalako tresna bat, eta exekutatu ondorengo SQL komandoak:

UPDATE mdl_config SET value = 2047 WHERE name = 'debug';
UPDATE mdl_config SET value = 1 WHERE name = 'debugdisplay';

Berriz ere desaktibatzeko erabili kudeatzailearen pantaila edo komando hau:

UPDATE mdl_config SET value = 0 WHERE name = 'debug';
UPDATE mdl_config SET value = 0 WHERE name = 'debugdisplay';

(Datu-basearen aurrizki ezberdina erabiltzen baduzu, you will need to adjust those commands accordingly.)

Ikusi halaber