This was my first manual install of drupal. All went pretty well until I got to the report page and it told me to install 6.16. I followed the links through and it basically made me download and new install.
Here is where I think I went wrong. I copied up these new files over the others expecting it all to come good. It still worked and I ran the upgrade scripts but when clicking on Admin after this. I just a blank page.
I have web sites on drupal 6.14 and I want to upgrade to drupal 6.16
Is it possible to do that directly, changing all files from drupal 6.14 to 6.16
and after make an update.php
On database Mysql, I have try to do that on my local web site and I have a error of update
I want to know if I need to upgrate files on drupal from 6.14 to 6.15 and after make an update.php, to have no error on mysql migration
and in another time from to upgrate files on drupal from 6.15 to 6.16 and after make an update.php
I've been asked to upgrade a Drupal 4.7 installation to Drupal 5 at the very least. I've set up new versions of Drupal before and done upgrades, but nothing on this scale. The existing database is very large with lots of modules and other customizations that break upon upgrading to Drupal 5. I'm wondering what my best course of action is here-I'm doing this in my spare time and not for work, so availability to work on this is an issue as well. Is it worth it to upgrade at all? Or should I just soldier on?
After upgrading from Drupal 6.15 to 6.16, my site's pages were displaying two "Could not create file" messages (in fact its a Dutch language site, so the message is "Het bestand kon niet aangemaakt worden"). The log says "An error occurred during creation of the JavaScript translation file for the language Dutch".
Hi,
We have a custom module that uses location data and after upgrading from 5.6 to 6.22 the location table changes both structurally and as key values, it also adds new location_instance table. To keep my previous views/modules working I'd like to create a view (smth like v_location) based on location data from the new upgraded tables/data - location + location_instance. Any idea of doing this quickly - I am sure the upgrade code "splits" existing table - I'd like to "put" it back.