If you get these problems during install then put the following lines first in your /install/index.php
error_reporting(E_ALL);
ini_set("display_errors", "On");
or if you are updating then set the $go_debug flag in the config.php file to 1.
It will eventually trap any errors.
/Joe
