-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Call to undefined method SassBoolean #6
Comments
line 874 of SassScriptFunctions.php "List Functions - taken mostly from Compass" ... so may the problem be the way I import compass? I'm using 'load_paths' => array("compass", "partials/susy", "partials/modular-scale") in wp-sass.php and |
I'm a little confused, have you modified wp-sass.php? |
yep, isn't it the way to use compass? Now switched back to the original wp-sass.php and still getting the same error. |
No you should need to modify wp-sass at all. Can you not just enqueue or @import the compass dependencies? |
Ok perfect. I've found that what is causing the problem is trying to @import susy. Looking at http://susy.oddbird.net/guides/upgrade-1-0/ seems that the minimum requirement for susy to work is Sass 3.2.0. |
Aha! Thanks for finding that out. I'll see if there's an update for phpsass, until then though susy will have to wait :/ |
@yumyo hey! I've just rolled out the updated phpsass submodule, can you try this again? |
Fixed in richthegeek/phpsass#108 |
After some configuration attempts all the compiling error seem solved, but now I'm facing the following
Fatal error: Call to undefined method SassBoolean::length() in ../wp-content/plugins/wp-sass/phpsass/script/SassScriptFunctions.php on line 874
cache and debug are set to true.Any help will be greatly appreciated
The text was updated successfully, but these errors were encountered: