Hello,
I have created a new skin, it is the second skin I have created, the first skin was a success. It has its own dir and is recorded in the Kernel/Config/Files.
The issue is that when the user selects it (the new skin) in their preferences, the CommonCSS file is not being created in the css-cache dir of the new skin. Interesting note, when I inspect the HTML, the <head><link href="<dir_path>"</link></head> is showing the correct dir path with the file created and identified, but it does not exist in that specified location. Why is the CommonCSS file not being generated for the skin?
Some things I have tried in various orders:
[*] ./bin/otrs.Console.pl Maint::Cache::Delete
[*] ./bin/otrs.Console.pl Maint::LoaderCacheCleanup
[*] ./bin/otrs.Console.pl Maint::Loader::CacheGenerate
[*] ./bin/otrs.Console.pl Maint::Session::DeleteAll
Any info to help get passed this would be much appreciated.
Thanks
[SOLVED] CommonCSS file not being generated for the skin
Moderator: crythias
[SOLVED] CommonCSS file not being generated for the skin
Last edited by jason123 on 06 Jun 2016, 14:05, edited 1 time in total.
Re: CommonCSS file not being generated for the skin
Solved, permissions were not set properly on the skin's dir and files.