doc:appunti:linux:sa:mediawiki_1_35
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| doc:appunti:linux:sa:mediawiki_1_35 [2021/01/25 13:09] – created niccolo | doc:appunti:linux:sa:mediawiki_1_35 [2021/01/25 13:50] (current) – [Debug e trace errori] niccolo | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| < | < | ||
| pg_dump -Fc -U dbuser -W -h localhost -d dbname > / | pg_dump -Fc -U dbuser -W -h localhost -d dbname > / | ||
| + | </ | ||
| + | |||
| + | ===== Nuovi file ===== | ||
| + | |||
| + | Scompattato l' | ||
| + | |||
| + | * **LocalSettings.php**, | ||
| + | * Dalla directory **extensions/ | ||
| + | * La directory **images/** che contiene tutti gli upload e le miniature. | ||
| + | * Dalla directory **skins/** si sono recuperate le skin aggiuntive che erano installate. | ||
| + | |||
| + | **ATTENZIONE**: | ||
| + | |||
| + | Leggere i file **RELEASE-NOTES-1.35** e **UPGRADE**. | ||
| + | |||
| + | **ATTENZIONE**: | ||
| + | |||
| + | ===== Aggiornamento del database ===== | ||
| + | |||
| + | Dopo aver aggiornato i file, si punta il browser all' | ||
| + | |||
| + | FIXME Vedere questo warning: // | ||
| + | ===== Debug e tracciamento errori ===== | ||
| + | |||
| + | Per scoprire eventuali errori che non fanno funzionare il codice PHP è possibile aggiungere alcuni di questi parametri nel file **LocalSettings.php**: | ||
| + | |||
| + | <code php> | ||
| + | $wgDebugToolbar = true; | ||
| + | $wgShowDebug = true; | ||
| + | $wgDevelopmentWarnings = true; | ||
| + | $wgDebugComments = true; | ||
| + | $wgShowExceptionDetails = true; | ||
| </ | </ | ||
doc/appunti/linux/sa/mediawiki_1_35.1611576599.txt.gz · Last modified: by niccolo
