Re: [symfony-users] Re: [Symfony2] Server configuration - Warning: is_file(): open_basedir restriction in effect

2011-05-25 Thread seven seven
Thanks ! I have found this : http://bugs.php.net/bug.php?id=41518 But I am not sure how to fix it. The problem now I have modified my apc.ini memory to 64M and it works on one domain but not on the other . Still I am not fully understand it . If this have anything to do with the assetic , how

Re: [symfony-users] Re: [Symfony2] Server configuration - Warning: is_file(): open_basedir restriction in effect

2011-05-25 Thread seven seven
I just manged to fix this ! Finally ! I had 2 problems : a) APC was version 3.1.6 and I did an update to version 3.1.9 = this solved some weird issues with my code ; b) in php.ini I had this line enabled error_reporting = E_ALL ~E_NOTICE | E_DEPRECATED and I converted

[symfony-users] Re: [Symfony2] Server configuration - Warning: is_file(): open_basedir restriction in effect

2011-05-17 Thread seven seven
Hi again, Pretty please ...!!!.. An advice will be welcome ! I am trying to fix/understand all that I can before moving forward with SF2. Thanks in advance ! On Mon, May 16, 2011 at 12:34 PM, seven seven sapt...@gmail.com wrote: Hi all, I will get to the point very fast... :P. In the past

[symfony-users] Re: [Symfony2] Server configuration - Warning: is_file(): open_basedir restriction in effect

2011-05-17 Thread badllama77
I am thinking that this is from the assetic bundle which uses yui compressor. You could probably disable assetic, or change your open_basedir setting. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message