- "Content is not allowed in prolog" error when loading Visual Policy Manager (VPM) after trying to install the VPM-XML file
- Installation of VPM-XML file said it was successful
"Content is not allowed in prolog" is typically encountered when there are special characters or something else before the XML declaration, or the XML declaration is not correct.
Make sure the XML declaration look something like this before installing the VPM-XML file:
<?xml version="1.0" encoding="UTF-8" ?>
Notice how there is a space between " and ?>.
Also, make sure nothing is before the <?, and to try and eliminate any special hidden characters before the XML declaration, delete the <? and retype it, to overwrite the characters.
Proceed to re-install the VPM-XML file. More on how to reinstall can be found here.