Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
No styling for new 2.1a32 install
maxcho
New
I installed the latest 2.1a32 downloaded from Github
But there's no styling for the entire site. The stylesheet refers to '/utility/css/style/style-b92f6518.css', which does not exist. I don't how this happened.
Please checkout the issue at snip
Tagged:
0
Best Answer
-
Todd Vanilla Staff
The utility/css/style-xxx.css is indeed a new way of combining styles. I'm guessing that this will be an option rather than the default when we release 2.1.
0
Answers
If you install a normal Vanilla (2.0.18.4) and not the alpha version, the CSS file is located in ... dashboard? (guys, help).
So point that stylesheet in your theme to that location. Will you see styles now?
There was an error rendering this rich post.
. duplicate deleted
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
It still reads the css from your
themes/nameoftheme/custom.css
and
applications/dashboard/design/style.css
my guess is it combines the two and it shows up as looking like this...
/utility/css/style/style-xxxxxxx.css
with xxxxx being some number. that is a combination of the two.
try deleting the .ini files if any in your /cache/Smarty/cache
and possibly
any files that look something like this in cache/Smarty/compile
vanilla^%%D5^D5D^D5D54F30%%default.master.tpl.php
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I tried above, but it didn't work. I guess the 404 error has something to do with the nginx configuration.
Currently, I'm using
location / { try_files $uri $uri/ /index.php?p=$uri&$args; }
But everything go through the link "mysite.com/utility/thumbnail/xxx" or "mysite.com/utility/css/xxx" gets the 404 error.
@Todd could we have an official nginx configuration?
A very wild guess - but does this help.
changing TRUE to FALSE or if it is FALSE changing to TRUE
in conf/config.php
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
It's weird that after I done the change. All the other urls turned ugly only the "utility" link stays. So still not work.
Silly me. It it about nginx configuration indeed. But not the rewrite rule. Instead, it's about the additional rule I learned from https://github.com/perusio/drupal-with-nginx
so after I removed
and
everything's fine now.
The utility/css/style-xxx.css is indeed a new way of combining styles. I'm guessing that this will be an option rather than the default when we release 2.1.
Well I borrow this thread a little, bec i have the same problem here. I'm Using apache and I have no styling at all. And when i'm looking at the site using firebug I have no stylecheet at all.
@zar3x maxcho's problem was directly related to nginx configuration, I think it s better when people don't borrow threads where there is no clear connection. Best start a new topic.
grep is your friend.
@x00 okey I will do
my mistake, sorry.
use this config in nginx
and stay $Configuration['Garden']['RewriteUrls'] = TRUE;