Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
system.module
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
17 Sep 2007 at 07:26 UTC
Updated:
23 Nov 2007 at 07:51 UTC
Jump to comment: Most recent file
Making a fresh install of Drupal 6 from CVS and going straight to admin/build/themes, before doing anything else, I get
notice: Undefined index: version in /srv/http/localhost/htdocs/drupal6/modules/system/system.admin.inc on line 2051.
It doesn't seem to affect anything, but doesn't look too nice. :)
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | system-admin.patch | 529 bytes | wmostrey |
Comments
Comment #1
webchickThis is still an issue, only now it's on line 2064.
To reproduce, add a folder under sites/all/themes called 'example', and place a file called 'example.info' in there with the following contents:
(this simulates downloading a theme from CVS that doesn't have the version = ... string populated.)
Comment #2
patchnewbie commentedThis is probably a good patch for someone new to core development to work on.
Comment #3
wmostrey commentedThis looks like a clean solution.
Comment #4
aufumy commentedtested patch and it works fine (after removing '-old' in system.admin-old.inc)
Thanks
Audrey
Comment #5
dries commentedCommitted to CVS HEAD. Thanks Wim.
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.