[symfony-users] clear attributes after session timeout

2008-09-20 Thread kusum

hi

 i have set 60 sec timeout in setting.yml file, but its not
working.I have a login section in my site and after 60 sec user should
be log out,but session attributes not get cleared after 60 seconds.i
am using symfony 1.0
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Symfony clear-cache locking the CLI environment ?

2008-09-20 Thread Cristiano

Yeah, that's not really a solution. I need my production app to be
able to be disabled for during upgrades.

On Sep 19, 1:28 am, [EMAIL PROTECTED] wrote:
> Cristiano wrote:
> > I had a quick back and forward between symfony 1.1.1 and 1.1.2 and it
> > is definitely a 1.1.2 issue. Trying to figure out at the moment what
> > line is causing the issue. I made a diff of the changes between 1.1.1
> > and 1.1.2 in the /lib/task/cache/sfCacheClearTask.class.php file but
> > can't figure out what is causing it yet.
>
> > On Sep 18, 8:46 pm, Cristiano <[EMAIL PROTECTED]> wrote:
> >> I have exactly this same issue.
>
> >> On Sep 18, 6:23 pm, jukea <[EMAIL PROTECTED]> wrote:
>
> >>> hi,
> >>> symfony cc locks each environement before clearing the files.
> >>> For me, the task seemed broken. So, after tracking the bug, it turns
> >>> out that my symfony cc locks the CLI env too (is this normal?), and
> >>> thus quits with an unavailable page outputed directly in the
> >>> console...
> >>> so in other terms, it locks itself in !
> >>> anyone has any idea why ?
>
> I updated a site to 1.1.2 this morning and had the same problem. In my
> case, simply setting 'check lock' to off (the symfony default) in
> settings.yml prevented this. I haven't had a chance to chase it down any
> further than that.
>
> HTH,
>
> GM
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Installing symfony project to server?

2008-09-20 Thread torso

Hi

I need help with synchronization. I have a project which is done with
clear php, with out any framework. Now I have done simple admin
project with symfony. Is it possible to add the symfony project to
address.com/admin. Both projects use same database. How I should do
it?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] sfDebugConnection in tasks

2008-09-20 Thread bboudreau

Hi,

I'm trying to call the propel:data-load task with one of my own task.

Everything is working, but I have all the logging or the information
from sfDebugConnection..

I.e. :
>> sfDebugConnection committing transaction.
>> sfDebugConnection beginning transaction.
>> sfDebugConnection prepareStatement(): DELETE FROM sf_guard_user_profile
>> sfDebugConnection executeUpdate(): DELETE FROM sf_guard_user_profile
>> sfDebugConnection committing transaction.
>> sfDebugConnection beginning transaction.
>> sfDebugConnection prepareStatement(): DELETE FROM sf_guard_user_group
>> sfDebugConnection executeUpdate(): DELETE FROM sf_guard_user_group
>> sfDebugConnection committing transaction.
>> sfDebugConnection beginning transaction.
>> sfDebugConnection prepareStatement(): DELETE FROM sf_guard_group_permission
>> sfDebugConnection executeUpdate(): DELETE FROM sf_guard_group_permission
>> sfDebugConnection committing transaction.
>> sfDebugConnection beginning transaction.

I searched for something that would cause this to happen but I found
nothing and when I call Propel:data-load those lines don't appear.

Thank you
Benjamin

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Adding project to server

2008-09-20 Thread torso

Hi

I need help with synchronization. I have a project which is done with
clear php, with out any framework. Now I have done simple admin
project with symfony. Is it possible to add the symfony project to
address.com/admin. Both projects use same database. How I should do
it?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: schema.yml to sql using file & varchar

2008-09-20 Thread beck

Ah yes.  I see my mistake now. Thank you all for the replies.

Strange that:
propel:
  article:
id:
upload:
  file: varchar
  size: 255

still worked.  I guess "file:varchar" was ignored since there's no
"file" attribute to set and it defaulted to varchar?

Sincerely appreciative.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Adding project to server

2008-09-20 Thread Frank Stelzer

I would create a new subdomain and run the new symfony stuff there,  
when its only for administration purposes.


Am 20.09.2008 um 22:47 schrieb torso:

>
> Hi
>
> I need help with synchronization. I have a project which is done with
> clear php, with out any framework. Now I have done simple admin
> project with symfony. Is it possible to add the symfony project to
> address.com/admin. Both projects use same database. How I should do
> it?
>
>
> >


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] sfDoctrinePlugin

2008-09-20 Thread manghi

I am starting a project with the sfDoctrinePlugin. The things I did
till now is download the plugin and put it in the plugins dir of the
project. I also enabled the plugin in the settings.yml of my
application. Though I can't run the Doctrine CLI commands. I am using
symfony 1.1. Where am I missing ??
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---