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.
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.
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.
0
Comments
I really do not know why, then we have complete Minify library in corresponding plugin folder.
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 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
See LogMessage() library\core\functions.error.php ~ L 301.