Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
After install, no style sheet... strange
So I just re-downloaded the v1.1.4 ZIP and did a fresh install for a new website. The setup went fine, but when I went to log in, there was seemingly no CSS applied to the page. I logged in, and still, no CSS. I looked at the source code, and there wasn't any style sheet linked. I looked at my settings.php and database.php files, and they seemed good.
So I scrapped it, re-downloaded & installed, and the same thing...
But then I went to settings, clicked on vanilla theme and default style, and applied to all users. It went back to normal.
Strange. The one thing I did different from past installs was that I changed the DB table prefix. Would that affect things?
So I scrapped it, re-downloaded & installed, and the same thing...
But then I went to settings, clicked on vanilla theme and default style, and applied to all users. It went back to normal.
Strange. The one thing I did different from past installs was that I changed the DB table prefix. Would that affect things?
0
This discussion has been closed.
Comments
The first time, I left the prefix as "LUM_", and everything went fine.
The second, I entered all the same data, but changed the table prefix to "TEST_". Again, the CSS wasn't linked right. Looking at the page source, this is what I got:
<link rel="stylesheet" type="text/css" href="/vanilla.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/vanilla.print.css" media="print" />
That should be "themes/vanilla/styles/default/vanilla.css" or whatever.