Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: docs.moodle.org
-
Labels:None
Description
After upgrade, some users have reported that categories pages are empty, where there are articles belonging to them.
Curiously "en" Docs work ok when others no.
Researching a bit, it seems that when the maintenance/rebuildall.php script is invoked, the AdminSettings.php MUST have properly defined these variables, at least:
$wgLanguageCode = 'XX';
$wgDBname = 'docs_' . $wgLanguageCode;
$wgUploadDirectory = $IP . '/images_' . $wgLanguageCode;
that way, categories are procesed ok.
Waiting for confirmation from http://moodle.org/mod/forum/discuss.php?d=99854