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.
Everything's Broken With the Style (Vanilla 2.1a)
EdelAli
New
Hi. Guys, what do you think is the problem here? Vanilla 2.1a.
(I had a similar problem on my local installation which I accidentally solved enabling Apache mod_rewrite)
Tagged:
0
Best Answer
-
Shadowdare MVP
Try adding this to config.php:
$Configuration['DebugAssets'] = TRUE;
Also, make sure that your PHP version is newer than or equal to 5.3.0.
Add Pages to Vanilla with the Basic Pages app
7
Answers
Try adding this to config.php:
$Configuration['DebugAssets'] = TRUE;
Also, make sure that your PHP version is newer than or equal to 5.3.0.
Add Pages to Vanilla with the Basic Pages app
Awsome:) It did the trick,though I don't get how it is relavant. I actually expected some debugging code I'm going to let you know of afterwards...
Was trying to deactivate Minify I was reading several times in the forum for similar stuff, which supposed to be a plugin and that I found in library/vendors (perhaps the older vanilla version). Also, I could know it's nearly impossible to edit theme CSS and expect results as long as that minification thing is there; I actually had problems editing theme files and understand that's probably the same stuff(?) How to disable again...