Are you sure this is not a problem with your configuration? (ask on the
Google Group)
Minify commit/version: 2.1.5
PHP version: PHP 5.4.6
What steps will reproduce the problem?
1. Everytime I modify my CSS file, at the first request
2.
3.
Expected output:
(empty string == no PHP warning)
When, PHP throw a warning message. As this is included into the output file,
and this crash the output content :(
Solutions :
- fix the warning [AND || OR]
- force PHP to not output PHP errors into the flow. (via
ini_set('display_errors', 0))
Even if on production env, PHP Warning *should* never be on, on dev env you
should never see a PHP Warning here.
Actual output:
<b>Warning</b>: strpos(): Empty delimiter in
<b>/var/www/html/XXX/minify-2.1.5/min/lib/Minify/CSS/UriRewriter.php</b> on
line <b>153</b>
Original issue reported on code.google.com by m...@wininup.com on 27 Sep 2012 at 2:06
Original issue reported on code.google.com by
m...@wininup.com
on 27 Sep 2012 at 2:06