I would like to upgrade my SuiteCrm instalation using the wizard.
I can navigate to the Zip File on my computer, but once I want to upload it, I have the following message :
Specified directory āā for zip file āupload://SuiteCRMUpgrade.zipā extraction does not exist.
It is quite logical, it looks like the path (ie D:) is missing. I am on Windows 8.1
Have you got an idea how to solve this issue or may be how to copy the file by FTP in the good floder ?
The directory missing there is the location to which it is trying to extract the zip, so it should be under your SuiteCRM folder, under the āuploadā subfolder.
You might want to check if the permissions for that directory allow the web server to write to it, and clean up any left-overs from old upgrades.
I erased all the file on the upload folder and put the rights on the folder and its subfolders on 777. It still doesnāt work.
I tried to copy the unzipped files the upgrade directly in the folder but the wizard does not recognize it.
Check also the ownership on those files and directories, not just the permissions.
Then check if you have zip module installed in your PHP.
I suggest that you donāt upgrade to 7.9, use 7.8.4 instead. There are currently too many problems with 7.9, itās better to wait for the next bugfix release.
check the upload_dir variable in your config.php file (root of your Suite installation folder) is set to the correct folder. Mine is upload with NO forward slashes⦠save any changes you make and try the wizard again