warning: Error parsing sites/default/modules/nodeprofile/nodeprofile.info on line 7 in /home/www/drupal/drupal-5/drupal/includes/module.inc on line 195.
and the content of the info file:
; $Id: nodeprofile.info,v 1.1.2.2 2007/04/07 13:47:38 fago Exp $
name = "Node Profile"
description = "Marks content types as profiles."
package = "Node Profile"
<<<<<<< nodeprofile.info
dependencies = nodefamily subform_element
version = "$Name: DRUPAL-5 $"=======
dependencies = nodefamily subform_element
version = "$Name: $">>>>>>> 1.1.2.2Tyrael
Comments
Comment #1
jpetso commentedLet me guess... you are using CVS, edited the .info file once, and the additional lines are coming from a versino conflict?
Try deleting the .info file, and have a 'cvs up', it should then work again.
Comment #2
fagoI also think so. So as jpetso said replace your .info file with the original one.
Comment #3
Tyrael commentedthx, that was the problem.
Tyrael