Closed (fixed)
Project:
Framework
Version:
7.x-3.4
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2011 at 23:46 UTC
Updated:
11 Aug 2011 at 03:23 UTC
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
Comment #1
elpino commentedI believe base theme should be declared all small-caps.
Change
base theme = Frameworkto
base theme = frameworkComment #2
bradrice commentedI'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.
Comment #3
elpino commented