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.
Your wiki is not working? It shows a blank page? It behaves strangely? It doesn't do what you think it is supposed to do?
You can always ask for help. Where?
* For BlueSpice Free bug reports: https://sourceforge.net/p/bluespice/bugs/
* For BlueSpice support: [https://sourceforge.net/p/bluespice/support-requests/ sourceforge.net/p/bluespice/support-requests/]
* If you are a subscription customer, always submit requests using the ERM ticket system.
{{Messagebox|boxtype=Tipp|icon=yes|Note text=In all of these cases, you should provide as much of the following information to get the help you need.|bgcolor=}}
==Reporting format==
==Reporting format==
Revision as of 13:33, 20 April 2023
Your wiki is not working? It shows a blank page? It behaves strangely? It doesn't do what you think it is supposed to do?
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 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.
PressF12 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.Screenshot of DevTools with customization menu highlighted.Positioning the DevTools pane.
Switch to the Network panel.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.Errors shown in the network log
Click on the Name of the resource that shows a problem. Take a screenshot and attach it to your help request.Resource error details
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.