Just using a straight master checkout and had the same LocalSettings, default skin Vector wasn't found and had to check it in to my skins folder. But I wasn't aware at first that it had to be included with a require_once() statement because the message didn't state it. Not a big deal though, I found it eventually :P.
On Thu, Aug 7, 2014 at 5:09 PM, Bartosz Dziewoński <[email protected]> wrote: > On Thu, 07 Aug 2014 22:20:15 +0200, Lojjik L. Braughler < > [email protected]> 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? > > > -- > Matma Rex > > > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > -- Lojjik L. Braughler B.S., Computer Science/Applied Indiana University of Pennsylvania, 2017 _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
