[FLOW3-general] Install Problem - setfilepermissions does not work
Mathis Hoffmann
mathis at hoffpost.de
Tue Feb 7 10:41:54 CET 2012
Ok, I figured it out. I had some problems adjusting the document-root
on my webserver. I could not set it to the /Web directory of FLOW3.
Therefore I changed the RewriteBaseDir in /Web/.htaccess to /Web and
ran /Web in the browser. Now I managed to adjust the document-root and
ran
./flow3 flow3:core:setfilepermissions www-data www-data psacln
Now everything works fine.
Thank you for your help!
2012/2/4 Daniel Felix <d.felix at codeworkz.net>:
> 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
> _______________________________________________
> 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