Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've just upgraded a legacy site, and am trying to upgrade some translation modules which appear to function with Drupal 7... however, they require a module called Translation which I can't seem to find in my list of core Drupal modules or on the Drupal.org website.
This is probably a stupid question, but where do I find it?
Some years ago I constructed a website using 6.19 Drupal Core. For many times I tried updating the core but without success. I also wonder if I can update from 6.19 to 6.29 in one step.
How do I know if the used modules can be used in the new core-version?
I was wondering how other people tackle this task during a core upgrade.
This is, step 5. Re-apply any modifications to files such as .htaccess or robots.txt.
from Minor version upgrades at https://drupal.org/node/1223018
Files like .htaccess, settings.php and robots.txt can change from one core to another.
But developer modifications must be retained.
So, just running diff and then applying it via patch won't do the job, because changes are necessarily two-way.
I have a site running on 7.13 installed via the Web Platform Installer on Server 2012 with SQL 2012 and it works fine. When I download the 7.17 latest version and replace everything except the sites folder I get Error 500 on every page. I guess when I am using SQL server I am not supposed to overwrite some other file/folder/module during the upgrade.
Any input what that can be?
I switched to nginx while using drupal 6.23 (i think). Now I am trying to update to the latest. I tested on a machine running Apache and the update went fine. Now on my productions machine the update.php works for some queries but does not run the db update script.
look at what needs to be updated, comments, and others need updating.
click "update"
the page stays on update, no errors are reported there, I check the logs also with no errors.
The page stays on the update form and does not move forward in the checklist. So the next script is not being executed but I don't know why. Here is my nginx location config for update, notice that .htaccess is disabled for now.
# -*- mode: nginx; mode:autopair; mode: flyspell-prog; ispell-local-dictionary: "american" -*-
### Configuration file for Drupal if you're not using drush to update your site or run cron.
## Restrict cron access to a specific host.
location = /cron.php {
# ## If not allowed to run cron then issue a 404 and redirect to the
# ## site root.
# if ($not_allowed_cron) {
# return 404 /;
# }
fastcgi_pass phpcgi;
# ## To use Apache for serving PHP uncomment the line bellow and
# ## comment out the above.
Everything was fine, however, when I open an article there is no format, I mean, no justified text, no align etc... I am adding screenshots of the same article (before and after the update) so if you can recommend me something to try in order to fix this it will most appreciated.