[FLOW3-general] Install Problem - setfilepermissions does not work

Daniel Felix d.felix at codeworkz.net
Sat Feb 4 19:53:42 CET 2012


Hello, 

I had the same problem some time ago. 
I tried to set the file permission on Ubuntu 10.4 lts. 
I tried it nearly 10 times with different settings. 
But sometimes the batch crashed and sometimes it runs throw but the permissions weren't set correctly. 

I fixed it for me this way:
Setting permissions to 777 and make my web server to the owner.
On my test server:
cd /path/to/flow3
chmod -R 777 *
chown -R www-data:www-data

After this was done I executed the servile permissions. 
It seems that those script couldn't handle it if it hasn't full acces to all files. It doesn't throw any error. 

By the way make sure that your system allows php to execute commands on the shell. 

Hope this could help you?

Best regards,
Daniel

Am 04.02.2012 um 08:54 schrieb Karsten Dambekalns <karsten at typo3.org>:

> Hi.
> 
> On 02.02.12 23:47, Mathis Hoffmann wrote:
>> What's going wrong? I set up FLOW3 on my local (Windows) machine some
>> month ago and remember it has been quite easy. Now on my Ubuntu-server
>> it seems to be really difficult.
> 
> My guess is that your use of root instead of www-data breaks this. You
> should not be setting the permissions for the root user, use the same
> user you are working as when creating packages etc.
> 
> To further clarify, could you put the output of "ls -laR
> Packages/Application/TYPO3.Blog" somewhere (e.g. pastebin)?
> 
> Regards,
> Karsten
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general


More information about the FLOW3-general mailing list