Description
This guide explains how fix black screen appearing within the TEOS Manage web interface.
Requirements
- Admin access to TEOS Manage server and web interface
How to fix black screen in the web interface
- Open file explorer and navigate to C\ProgramFiles\TEOSManage\www\backbone\Content\default_2_0
- Create a copy of the “Bootstrap” file and rename the new one to “Bootstrap.old”. This way we always have a backup.
- Edit the “Bootstrap” by right clicking the file and selecting “Edit”.
- In the now opened notepad enter the key combination CTRL + F, this will open “Find”.
- In “Find” search for “.modal-backdrop {“
- You will find this: Add “/*” before “.modal-backdrop {“ and “*/” below the bottom “}”.
- It should look like this:
- Now we need to save the file, select “File” in the top right corner and select “Save”.
- Now go to the TEOS Manage web interface and click CTRL + F5, this will hard refresh the website.
The issue with the black screen should now be solved, if not please contact support@teos.support.
Comments
0 comments
Please sign in to leave a comment.