Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
432 views
in Technique[技术] by (71.8m points)

caching - php symfony2 installation cache permissions

I've downloaded 2.0.4... I can't get pass the "can't create cache directory" cause of permissions problem...

I've tried chmod 777 -R symfony -- to all folders, still can't create cache dir

I've tried setfacl but it says unrecognized -m option.... My system does not support chmod +a

I've done chown -R myuser:apache symfony -- still nothing

I've tried umask(0000) and umask(0002) in console.php/app_dev.php/app.php -- still nothing

When I refresh the page to http://localhost/symfony/web/app_dev.php, I get a SElinux alert... is this causing something? I'm not sure... all symfony content is word writable.

I'm not sure if it's me... but it's driving me nuts, maybe I just should stop using symfony2.

I'm using Fedora 13.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

It seems that you will need to switch SELinux to Permissive state. You can do so executing as root user:

setenforce 0

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...