Most popups/error messages say "UNDEFINED"

Ah, yes. The upgrade file is bigger (52 MB) than PHP normally allows (10 MB).
To fix this, would you set these values in your php.ini file :

post_max_size = 100M
upload_max_filesize = 100M
memory_limit = 512M
file_uploads = On
max_execution_time = 180