After copying over the files for 7.31 (was 7.26), minus the /sites folder, and running update.php, the result is "no pending updates." I followed the instructions at https://www.drupal.org/node/1494290 properly - any thoughts about what to do next? Thanks.
1 Answer
Go to '[your-website]/admin/reports/status' and if there you see that Drupal version is 7.31 (which you probably will see), if there is no some other errors and everything works fine on website you successfully did update.
It is not necessary to always have database update if you are updating some module or Drupal itself.
- No, it says 7.26. I had already done the upgrade on a local version of the site on my machine, and update.php resulted in about a half dozen updates.stylecramper– stylecramper2014-08-19 20:48:38 +00:00Commented Aug 19, 2014 at 20:48
- Are you sure that you put a new (from Drupal 7.31) 'modules' folder ('modules' folder in the root, not in the 'sites/all/')?mixerowsky– mixerowsky2014-08-19 20:57:49 +00:00Commented Aug 19, 2014 at 20:57
- Yes, definitely. Everything except the /sites folder - even uploaded the /modules folder separately to be sure.stylecramper– stylecramper2014-08-19 21:30:37 +00:00Commented Aug 19, 2014 at 21:30
- Search your core code base for files containing
7.26and see if an info file got missed.mbomb007– mbomb0072019-06-25 21:16:47 +00:00Commented Jun 25, 2019 at 21:16