When installing the module in version 5.x-1.0 from 2007-Mar-21, I get the following error message:
warning: Error parsing modules/outline/outline.info on line 4 in /var/www/.../includes/module.inc on line 195.
When accessing the Admin section admin/build/modules, this error messages keeps reappearing multiple times.
Regards, -asb
Comments
Comment #1
beginner commentedThis was reported a while ago http://drupal.org/node/134840 and fixed in the dev version.
Download the latest dev snapshot and that'll solve your problem.
I should:
1) remove the version line in .info as per latest policy.
2) create new stable release for people to download.
Comment #2
gwolf commentedJust to illustrate a bit... The patch is as easy as follows: Just remove line number 4 :)
--- drupal5-outline-1.0.orig/outline.info
+++ drupal5-outline-1.0/outline.info
@@ -1,7 +1,6 @@
; $Id: outline.info,v 1.3 2007/01/07 20:50:46 pwolanin Exp $
name = Outline
description = Allows content to be organized into hierarchical outlines
-version = $Name: DRUPAL-5--1-0 $
; Information added by drupal.org packaging script on 2007-03-21
version = "5.x-1.0"
Comment #3
beginner commented#2 is not a patch.
As said in #1, it was already committed in the D5 branch.
Comment #4
captaindav commented