Re: [symfony-users] permissions issue please help

2011-04-21 Thread Helloise Smit
no there is no log directory, can i just mkdir log? thanks -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send

Re: [symfony-users] permissions issue please help

2011-04-21 Thread Gareth McCumskey
Yes On Thu, Apr 21, 2011 at 8:22 AM, Helloise Smit helloi...@miranetworks.netwrote: no there is no log directory, can i just mkdir log? thanks -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

Re: [symfony-users] permissions issue please help

2011-04-21 Thread Helloise Smit
i sorted it thank you very much -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

Re: [symfony-users] permissions issue please help

2011-04-21 Thread charanjeet kaur
try changing the permission of log/ to 777. Regards Charanjeet Kaur --- On Thu, Apr 21, 2011 at 1:00 PM, Helloise Smit helloi...@miranetworks.netwrote: thank you i created it but the script is stil not creating my file??? i am on a live server, but when i run it on my

[symfony-users] permissions issue please help

2011-04-20 Thread Helloise Smit
i run ./symfony project:permissions then get: Permissions on the following file(s) could not be fixed: SF_ROOT_DIR/log how must i fix this from the command line please? i have php script im running that creates a .txt file and writes to it, but it is not creating the file...is it because of

Re: [symfony-users] permissions issue please help

2011-04-20 Thread Gábor Fási
You may need root rights to change the permissions. On debian prefix the command with `sudo`, on gentoo you'll need to `su` first, others I don't know. On Wed, Apr 20, 2011 at 16:02, Helloise Smit helloi...@miranetworks.net wrote: i run ./symfony project:permissions then get: Permissions on

Re: [symfony-users] permissions issue please help

2011-04-20 Thread Haris Fauzi
log/ is a directory. Is it created already? Regards, Haris On 21 April 2011 00:11, Helloise Smit helloi...@miranetworks.net wrote: i am running the permissions as su/root :) -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You