The following lines in devavrata_free_bare.info are unnecessary:

; Information added by drupal.org packaging script on 2009-02-25
version = "6.x-1.0 FREE"
project = "drupal"
datestamp = "1235596218"

php = DRUPAL_MINIMUM_PHP

Looks like you just copied this from a core module. The version, project and datestamp lines should *never* be added because they are automatically added by the drupal.org packaging script when you create releases. The php line is simply unnecessary because you cannot install Drupal unless you have PHP version DRUPAL_MINIMUM_PHP or higher.

Comments

dave reid’s picture

Project: »

Please read http://drupal.org/node/171205:

"This defines the minimum PHP version the theme will support. The default value is derived from the DRUPAL_MINIMUM_PHP constant, which is the minimum required version for the rest of core. This can be redefined for a newer version if needed. For most themes, this should not be added."

"Note that everything from the line "; Information added by drupal.org packaging script on 2008-02-13" and down is added by the drupal.org packaging script. You should never manually add the project and datestamp keys. The version key added manually (in the first section) allows sites to use your theme when taken directly from CVS."

danielhonrade’s picture

Version: 6.x-1.5 »
Status: Active » Fixed

ok, no problem

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 499314)