When I upgrade through the upgrade wizard:
Specified directory ‘’ for zip file ‘upload://SuiteCRM-Upgrade-7.10-to-7.10.1.zip’ extraction does not exist.
Currently: Version 7.10
Sugar Version 6.5.25 (Build 344)
Specified directory ‘’ for zip file ‘upload://SuiteCRM-Upgrade-7.10-to-7.10.1.zip’ extraction does not exist.
Shows up on the screen. The file uploads properly to the upload directly with 644 permissions, but doesn’t unzip. I thought the // in the filename Upluad:// might be the problem so I tool out the / after upload in the config.php file – no change.
Check what you have in your config.php, array default_permissions. The user name there doesn’t seem to match your current install. I belive this will solve your zip issue.
SOLVED:
There were some problems in config.php - when we migrated from a different server,
I found some issues in teh config.php file. It still has Plesk user and group names in it
‘default_permissions’ =>
array (
‘dir_mode’ => 1517,
‘file_mode’ => 420,
‘user’ => ‘ctobvalue’,
‘group’ => ‘psacln’,
),
… it was a loose nut behind the wheel.
Thanks for all your help.