[symfony-users] insert sfguard user into a form

2010-05-08 Thread Billy Paradise
Hi, I'm trying to create a form, like a shoutbox. A user is logged in via sfGuard They create new post. I'm using the Jobeet example. The commented out lines are what I thought would work. The somebody line works, but if I try to insert the currently logged in username into the posted_by

[symfony-users] Re: insert sfguard user into a form

2010-05-08 Thread Billy Paradise
);   } } On May 8, 9:24 pm, Billy Paradise billyparad...@gmail.com wrote: Hi, I'm trying to create a form, like a shoutbox. A user is logged in via sfGuard They create new post.  I'm using the Jobeet example. The commented out lines are what I thought would work. The somebody line works

[symfony-users] Re: Error 500 when i try to login the web app in production

2010-03-09 Thread Billy Paradise
client denied by server configuration is usually an apache error - I would check there first. Make sure you have something like: Directory /usr/local/www/domains Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all /Directory in there. On Mar 9,