;----------// Theme Information

  name        = AT Test
  description = .... // Long description removed in issue.
  core        = 7.x
  base theme  = ""  //base theme is missing
  release     = 7.x-3.x
  engine      = phptemplate
  screenshot  = screenshot.png

Which leads to a blank page with lots of notices. eg:

Notice: Undefined index: in drupal_theme_initialize() (line 98 of /.../drupal/includes/theme.inc).

... etc

Comments

ranx’s picture

I can confirm that when creating a subtheme with drush the .info file does not contain "adaptivetheme" as base theme.

Jeff Burnz’s picture

Priority: Normal » Major

This is beacuse I think at some stage we added this line:

'= adaptivetheme' => '= ""', // attempt to strip out the project name added by the drupal packing script

So we need to clean that up and find a better way of doing it, its clearly stripping the basetheme name as well which is really bad. This needs to be fixed.

Jeff Burnz’s picture

Issue summary: View changes
Status: Active » Fixed

This is now fixed, at last!

Status: Fixed » Closed (fixed)

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