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.