KBEC-00280 - How to remove the advisory about using the built-in CloudBees CD (CloudBees Flow) database

Article ID:360033191311
1 minute readKnowledge base

You can use the 'hack' below to hide the advisory dialog banner. Note that this will remove the banner for ALL advisory messages, including impending license expiration — so use at your own risk.

Open the following file in your favorite text editor:

C:\Program Files\Electric Cloud\ElectricCommander\apache\htdocs\commander\lib\StdFrame.php

or

/opt/electriccloud/electriccommander/apache/htdocs/commander/lib/StdFrame.php

Locate the line that reads:

      echo "\n

";

Modify it to read:

      echo "\n

You might have to restart Apache for this change to take affect.