[symfony-users] Re: Blank page after uploading my project to a hosting provider

2010-02-24 Thread jL
Javi, Symfony creates its own log files in $sf_root/log ... if nothing appears there, you ought to make sure that both cache and log are writable by the web server. Best, jL On Feb 24, 4:03 pm, Javier Garcia wrote: > On 02/24/2010 09:33 PM, Eno wrote: > > > Ah, free hosting, t

[symfony-users] Re: Development infrastructure

2009-12-20 Thread jL
I second the use of a VM as described by Lee above, provided you have enough RAM. VirtualBox is a great free virtual machine solution, by the way, if you don't already have VMWare. -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to thi

[symfony-users] Broken Admin Generator CSS in symfony 1.4-RC1 ... ?

2009-11-25 Thread jL
Out of curiosity, is anyone else seeing broken CSS in the Admin Generator UI rendered by Symfony 1.4? I'm getting all sorts of little issues with multiple button icons in list and edit views, and more... -- You received this message because you are subscribed to the Google Groups "symfony users"

[symfony-users] Re: How to retrieve the current user in testing?

2008-12-27 Thread jL
ts a valid session cookie to attach the authentication state to. Good luck! jL On Dec 24, 2:23 pm, ariasg...@gmx.de wrote: > Hello, > I have a hard time retrieving the current user when doing a functional test > > Thats my call: $browser = new sfTestFunctional(new sfBrowser()); > >