Symptoms

Custom skin is installed on environment. Skin colors on login page and in CCPv2 have unexpectedly changed after 7.1 upgrade.

Cause

bootstrap.css file location is different in 7.1 platform version, comparing to 7.0.

7.0:
https://cp.provider.com/webgate/static/skins/v3/nextcp/bootstrap.css

7.1:
https://cp.provider.com/webgate/static/skins/v3/ccp2/bootstrap.css

More details can be found in the Skin Customization guide.

Resolution

Update skin package and re-import it to OA.

  1. Unpack the skin package
  2. Rename the directory ..\content\nextcp to ..\content\ccp2
  3. Replace every occurrence of /nextcp/ to /ccp2/ in the file APP-LIST.xml
  4. Repack the archive
  5. Delete old skin from OA
  6. Import the new skin.

As a quick workaround, the directory content/nextcp can be copied to the directory content/ccp2 on the UI node.

Internal content

Link on internal Article