Tech:Troubleshooting: Difference between revisions

From Orain Meta
Jump to navigation Jump to search
Content added Content deleted
imported>Addshore
m (Reverted edits by John (talk) to last revision by Addshore)
Line 13: Line 13:
# Is the cronjob for root still there?
# Is the cronjob for root still there?
# Check /var/log/ansible-pull.log for erorrs
# Check /var/log/ansible-pull.log for erorrs
# Fix them (best bet is probably reverting the changes on github that broke it! - Usually, blame [[User:John|John]])
# Fix them (best bet is probably reverting the changes on github that broke it!)

Revision as of 22:25, 29 January 2014

This is a cached copy of the requested page, and may not be up to date (in red)

  1. Try running 'rebuildFileCache.php' over the wiki
  2. If you get the message saying the wiki does not exist see Renaming a database
  3. If the issue persists, fix it!

Mediawiki Magic Word Exceptions

This probably means that the Localisation cache has not updated or someone has enabled an extension on a wiki without it being enabled on extload.

  1. Make sure the extension is included on extloadwiki
  2. If the issue persists run 'rebuildLocalisationCache.php --wiki extloadwiki'
  3. If the issue persists check /var/log/mediawiki/exception.log and fix it!

Ansible Playbook doesn't appear to be updating

  1. Is the cronjob for root still there?
  2. Check /var/log/ansible-pull.log for erorrs
  3. Fix them (best bet is probably reverting the changes on github that broke it!)