the path inside page code is: link rel="stylesheet" type="text/css" href="/plugins/Minify/min/?f=applications/dashboard/design/admin.css" media="screen" / When I open that url, i see following sentence: HTTP/1.0 400 Bad Request
Yikes, sorry guys. I don't think we intended to launch minify right away.
@Geert I think I know your problem and will look into it. @basb Can you tell me the url of your site? Is it in a subdirectory or is it at the root of the domain?
Minify behaves badly if $_SERVER['DOCUMENT_ROOT'] is misconfigured (happens sometimes on subdomains and local configurations), it returns 400 BadRequest error.
Comments
http://github.com/TiGR/Garden/commit/84b55e094a44d206bcf9e31616b7e57f60a794e2
http://github.com/TiGR/Garden/commit/863edf457b445ebc31a3bcd8ffc3eda52b94f718
link rel="stylesheet" type="text/css" href="/plugins/Minify/min/?f=applications/dashboard/design/admin.css" media="screen" /
When I open that url, i see following sentence:
HTTP/1.0 400 Bad Request
@Geert I think I know your problem and will look into it.
@basb Can you tell me the url of your site? Is it in a subdirectory or is it at the root of the domain?
the forum itself is working.
Everything else is working...
I enabled and forum was totallay failed visually.
I had to disable it to fix it...
It wasn't throwing an errors on the page and everything looked right, but FireBug gave an error with minify enabled.
There was an error rendering this rich post.