I'm getting this error when I try to visit the settings page. It causes a 500 error.

Error: Cannot redeclare class SassException in
/var/www/html/themetest/sites/all/themes/omega/omega_core/lib/Drupal/omega/phpsass/SassException.php,
line 32

Comments

Melissamcewen created an issue.

Melissamcewen’s picture

Oh yeah. I forgot I installed https://github.com/sensational/sassphp for another project. That's where it was originally declared. I am not sure this is a bug...I guess if you want to have both you can :
if (!class_exists('SassException')) {

But I'm not sure if this is a common enough problem to justify modifying the theme.