Hi there,
I'm really sorry to re-up this thread but I have exactly the same problem as gglockner... but your solution doesn't work for me.
Let me explain my context: standard Debian Squeeze with Apache/PHP/MySQL installed with the usual Debian packages + SugarCRM CE v6.4 (which I want to upgrad to 6.4.1)
Each time I launch the upgrade wizard, I have the blank page after the "System Check" step which is completed.
If I check my upgradeWizard.log to check if any error has been reported, but there is nothing as you can see:
Code:
Thu, 01 Mar 2012 12:36:20 +0100 [UpgradeWizard] - -----------------------------------------------------------------------------
Thu, 01 Mar 2012 12:36:20 +0100 [UpgradeWizard] - Upgrade started. At start.php
Thu, 01 Mar 2012 12:36:20 +0100 [UpgradeWizard] - at unlinkUWTempFiles()
Thu, 01 Mar 2012 12:36:20 +0100 [UpgradeWizard] - finished!
Thu, 01 Mar 2012 12:36:20 +0100 [UpgradeWizard] - resetting $_SESSION
Thu, 01 Mar 2012 12:36:27 +0100 [UpgradeWizard] - setting session variables...
Thu, 01 Mar 2012 12:36:27 +0100 [UpgradeWizard] - [At systemCheck.php]
Thu, 01 Mar 2012 12:36:27 +0100 [UpgradeWizard] - Starting file permission check...
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Finished file permission check.
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Starting database permissions check...
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Checking CREATE TABLE permissions...
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Checking INSERT INTO permissions...
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Checking UPDATE TABLE permissions...
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Checking SELECT permissions...
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Checking DELETE FROM permissions...
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Checking ALTER TABLE ADD COLUMN permissions...
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Checking ALTER TABLE CHANGE COLUMN permissions...
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Checking ALTER TABLE DROP COLUMN permissions...
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Checking DROP TABLE permissions...
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - No permissions errors found!
Thu, 01 Mar 2012 12:36:36 +0100 [UpgradeWizard] - Finished database permissions check.
Thu, 01 Mar 2012 12:37:05 +0100 [UpgradeWizard] - setting session variables...
Thu, 01 Mar 2012 12:37:05 +0100 [UpgradeWizard] - At upload.php
Thu, 01 Mar 2012 12:37:05 +0100 [UpgradeWizard] - finding new files for upgrade
And I have nothing in my Apache logs too.
I checked my php.ini config:
Code:
memory_limit = 128M
max_execution_time = 30
max_input_time = 60
post_max_size = 15M
upload_max_filesize = 16M
But nothing seems to be wrong with this configuration.
As recommended, I also created the directories structure : cache/upload/upgrades/temp/
And renamed my upgrade_progress.php to let me try another shot... but still have the same problem...
Have you any clue to help me to upgrade my SugarCRM and to understand what's going on ?
Of course, I never have problem to do my previous upgrades 
Thanks in advance !
Bookmarks