No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
You will get the best response if you send your help request with the following information (copy and paste into your form, e.g. on SourceForge or via the ERM Ticket system): | You will get the best response if you send your help request with the following information (copy and paste into your form, e.g. on SourceForge or via the ERM Ticket system): | ||
[[File:installed_software.png|link=https://en.wiki.bluespice.com/wiki/File:installed_software.png|alt=Screenshot of installed software info|center|thumb|300x300px|Screenshot of installed software info]] | [[File:installed_software.png|link=https://en.wiki.bluespice.com/wiki/File:installed_software.png|alt=Screenshot of installed software info|center|thumb|300x300px|Screenshot of installed software info]] | ||
<div style="background:#fffff2; padding:20px" id="template"> | <div style="background:#fffff2; padding:20px" id="template"> | ||
'''##Software versions | '''##Software versions''' | ||
Copy and paste the entire information from the table "Installed Software" from your wiki page "Special:Version" if you have access to that page. | Copy and paste the entire information from the table "Installed Software" from your wiki page "Special:Version" if you have access to that page. | ||
<nowiki>***</nowiki> | <nowiki>***</nowiki> | ||
'''##Bug description | '''##Bug description''' | ||
A clear and concise description of the bug or issue. | A clear and concise description of the bug or issue. | ||
Line 18: | Line 17: | ||
<nowiki>***</nowiki> | <nowiki>***</nowiki> | ||
'''##To Reproduce | '''##To Reproduce''' | ||
Steps you took before the error happened. | Steps you took before the error happened. | ||
Line 24: | Line 23: | ||
<nowiki>***</nowiki> | <nowiki>***</nowiki> | ||
'''##Expected behavior | '''##Expected behavior''' | ||
A clear and concise description of what you expected to happen. | A clear and concise description of what you expected to happen. | ||
Line 30: | Line 29: | ||
<nowiki>***</nowiki> | <nowiki>***</nowiki> | ||
'''##Priority | '''##Priority''' | ||
P1- The wiki does not work at all | P1- The wiki does not work at all | ||
Line 40: | Line 39: | ||
<nowiki>***</nowiki> | <nowiki>***</nowiki> | ||
'''##Error messages | '''##Error messages''' | ||
Information in server logs or browser error messages (Developer tools) | Information in server logs or browser error messages (Developer tools) | ||
Line 46: | Line 45: | ||
<nowiki>***</nowiki> | <nowiki>***</nowiki> | ||
'''##Screenshots | '''##Screenshots''' | ||
Submit screenshots together with your request if you have any error messages. Remove any sensitive information if necessary. | Submit screenshots together with your request if you have any error messages. Remove any sensitive information if necessary. | ||
Line 52: | Line 51: | ||
<nowiki>***</nowiki> | <nowiki>***</nowiki> | ||
'''##OS/Browser | '''##OS/Browser''' | ||
Operating system and version: | Operating system and version: |
Revision as of 14:23, 20 April 2023
If your wiki is not working as expected, shows a blank page, or if you observe any other errors, you should provide as much of the following information as possible to get the help you need.
Reporting format
You will get the best response if you send your help request with the following information (copy and paste into your form, e.g. on SourceForge or via the ERM Ticket system):
##Software versions
Copy and paste the entire information from the table "Installed Software" from your wiki page "Special:Version" if you have access to that page.
***
##Bug description
A clear and concise description of the bug or issue.
***
##To Reproduce
Steps you took before the error happened.
***
##Expected behavior
A clear and concise description of what you expected to happen.
***
##Priority
P1- The wiki does not work at all
P2- Some core functionality of the wiki does not work; many users are affected
P3- All other
***
##Error messages
Information in server logs or browser error messages (Developer tools)
***
##Screenshots
Submit screenshots together with your request if you have any error messages. Remove any sensitive information if necessary.
***
##OS/Browser
Operating system and version:
Browser and version:
Error messages
With server access
If you are a wiki administrator with access to your wiki server, you should provide the following info:
List the variables in LocalSettings.php
Please make sure to not provide any sensitive information, such as login information contained in this file. For more info, see mediawiki.org/wiki/Manual:LocalSettings.php.
Send your debug logs
For accessing debugging information, you can follow the guidelines listed at mediawiki.org/wiki/Manual:How_to_debug.
Error messages in the browser (DevTools)
You can also use the network panel and the JavaScript console in your browser's developer tools to track down possible errors.
Network panel error tracking
The following tips apply to Google Chrome.
- Press
F12
to open the browser's DevTools . It will open to the side or at the bottom of your browser window. To position the pane at the bottom of the window, you can open the customization menu and select the position icon. - Switch to the Network panel.
- Reload the page (
F5
). The Network log shows all resources that were requested by the page in separate lines. Every time you click on something, more requests will be logged. - Notice any problems that are listed in red.
- Click on the Name of the resource that shows a problem. Take a screenshot and attach it to your help request.
JavaScript Console
The Console tab can also provide information about wiki errors. Switch from the Network to the Console tab. By default, it lists both warnings and errors. To simplify the view, deactivate Warnings in the Custom levels dropdown. If any errors are shown, take a screenshot and submit it with your help request.