When upgrading from Sasson 7.x-2.6 to Sasson 7.x-3.x-dev and try to load the site, I get the folowing PHP exception on the browser window. Are there any special upgrade instructions?

Additional uncaught exception thrown while handling exception.
Original

Assetic\Exception\FilterException: An error occurred while running: 'compass' 'compile' '/tmp' '--output-style' 'expanded' '--boring' '--images-dir' '/var/www/examle.com/beta/sites/all/themes/sasson/images' '--config' '/tmp/assetic_compass0NfsMY' '--sass-dir' '' '--css-dir' '' '/tmp/assetic_compassOme0bS.scss' Error Output: sh: compass: not found Input: /* ############################################# * * ##### Sasson - advanced drupal theming. ##### * * ############################################# */ $overlay-opacity: 0.4; @import "compass/css3"; @import "salsa/salsa"; @import "partials/overlay"; @import "partials/switch"; // ==== Typography. ====================================== // Custom fonts from google web fonts // ======================================================= @if false { body { font-family: false , Arial, sans-serif; } } // ==== Design Overlay. ============================================= // Overlay a draggable image over the design for visual comparison // ================================================================== @if false { body.with-overlay #overlay-image { @extend %overlay; } // Overlay toggle switch .toggle-overlay { @extend %switch; top: 90px; } } // ==== Grid Background. ========================================= // Use CSS3 gradients to creat flexible background grid "image" // =============================================================== @if false { #page.grid-background { @include salsa-background; } // Grid toggle switch .toggle-grid { @extend %switch; } } in Assetic\Exception\FilterException::fromProcess() (line 40 of /var/www/example.com/beta/sites/all/themes/sasson/includes/assetic/src/Assetic/Exception/FilterException.php).
Additional

Assetic\Exception\FilterException: An error occurred while running: 'compass' 'compile' '/tmp' '--output-style' 'expanded' '--boring' '--images-dir' '/var/www/example.com/beta/sites/all/themes/sasson/images' '--config' '/tmp/assetic_compassuQJonF' '--sass-dir' '' '--css-dir' '' '/tmp/assetic_compassYK1bYy.scss' Error Output: sh: compass: not found Input: /* ############################################# * * ##### Sasson - advanced drupal theming. ##### * * ############################################# */ $overlay-opacity: 0.4; @import "compass/css3"; @import "salsa/salsa"; @import "partials/overlay"; @import "partials/switch"; // ==== Typography. ====================================== // Custom fonts from google web fonts // ======================================================= @if false { body { font-family: false , Arial, sans-serif; } } // ==== Design Overlay. ============================================= // Overlay a draggable image over the design for visual comparison // ================================================================== @if false { body.with-overlay #overlay-image { @extend %overlay; } // Overlay toggle switch .toggle-overlay { @extend %switch; top: 90px; } } // ==== Grid Background. ========================================= // Use CSS3 gradients to creat flexible background grid "image" // =============================================================== @if false { #page.grid-background { @include salsa-background; } // Grid toggle switch .toggle-grid { @extend %switch; } } in Assetic\Exception\FilterException::fromProcess() (line 40 of /var/www/example.com/beta/sites/all/themes/sasson/includes/assetic/src/Assetic/Exception/FilterException.php).

Comments

tsi’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Closed (duplicate)
tsi’s picture

Issue summary: View changes

spelling correction