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 css after activating

This discussion is related to the Page Speed addon.
edited March 2011 in Vanilla 2.0 - 2.8
Hello
I was trying this addon, after activation, the css stop loading, i was able only to see the dashboard/forum in text, no css/style at all.

Comments

  • This plugin uses third-party site to minigy your JS or CSS.
    I really do not know why, then we have complete Minify library in corresponding plugin folder.
  • SS ✭✭
    @tester13
    No. Third-party site on for minify js files.
    CSS files minified by plugin's method (see StaticMinify ~ L 209).

    @mauri
    I didn't test it very well. Apparently plugin generates an error, but you dont see it.
    You can do following:
    1. set error_reporting(E_ALL); index.php ~ L 14
    2. edit conf/config.php
    $Configuration['Garden']['Errors']['LogEnabled'] = TRUE;
    $Configuration['Garden']['Errors']['LogFile'] = 'gdn_error.log';
    And check gdn_error.log for errors.

    Also you can check source code of page to make sure that no css files at all. Possible they mixed in wrong way :)
  • LincLinc Detroit Admin
    @S Did not know about the error log conf settings, thanks.
  • SS ✭✭
    @Lincoln
    See LogMessage() library\core\functions.error.php ~ L 301.
  • lucluc ✭✭
    @S Did not know about the error log conf settings, thanks.
    I think I've already seen it in the config-default.php :)
Sign In or Register to comment.