I have downloaded several updates that appeared on my web site under mysite.com/admin/reports/updates/sites/update.php which seemed to go well. Then I uploaded them to my site host, but the updates are still not checked of as being "up to date."
I installed a new D6 then tried to migrate a db from D5 to my D6 install. I uploaded the sql file without error and saw that the # of tables incremented then I ran update.php without error but if I check the content of the site I see nothing.
I just updated my site and all seemed to go well,
I noticed a few errors after updating the date module
warning: include_once(sites/all/modules/date/theme/theme.inc) [function.include-once]: failed to open stream: No such file or directory in /home/xxx/public_html/main/includes/theme.inc on line 286.
warning: include_once() [function.include]: Failed opening 'sites/all/modules/date/theme/theme.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/main/includes/theme.inc on line 286.
Amazingly, after learning Drupal and reading this and other websites/guides for weeks, I cannot find information on "How to update a module?"
Where is it in Drupal's documentation?