Drupal 6.10 indicates "Some modules have database schema updates to install" yet all modules are at their most current versions. The path_redirect module is apparently up to date at 6.x-1.0-beta3, yet update.php indicates update versions (5100, 6100, 6101) to choose from (as opposed to "no updates available" for the rest of the modules)

Comments

dave reid’s picture

Just downloading the latest module versions doesn't automatically perform the database updates for you. You do need to run update.php afterwards. Please run it and let me know if it shows that all your database schemas are up to date.

dave reid’s picture

Status: Needs review » Active
Philip Small’s picture

Successfully ran update.php - all databases schemas up to date.

dave reid’s picture

Status: Active » Fixed

Marking as fixed then. So for future reference, updating the module files is different from updating the module 'data' in the database. Always run update.php after every time you update your modules. And don't select update versions manually unless you've been instructed to do so. Do that, and you'll be good. :)

Status: Fixed » Closed (fixed)

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