THE FIX for the 3.0 fatal error
-
This has been mentioned in other threads, I didn’t discover it. I’m just posting it up here because it took me a lot of digging to find. It’s too bad the developer isn’t following this as it’s caused me, and a lot of other people, a bunch of headaches.
THE PROBLEM
The plugin relies on this project: https://github.com/scssphp/scssphpThat’s great, except a critical portion of that project was not included in the 3.0 update. It’s missing the src/Block directory.
THE SOLUTION
Either revert to the previous version OR manually upload the missing folder. I’ll explain the process of uploading the missing folder.You can download the scssphp project from the Github link above. Go to the link and click Code > Download Zip. Open the zip file on your computer and open up the ‘src’ folder. Inside you’ll see a folder called ‘Block’.
Via FTP, SSH, or your host’s file manager app you can upload the Block folder inside the plugin at: /wp-content/plugins/wp-scss/scssphp/src
As soon as I did this the error was gone, the website was back online, and Sass was compiling as expected.
I hope this helps.
- The topic ‘THE FIX for the 3.0 fatal error’ is closed to new replies.