Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Fix Save for Web permissions error in Adobe Illustrator' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Fix Save for Web permissions error in Adobe Illustrator
Authored by: ttv on Jul 16, '03 11:14:20AM

You could actually shorten the command to:

sudo chmod -R 777 "/Applications/Adobe Illustrator 10.0.3"

Actually, Illustrator is not the only Adobe app having problems with non-admin users (though this one is new to me). If the admin installs the various Photoshop updates beyond the 7.0.1 update -- these updates consist of manually copying various plug-ins -- then both ownership and access rights will be wrong for the standard users leading to a number of problems.

I fix this using two commands:
sudo chown -R root:admin "path/to/app"
sudo chmod -R 775 "path/to/app"

It has worked with After Effects, InDesign, Photoshop and Premiere -- even without giving world write access. I also use this formula for apps not installed as root, e.g. Flash MX and MS Office X, though a few minor apps will not launch without world write access.



[ Reply to This | # ]
Fix Save for Web permissions error in Adobe Illustrator
Authored by: deleted_user18 on Jul 18, '03 09:50:13AM

Same with PS Elements 2.0. Other users get errors that a file can't be accessed (the message does not say which one...) every five minutes.

Shame on you Adobe...



[ Reply to This | # ]