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.
Ok, I have a 5.7 setup on one domain and I have readied a beautifully clean install of 6.3 on a totally different domain/server.
Is it possible to import the DATA content only from 5.7 to 6.3? I really don't wish to import the whole 5.7/5.8 setup as I have the new site set up with different modules. If this is possible what would be the best way?
NB. I did try to to do this from 4.7 > 5 and ended up copying and pasting everything, the site is slightly bigger this time and I would rather not do it this way.
I know there is a page which lists whether there is a 6.x version of contributed modules but it is a well kept secret. I would appreciate someone reposting this. I loath to look up all the modules I use before deciding if I can upgrade to 6.x
I see some 'install files located in the root, but I just dowloaded 6.3 to get the updates, and there is no folder that I see named "installation". Can anyone help?
I need to download an older archived version of 6.2. I need to do a "code diff" with current site to determine which site files have been "customized" or changed, so that I can "code merge" the changes to upgraded 6.3.
Just thought I'd post my solution to the problem that caused me a few hours of headbanging on wall.
The problem: I have a large site set up on xampp on my local computer. When running update.php or enabling/disabling modules I got the the white screen of death (WSOD)(i.e. just a blank screen, with no error messages).
The solution: For me this was caused by a memory shortage. Go to php.ini in the xampp set up (mac OSX: applications>xampp>etc>php.ini). Change the memory_limit to something like 128M. For me this was on line 232.