[symfony-users] Can no longer view Symfony Plugins with Content Encoding Error

2009-04-20 Thread Mark D
The Symfony Plugins page no longer loads for me in Firefox 3.1b3 with Content Encoding Error: The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. http://www.symfony-project.org/plugins/ Screenshot:

[symfony-users] Re: regarding join query of three tables

2008-07-11 Thread Mark D
I believe this is exactly what you want: http://groups.google.com/group/symfony-users/browse_thread/thread/40df48dd79cb274e?hl=en It explains how to do custom propel joins, and custom hydrating so all objects are created/filled with data. Mark On Jul 10, 10:01 pm, kusum [EMAIL PROTECTED]

[symfony-users] Re: Sub domains

2008-07-04 Thread Mark D
Hi Damien All you have to do it setup apache to redirect all *.yourwebsite.com to your symfony application: VirtualHost *:80 ServerAlias *.yourwebsite.com DocumentRoot /Users/yourname/workspace/sitename/web Directory /Users/yourname/workspace/sitename/web AllowOverride All

[symfony-users] Re: sfPageFlowPlugin?

2008-06-14 Thread Mark D
I tried to make it work for a project of mine, but there were some obscure bugs that came up regularly enough to prove the plugin fatal. I contacted the creator of the plugin, but he wasn't able to find the solution. One of the issues was. Fatal error: Maximum function nesting level of '100'

[symfony-users] Re: How to mix form object and form error !

2008-06-12 Thread Mark D
It's all explained in the book: http://www.symfony-project.org/book/1_0/10-Forms#Repopulating%20the%20Form On Jun 11, 2:21 am, Sylver [EMAIL PROTECTED] wrote: Hello, i have a quick question. How use both of the form objects and form error ? Ex : (form object) ?php echo

[symfony-users] Re: How do you sync your production db ?

2008-05-22 Thread Mark D
I second that, sfPropelMigrationsLightPlugin is really the best and simplest way to handle database changes for a symfony project using propel. Mark On May 22, 1:04 am, Thomas Rabaix [EMAIL PROTECTED] wrote: You can use the sfPropelMigrationsLightPlugin

[symfony-users] Re: sfConfiguration... and some refactoring

2008-02-06 Thread Mark D
I also vote for global constant SYMFONY_VERSION, it doesn't make sense to try to attach it to a specific class, and it doesn't sound quite right on an Autoload class. On Feb 6, 3:37 am, markus.staab [EMAIL PROTECTED] wrote: +1 for global constant SYMFONY_VERSION

[symfony-users] Re: datetime and now

2008-02-06 Thread Mark D
The simplest solution is $object-setMyDatetime('NOW'); Mark On Feb 5, 9:52 am, pihentagy [EMAIL PROTECTED] wrote: Well, setting $object-setMyDatetime(time()); works, if it is called :-/ On Feb 5, 5:34 pm, pihentagy [EMAIL PROTECTED] wrote: Hi all! I'm stuck with a datetime (or