I tried to move from 5.7 to 6.2 Drupal, uploaded new version, added $update_free_access = TRUE; statement in settings.php and run upgrade.php.
After that update.php?op=info opens with blank screen. Where I was wrong?
P.S. I also tried $update_free_access = FALSE; , all the same.

Comments

jvong’s picture

check out this page http://drupal.org/node/158043

also, you might want to check out your php.ini for the "memory_limit", try increasing it. I have had that happened to me a while back when I was performing an upgrade. Good luck.........

aries’s picture

Is the error_reporting() enabled? If no, enable it (you should also enable it in the php.ini or .htaccess) then you see what's wrong. There can be problems with the modules too, not all of the module has been released for D6.
--
Aries