Tech:Troubleshooting: Difference between revisions

m
23 revisions imported from techwiki:Troubleshooting
(→‎Mediawiki Magic Word Exceptions: seems to be changed per https://github.com/Orain/ansible-playbook/blob/master/roles/mediawiki/files/localsettings/LocalLogging.php#L14)
imported>Addshore
m (23 revisions imported from techwiki:Troubleshooting)
 
(3 intermediate revisions by 2 users not shown)
Line 11:
# If the issue persists run 'rebuildLocalisationCache.php --wiki extloadwiki'
# If the issue persists check /var/log/mediawiki/debuglogs/exception.log and fix it!
# Don't try to add global user groups to the ansible playbook, this will cause the localisation cache to screw up and need to be re-run. Instead, create them on Orain Meta via the Global User Groups special pages.
 
===Unknown database errors everywhere===
# Check the dblist located at "/usrsrv/share/nginx/.orain.orgmediawiki/w/all.dblist" looks correct (this should be a list of database|sitename|wikitags)
# If this is incorrect and for example the list is HTML then replace the list with the following "metawiki|Orain Meta|"
# Once this is saved all wikis should be back once the db_list update script is run (which is on a 1 min cron)
Line 21 ⟶ 22:
===Ansible Playbook doesn't appear to be updating===
# Is the cronjob for root still there?
# Check /var/log/ansibleans-pullall.log for errors
# Fix them (best bet is probably reverting the changes on github that broke it!)
 
Anonymous user