Overview:
Solution:
If a site folder exists in the site folder but does not show up in Essentials Manager make sure the site folder name matches the ID on the second line of the site.xml file.
For example, if you have a folder called -
C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\LA_County\
Your site.xml file should start with -
It's also a good idea to change the DisplayName to match so you will recognize it within Essentials Manager.
Another common reason would be if two sites had the same ID. If you back up your sites and keep a copy of them in the Sites folder, because of the duplicate IDs, no sites will appear.
Solution:
If a site folder exists in the site folder but does not show up in Essentials Manager make sure the site folder name matches the ID on the second line of the site.xml file.
For example, if you have a folder called -
C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\LA_County\
Your site.xml file should start with -
<?xml version="1.0" encoding="utf-8"?>
<Site xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" DisplayName="LA County" ID="LA_County" SplashScreenUrl="{VirtualDirectoryUrl}/splash.jpg" Version="4.x.x">
...
It's also a good idea to change the DisplayName to match so you will recognize it within Essentials Manager.
Another common reason would be if two sites had the same ID. If you back up your sites and keep a copy of them in the Sites folder, because of the duplicate IDs, no sites will appear.
Comments
0 comments
Article is closed for comments.