Skip to Content
Menu
This question has been flagged
1 Reply
12200 Views

Hello,

I just finish to install community version (14) on mac OSX.
And when i try to use scaffold command to create module i have this error :

"OSError: [Errno 30] Read-only file system: /custom"

 I try to change the chmod of this folder to allow all permission on it but change nothing.

I also try to create the module in addons folder and same problem.

Someone have a solution please ?
Avatar
Discard
Best Answer

You have set writable permission to this folder. Just use in terminal chmod:

chmod -R 777 /absolute/path/to/your/folder


Avatar
Discard
Related Posts Replies Views Activity
1
Dec 24
181
0
Nov 24
70
2
Jul 24
716
0
Apr 24
564
3
Mar 24
589