Devops Known Issues
Please see below as the list of all knowns issues during the development of PKC.
- Error database on Special:AllPages
Occured after migrating Mediawiki database version 1.35 to version 1.37. From the error message displayed, it is stating that SQL Query is forcibly using index called name_title on page table, which is non existance. Error message also suggest to run update.php maintenance script to resolve the issue. When update.php is executed, another error messages shows that Extension:TemplateStyle is not found. To resolve the error message during update.php, decided to activate Template Style extension, which can be found on Mediawiki home page on this link
To activate, modification on LocalSetting.php is made by adding below lines on the bottom of the file.
wfLoadExtension( 'TemplateStyles' );
Update.php script is successfully run after the extension is installed, however the exact error message is still displayed on Special:All Pages. To check on the further issues, decided to inspect the page table through PHPMyAdmin accessible through [[1] this link]