lupuswwww / cssmin

Automatically exported from code.google.com/p/cssmin
0 stars 0 forks source link

PHP Fatal error: Cannot access private property CssParser::$buffer in cssmin.php on line 4805 #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of CssMin are you using (source and/or build)?

3.0.1

What was the input stylesheet and/or configuration options?

none

What is the expected result?

none

And what is the actual result and/or error message?

PHP Fatal error:  Cannot access private property CssParser::$buffer in 
cssmin.php on line 4805

Please provide any additional information below.

this is a php related bug.

I don't know whether the minifier supports all @import syntax (see 
https://developer.mozilla.org/en-US/docs/CSS/%40import).

maybe this should be checked too

Original issue reported on code.google.com by bna...@opensolutions-it.com on 17 Aug 2012 at 5:14

GoogleCodeExporter commented 8 years ago
This happened to me when a less file was importing a file that did not exist...
example: @import "../../conf.less"; 

Original comment by n...@columbussoft.com on 1 Sep 2013 at 8:46