Quantcast
Viewing all articles
Browse latest Browse all 49208

Unexplainable Errors After Starting to Make Theme

I'm 100% new to creating Drupal themes, so please bear with me. I'm getting errors before I even enable my theme, and I have no idea why.

First, I read through http://drupal.org/node/171194 & http://drupal.org/node/171205, then made a .info file that looks like this:

name = Litmus
description = Litmus is a theme by Devon Young, intended for experimenting and learning how to create Drupal themes.

screenshot = litmus.gif

core = 7.x
version = "7.x-3.x-dev"
engine = phptemplate

regions[header] = Header
regions[highlighted] = Highlighted content
regions[help] = Help
regions[content] = Content
regions[sidebar_first] = First sidebar
regions[sidebar_second] = Second sidebar
regions[footer] = Footer

features[] = logo
features[] = name
features[] = slogan
features[] = mission
features[] = node_user_picture
features[] = comment_user_picture
features[] = search
features[] = favicon
features[] = primary_links
features[] = secondary_links

As I understand it, I've just made an absolute minimal theme, since a .info is the only required file, so there shouldn't be any errors. I stuffed my files (litmus.info, litmus.gif, style.css) into a folder and then uploaded the folder to the themes area. Now, when I go to the admin "appearance" area to enable the theme, I get this listing of errors and I'm clueless what's causing it....

Notice: Undefined index: name in system_sort_modules_by_info_name() (line 909 of /home/dfy1/public_html/modules/system/system.admin.inc).
Notice: Undefined index: name in system_sort_modules_by_info_name() (line 909 of /home/dfy1/public_html/modules/system/system.admin.inc).
Notice: Undefined index: name in system_sort_modules_by_info_name() (line 909 of /home/dfy1/public_html/modules/system/system.admin.inc).
Notice: Undefined index: name in system_sort_modules_by_info_name() (line 909 of /home/dfy1/public_html/modules/system/system.admin.inc).
Warning: uasort() [function.uasort]: Array was modified by the user comparison function in system_themes_page() (line 131 of /home/dfy1/public_html/modules/system/system.admin.inc).
Notice: Undefined index: name in system_themes_page() (line 140 of /home/dfy1/public_html/modules/system/system.admin.inc).
Notice: Undefined index: name in system_themes_page() (line 158 of /home/dfy1/public_html/modules/system/system.admin.inc).
Notice: Undefined index: name in system_themes_page() (line 159 of /home/dfy1/public_html/modules/system/system.admin.inc).
Notice: Undefined index: name in system_themes_page() (line 207 of /home/dfy1/public_html/modules/system/system.admin.inc).
Notice: Undefined index: name in system_themes_page() (line 213 of /home/dfy1/public_html/modules/system/system.admin.inc).
Notice: Undefined index: name in theme_system_themes_page() (line 2657 of /home/dfy1/public_html/modules/system/system.admin.inc).

I've been searching for an answer to this for the past hour and haven't found any answers.


Viewing all articles
Browse latest Browse all 49208

Trending Articles