I'm getting this error when trying to subtheme Framework:

Notice: Trying to get property of non-object in drupal_alter() (line 983 of /Library/WebServer/Documents/websites/ycs-dev/includes/module.inc).
...
see log error

Any help would be appreciated. My subtheme ycs.info is so simple:

name = ycs
description = YCS, a subtheme of Framework.
package = Core
core = 7.x
base theme = Framework
engine = phptemplate

Comments

elpino’s picture

I believe base theme should be declared all small-caps.

Change
base theme = Framework
to
base theme = framework

bradrice’s picture

I'm sorry. It was my fault. I inadvertently changed some theme function names in the main Framework folder instead of my subtheme folder. It is working nicely now.

elpino’s picture

Status: Active » Closed (fixed)