Downloaded the base theme, extracted the subtheme.tar.gz to a separate folder, edited the name of the subtheme, went to drupal administration and enabled the subtheme.
I got a WSOD with this message:

Fatal error: Call to undefined function ninesixtyfive_pre_render() in /var/www/shoppersfluid/sites/all/themes/ninesixtyfive/template.php on line 504

Tried it both with the beta and the dev version, the message remains the same (of course the line nr changes, but it's the same).

Comments

troky’s picture

You should enable "Compile SASS / SCSS to CSS" option in theme settings.

tsi’s picture

Title: WSOD » Call to undefined function ninesixtyfive_pre_render()
Status: Active » Fixed

First, Thanks @troky for the quick response !
Second, this is not a WSOD, so updating title.
Third, This function shouldn't be called when "Compile SASS / SCSS to CSS" is off, plus, it should be on by default (I didn't realize sub-themes do not inherit default theme settings).
Fixed in 7.x-2.0-beta2.
Thanks !

aristeides’s picture

thank you so much!
I didn't even see that coming. :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

tsi’s picture

Project: 965 » Sasson

The SASS branch of 965 has a new home and is now called Sasson.

  • Commit 8013985 on 7.x-2.x, 7.x-3.x, PHPSass, 7.x-3.x-Assetic, 7.x-3.x-susy:
    Subtheme do not inherit theme settings. [issue #1336604]