The fix:
In wp-scss.php on Line 301 $base_compiling_folder is missing.
Add it to global like this:
global $wpscss_compiler, $wpscss_options, $base_compiling_folder;
jfc, what the fresh hell is this. Thanks so much for the fix above – worked first time.
Thread Starter
stoffb
(@stoffb)
Any idea if it’s going to be updated within a new version of wp-scss anytime soon?
It’s been raised in the Github library as well, so I’d suspect the author will release a fix pretty soon https://github.com/ConnectThink/WP-SCSS/issues
Thread Starter
stoffb
(@stoffb)
That’s great news, thanks
That’s two recent updates that both times broke the plugin. How can you miss this? Even testing one site will scream errors at you.
Will test the solution above until an update is available, thanks.
Edit: solution above works. Thanks!
-
This reply was modified 5 years, 3 months ago by
dave.ooo.
@stoffb As per Github library, the author has now released a fix which seem to resolve the issue. v2.1.3 https://github.com/ConnectThink/WP-SCSS/issues/170