Closed (duplicate)
Project:
Outline
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2008 at 12:29 UTC
Updated:
12 Apr 2008 at 18:54 UTC
Installed the 1.0 release and get an instant warning:
warning: Error parsing sites/all/modules/outline/outline.info on line 4 in /var/www/html/drupal-5.0/includes/module.inc on line 195.
Because of this the module cannot be activated on the modules page!
Comments
Comment #1
buddaRemoved the version line and it now works.
Comment #2
rapsli commentedThat's weird. I've been using outline and never had this problem
Comment #3
ttronicm commentedI had this error as well. I added double quotes so the line reads:
version = "$Name: DRUPAL-5--1-0 $"
This resolved my problem and I believe that is correct.
Comment #4
buddaDuplicate of http://drupal.org/node/152691