Closed (fixed)
Project:
Update status aggregator
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2009 at 15:47 UTC
Updated:
25 Aug 2010 at 11:30 UTC
White pages with the following error message are oberved:
Fatal error: Call to undefined function update_status_get_available() in .../sites/all/modules/update_status_aggregator/update_status_notifier.module on line 76
On some other page a warning message apprears at the end in the devel info, but the page is displayed.
Comments
Comment #1
nardberjean commentedWhite pages with error message
Pages displayed with a warning at the end
The website on which the observations have been made had database schema mis-matches.
Comment #2
nardberjean commentedd5 update_status_get_available -> d6 update_get_available
Apparently that function changed name from d5 to d6.
d6
d5
References
Drupal 6
http://api.drupal.org/api/function/update_status/6
http://api.drupal.org/api/function/update_get_available/6
Drupal 5
http://drupalcode.org/viewvc/drupal/contributions/modules/update_status/...
Comment #3
nardberjean commentedI made the modification, it appears to be only needed once, in the mentioned file and line. I may have to learn how to make a patch for Drupal.
Comment #4
nardberjean commentedFatal error: Call to undefined function update_status_calculate_project_data() in /var/alternc/html/s/spc/lib/php/cms/drupal/6.x/sites/all/modules/update_status_aggregator/update_status_notifier.module on line 77
http://drupalcontrib.org/api/function/update_status_calculate_project_da...
http://api.drupal.org/api/function/update_calculate_project_data/6
Comment #5
nardberjean commentedwarning: Missing argument 1 for update_status_notifier_menu() in /var/alternc/html/s/spc/lib/php/cms/drupal/6.x/sites/all/modules/update_status_aggregator/update_status_notifier.module on line 31.
Not corrected
Menu Hook documentation (change btw d5 d6) :
http://api.drupal.org/api/function/page_example_menu/5
http://api.drupal.org/api/function/page_example_menu/6
I read your note about moore usable version on d6.
Comment #6
yrocq commented6.x-2.x-dev is a complete rewrite and is not finished. If you want to use this module on Drupal 6, please use 6.x-1.x-dev. I added a note on the project page to clarify this point. Sorry for doing this so late.
Comment #7
steven jones commentedThis version of 2.x has been deleted, and a better one added.