All interactive AJAX functions of the web interface of PRTG 8 are not working, e.g. the tabs do not work.
The Firefox error console (or the FireBug console) display numerous Javascript errors, e.g.:
Error: missing ] after element list
Source File: https://x.x.x.x/javascript/prtg.js?version=8.3.3.2199&language=en
Line: 9090, Column: 7
Source Code: [Error C3: Include File Not Found "javascript\prtg.refreshfunctions.js"];
Error: userIsReadOnly is not defined
Source File: https://x.x.x.x/welcome.htm?
Line: 476
Error: installOctopusTimer is not defined
Source File: https://x.x.x.x/welcome.htm?
Line: 427
Article Comments
It looks like the whole Javascript system of your PRTG installation has been damaged.
From your description I can not tell why. But the message
[Error C3: Include File Not Found "javascript\prtg.refreshfunctions.js"]
tells us that a Javascript file is missing.
Let's try to make sure that all files are where they are supposed to be by deleting the whole "website" folder from your PRTG installation and reinstalling PRTG:
Please follow the following steps:
- Start the PRTG Core Server Admin Tool (from PRTG's start menu group)
- Click the "Start/Stop" tab and stop PRTG Core Server
- Close the Core Sever Admin Tool
- In Windows explorer navigate to the "PRTG Network monitor" folder
- Rename the "website" subfolder in to e.g. "website2"
- now rerun PRTG's installer which will properly re-install all necessary files for the web interface
- this will also restart the core server for you
- Now test the PRTG website again.
Notes:
- your monitoring and sensor configuration will not be affected by this process, you will only see a short downtime due to the installation process
- If you have made modifications to the web GUI (e.g. added your own CSS or Javascript) you must reapply those modifications
Apr, 2011 - Permalink
Thank fixed it. Thank you very much.
Apr, 2011 - Permalink
It looks like the whole Javascript system of your PRTG installation has been damaged.
From your description I can not tell why. But the message
[Error C3: Include File Not Found "javascript\prtg.refreshfunctions.js"]
tells us that a Javascript file is missing.
Let's try to make sure that all files are where they are supposed to be by deleting the whole "website" folder from your PRTG installation and reinstalling PRTG:
Please follow the following steps:
Notes:
Apr, 2011 - Permalink