On Thu, 07 Aug 2014 22:20:15 +0200, Lojjik L. Braughler llbraughler@gmail.com wrote:
Can we have a note in the installer where it says that skin is missing -- that it has to be included like other extensions with
require_once("$IP/skins/Vector.php");
The installer handles skin differently and this change doesn't cause any problems for it. (There is a set of checked-by-default checkboxes for every available skin during installation.)
Assuming you meant the fallback skin displaying the warning message, it should already display such a message if there is any skin available to be enabled (otherwise it will display general installation instructions). Does that not work for you?