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.2

Tyrael

Comments

jpetso’s picture

Let 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.

fago’s picture

Status: Active » Fixed

I also think so. So as jpetso said replace your .info file with the original one.

Tyrael’s picture

Status: Fixed » Closed (fixed)

thx, that was the problem.

Tyrael