By Alex Lee on
I just upgraded my drupal system from version 6.12 to 6.13.
In the process, I forgot to turn off the contrib modules.
However, after the upgrade, everything seemed quite normal.
Could there be some hidden problems that may occur later?
Any hints could be much appreciated.
Comments
I've done this too from time
I've done this too from time to time. Check your status report (/admin/reports/status) and if it doesn't complain I think you should be ok. Also make sure you run the "update.php" script once you've upgraded your Drupal core, that will check for any database updates that may be required.
Check the log files too
Sometimes problems dont show up on pages directly, but will appear in the logs. Check your site logs at /admin/reports/dblog. For example, a site I just upgraded I saw there was a problem with the xmlsitemap module after the upgrade. There was no visible problems, but the log file showed problems submitting the sitemap to Google.
bounce them
You probably ought to disable them all, then re-enable them, then update.php. That's what I do after I realize that I forgot to disable them it.