By NiPh on
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
check out this page
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.........
Is the error_reporting()
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