Running Upgrade Wizard fails with error “/upgradeWizard.log could not be created/written to”
Wednesday, October 29th, 2008Symptom:
When selecting the Upgrade Wizard, the following error message appears:
./upgradeWizard.log could not be created/written to. Please fix permissions on your SugarCRM directory.
Cause:
The root directory of the SugarCRM instance is not writable.
Solution:
Ensure that the root directory of the SugarCRM instance permissions include read, write and execute. For Windows installations, ensure that inheritable permissions are allowed.
To change permissions on Linix installations, run the command chmod -R 777 on the following directories and files:
- cache
- custom
- data
- modules
- config.php
For more information on the permissions required for SugarCRM, see the appropriate installation guide on our Product Documentation page.


|