WIP pages that error out
Andrew introduced some basic error logging in March 2017 and we have received a few hundred error emails. The best way I have found to resolve these are to:
- Check the page where the qualification should live and make sure there is nothing in that page causing incorrect redirects to itself. Sometimes I have found this is simply one of the child qualifications having the wrong assetType value set in the metadata. (E.g. http://stage.victoria.ac.nz/explore/graduate-quals/bachelor-of-tourism-management-with-honours should instead be http://stage.victoria.ac.nz/explore/postgraduate-programmes/bachelor-of-tourism-management-with-honours)
- An example is http://www.victoria.ac.nz/explore/graduate-quals/bachelor-of-tourism-management-with-honours, where the Qualification had MT assetType set to grad-quals instead of default
- An example is http://www.victoria.ac.nz/explore/graduate-quals/bachelor-of-tourism-management-with-honours, where the Qualification had MT assetType set to grad-quals instead of default
- Otherwise in the gsa, go to the 'Index Diagnostics', try to locate the url for the qualification that doesn't exist. Drill-down to one of the result page 'lines', Then click on 'View list of all crawled pages that link to this page' to see where this page might be listed from and update those pages.
- If none of those work, try to locate the query value (e.g. bachelor-of-tourism-management-with-honours or bachelor of tourism management with honours ) in either the Victoria search page, or the search in squiz and see if that returns a page with the incorrect link.
The submission logs are located in squiz here:
http://cms.victoria.ac.nz/api/error-logging-form/_admin/
To Do
Find the source of the error, fix it (recording in the correct column) and find somebody to check it.