I presume this is connected with the drupal.org switch to D7, but Update module now reports an error when checking for updates on this project:

Notice: Undefined index: version_major in update_calculate_project_update_status() (line 626 of /var/sites/example.com/public_html/modules/update/update.compare.inc).
Notice: Undefined index: version_major in update_calculate_project_update_status() (line 633 of /var/sites/example.com/public_html/modules/update/update.compare.inc).
Notice: Undefined index: version_major in update_calculate_project_update_status() (line 643 of /var/sites/example.com/public_html/modules/update/update.compare.inc).

I've tracked this down to feeds_xls. It does seem strange to call this a 0.0 version, so perhaps that is causing the issue?

Comments

Anonymous’s picture

i can confirm 0.0 causes the problem.
we experienced the same error report. modified our local feeds_xls.info file to claim version 9.9 and after cache clearing the problem went away.

Anonymous’s picture

further testing indicates the problem has not been solved. so 0.0 as a version number is not an issue.

we also get this error on another system where feeds_xls is not installed.

Anonymous’s picture

we belive we have tracked this down to a userpoints issue. see https://drupal.org/node/2213277

Anonymous’s picture

I'm not using User Points module though. This is definitely caused by the 0.0 version number. All I did to fix it was comment out all the lines underneath "; Information added by drupal.org packaging script on 2011-09-27"

Anonymous’s picture

maybe there are multiple offenders?
we still got the error after hacking the version #, but that may be due to our use of both Userpoints and feeds_xls.

Thanks for the feedback.

sdrycroft’s picture

Project: Feeds XLS » Drupal core
Version: 7.x-0.0 » 7.x-dev
Component: Code » update.module

This is clearly an issue with the update module, and needs fixing there.