Cannot redeclare outline_uninstall() Error from BlogTheme in Drupal upgrade
Starbuck - April 13, 2009 - 04:16
| Project: | Blog Theme |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Jump to:
Description
I just upgraded a test site that has Blog Theme installed. The update reported the following:
Outline couldn't re-register.
Fatal error: Cannot redeclare outline_uninstall() (previously declared in /home/.../modules/outline/outline.install:296) in /home/.../modules/blogtheme/blog_theme.install on line 29
This error occurs because it looks like function outline_uninstall copied into blog_theme.install on 2008-09-30 but the function name wasn't changed. Issue flagged as critical since this code affects another unrelated module.
HTH

#1
D5 is unaffected.
Fixed in HEAD and the D6 branch.
Putting as RTBC until it is time to do a new release (I am waiting to solve a couple other issues).
Thanks for the report.