Applies To:
[ Zend Studio 5.x ]
[ MacOS, Linux ]
Symptom
Preference settings do not persist between ZDE sessions. After you change preferences in ZDE and restart the application, the settings are lost.
Technical Details
This problem typically occurs due to incorrect permissions on the 'ZDE' directory, or a pre-existing ZDE file/directory in the user's home directory.
Resolution / Workaround
Locate the ZDE directory within your home directory, and make sure that your user has read, write, and execute permissions to this directory and to all of its sub-directories and files. To do this:
- Open a terminal window.
- Verify that the the ZDE directory exists: ls -l ~/ZDE
- Add read, write and execute permissions to the ZDE directory: chmod u+rwx -R ~/ZDE
If you still have permissions problems, rename the settings directory. To do this:
- Exit Zend Studio and make sure it is not running.
- Rename the settings directory: mv ~/ZDE/config_5.5{,_bak}
- Start Zend Studio.
Excerpt: After you change preferences in ZDE and restart the application, the settings are lost. This article explains how to change the permissions of the configuration directory to make it writable.
Original Post Date: 2009-06-03 20:30:06
Alternative Description:
After you change preferences in ZDE and restart the application, the settings are lost. This article explains how to change the permissions of the configuration directory to make it writable.
Comments