• I recently started received an “Uncaught Error” warning after making changes and attempting to save my scss file. Even after commenting out the changes, I am still getting the error. See debug output below.

    The css in my file that was there before is getting applied correctly, but any changes I try to save are met with the error, and the changes are not reflected on the site

    I had not changed anything in a while, so this might be related to the 5.6 wordpress upgrade.

    Warning:  include_once(/home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/src/OutputStyle.php): failed to open stream: No such file or directory in /home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/scss.inc.php on line 9
    [16-Dec-2020 20:30:25 UTC] PHP Warning:  include_once(): Failed opening '/home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/src/OutputStyle.php' for inclusion (include_path='.:/opt/cpanel/ea-php73/root/usr/share/pear') in /home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/scss.inc.php on line 9
    [16-Dec-2020 20:30:25 UTC] PHP Warning:  include_once(/home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/src/Cache.php): failed to open stream: No such file or directory in /home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/scss.inc.php on line 11
    [16-Dec-2020 20:30:25 UTC] PHP Warning:  include_once(): Failed opening '/home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/src/Cache.php' for inclusion (include_path='.:/opt/cpanel/ea-php73/root/usr/share/pear') in /home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/scss.inc.php on line 11
    [16-Dec-2020 20:30:25 UTC] PHP Warning:  include_once(/home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/src/Exception/SassException.php): failed to open stream: No such file or directory in /home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/scss.inc.php on line 15
    [16-Dec-2020 20:30:25 UTC] PHP Warning:  include_once(): Failed opening '/home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/src/Exception/SassException.php' for inclusion (include_path='.:/opt/cpanel/ea-php73/root/usr/share/pear') in /home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/scss.inc.php on line 15
    [16-Dec-2020 20:30:25 UTC] PHP Warning:  include_once(/home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/src/Exception/SassScriptException.php): failed to open stream: No such file or directory in /home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/scss.inc.php on line 16
    [16-Dec-2020 20:30:25 UTC] PHP Warning:  include_once(): Failed opening '/home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/src/Exception/SassScriptException.php' for inclusion (include_path='.:/opt/cpanel/ea-php73/root/usr/share/pear') in /home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/scss.inc.php on line 16
    [16-Dec-2020 20:30:25 UTC] PHP Fatal error:  Interface 'ScssPhp\ScssPhp\Exception\SassException' not found in /home3/actioncl/public_html/wp-content/plugins/rabbitbuilder-global-central-js-css/inc/lib/scssphp/src/Exception/CompilerException.php on line 20
  • The topic ‘Uncaught Error prevents saving changes’ is closed to new replies.