[symfony-users] setFlash() issue in IE6

2007-04-27 Thread Bertrand Fan
This is kind of bizarre, but setFlash does not seem to be working for me in a very specific situation: I have a setFlash in one of my actions like this: $this->setFlash('removeAccountKey', $key1); Firefox - index.php/mymodule/myaction - works Firefox - /mymodule/myaction - works Firefox - fronte

[symfony-users] Re: IE Conditionals & transparent pngs within symfony

2007-04-27 Thread Lukas Kahwe Smith
Davinder Mahal wrote: > I'm thinking of rearranging some of the design to create jpgs instead > of transparent pngs (although this would seriously change the look), > however, i still would have other css content that needs to be > adjusted for IE6. So i need some type of conditionals in th

[symfony-users] Changing layout dynamically

2007-04-27 Thread Jony dos Santos Kostetzer
Hi folks, Is there any way to change the layout dynamically (from inside an action)? Thanks! -- Jony dos Santos Kostetzer | Zend Certified Engineer - PHP | Linux user #392481 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[symfony-users] IE Conditionals & transparent pngs within symfony

2007-04-27 Thread Davinder Mahal
Hi, I've got a symfony app that uses transparent pngs which do not display correctly within IE6. I also have some other css issues with IE6, all of which are IE 6 bugs. I need help fixing this. I've done this before but not within a symfony app. There are limitations in symfony for css co

[symfony-users] Re: sfDimensionsPlugin and CSS location

2007-04-27 Thread Dustin Whittle
Jonathan, As for the configurations, it should be transparent and the settings should simply appear in place of the other settings. This should work with out issue, if you find a bug let me know. As for the include_partial, it works fine as long as the partial is not global/something. if ('g

[symfony-users] Re: 0.6.3 end of life

2007-04-27 Thread Eno
On Apr 27, 5:21 am, Fabien POTENCIER <[EMAIL PROTECTED] project.com> wrote: > Before symfony 1.0, plugins were hosted on pear.symfony-project.com. > > With symfony 1.0, all plugins are now hosted in the symfony wiki. > > So, I have cleaned up a bit the symfony pear repository and have removed > a

[symfony-users] Re: lazy loading propel (or atleast the pdo connection)

2007-04-27 Thread Lukas Kahwe Smith
Luciano A. Andrade wrote: > you can Lazy load the results iterating trow the resource look > http://propel.phpdb.org/docs/en/user_guide/chapters/FindingObjects.html#PopulatingSingleObjects yes .. but I am looking to lazy load the actual connection, since frequently its not needed due to caching.

[symfony-users] Re: lazy loading propel (or atleast the pdo connection)

2007-04-27 Thread Luciano A. Andrade
you can Lazy load the results iterating trow the resource look http://propel.phpdb.org/docs/en/user_guide/chapters/FindingObjects.html#PopulatingSingleObjects On 4/26/07, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: > > Hello, > > I wonder if there is a way to lazy load Propel/Creole .. or at the

[symfony-users] Re: Production routing and VHOST config

2007-04-27 Thread Nathanael D. Noblet
David Hodgson wrote: > Hi, > > I figured it out, in case anyone else has a similar problem. > > It was the permissions of the .htaccess file. > Just so you know, performance wise, it is better to turn off .htaccess and just put that in the vhost file, since you have access to apache's confs

[symfony-users] AW: [symfony-users] sfGuardPlugin - simple add foreign key to the sf_guard_user

2007-04-27 Thread Franke Gordon
Sorry correct is: propel: _attributes :{ package: "plugins.sfGuardPlugin.lib.model" } sf_guard_user: _attributes: { phpName: sfGuardUser } id: propel: sf_guard_user_profile: _attributes: { phpName: sfGuardUserProfile } user_id: { type: integer,

[symfony-users] Re: sfDimensionsPlugin and CSS location

2007-04-27 Thread Jonathan Franks
Hi Dustin, I'm not having much luck with your plugin. This is what I've done... 1. renamed and replaced files; sfLoader.class.php, constants.php 2. created a dimensions.yml... dimensions: theme:[if, ds] 3. created a config.php... $theme); // no autoloading availabl

[symfony-users] Re: Production routing and VHOST config

2007-04-27 Thread David Hodgson
Hi, I figured it out, in case anyone else has a similar problem. It was the permissions of the .htaccess file. Thanks, David David Hodgson wrote: > Hi there, > > I've just frozen my application and moved it up to a remote server. > > I've set up an apache2 vhost and this works fine. However

[symfony-users] Re: Production routing and VHOST config

2007-04-27 Thread Alexander Deruwe
On 27 Apr 2007, at 11:30, David Hodgson wrote: > Hi there, > > I've just frozen my application and moved it up to a remote server. > > I've set up an apache2 vhost and this works fine. However only the dev > environment works. As soon as you remove frontend_dev.php from the URL > the routing no lo

[symfony-users] Production routing and VHOST config

2007-04-27 Thread David Hodgson
Hi there, I've just frozen my application and moved it up to a remote server. I've set up an apache2 vhost and this works fine. However only the dev environment works. As soon as you remove frontend_dev.php from the URL the routing no longer works. Because its not going through index.php. Jus

[symfony-users] 0.6.3 end of life

2007-04-27 Thread Fabien POTENCIER
Hi all, Before symfony 1.0, plugins were hosted on pear.symfony-project.com. With symfony 1.0, all plugins are now hosted in the symfony wiki. So, I have cleaned up a bit the symfony pear repository and have removed all 0.6.3 plugins. If you still have projects running on the 0.6.3 release, t

[symfony-users] Re: sfGuardPlugin

2007-04-27 Thread Alexander Deruwe
On 27 Apr 2007, at 04:07, Rimenes Ribeiro wrote: > Hello Alexander, >I've took a look at the latest version of sfGuardPlugin and found > two constraints named 'unique_name' but in two different tables > (sfGuardGroup and sfGuardPermission). If you are talking about those > two constraints it's

[symfony-users] sfGuardPlugin - simple add foreign key to the sf_guard_user

2007-04-27 Thread Franke Gordon
Hello, many people has the problem that he won´t to add a foreign key to the sf_guard_user table. So the problem is that propel can´t add this why it is in a nother schema file. The work around on the plugin site works, but is not a very good db design so you can fix that if you simple add th