[symfony-users] Re: Problem with Routing

2008-07-04 Thread Hoaxz
Problem solved, some kind of bug with my sfPropelFindePlugin. Just went back to old fashioned Criteria system. On 5 jul, 00:53, Hoaxz <[EMAIL PROTECTED]> wrote: > Already check the logs, and to be honest, I can see the problem but > can't imagine the solution. > > These are the logs for the Prod:

[symfony-users] Re: Problem with Routing

2008-07-04 Thread Hoaxz
I believe is something about the sfPropelFinderPlugin, what do you think? On 5 jul, 00:53, Hoaxz <[EMAIL PROTECTED]> wrote: > Already check the logs, and to be honest, I can see the problem but > can't imagine the solution. > > These are the logs for the Prod: > Jul 05 00:38:36 symfony [warning]

[symfony-users] Re: Problem with Routing

2008-07-04 Thread Hoaxz
Already check the logs, and to be honest, I can see the problem but can't imagine the solution. These are the logs for the Prod: Jul 05 00:38:36 symfony [warning] {sfPhpConfigHandler} php.ini "magic_quotes_gpc" key is better set to "false" (current value is "'1'" - php.ini location: "/etc/php5/ap

[symfony-users] Re: Problem with Routing

2008-07-04 Thread Савин Дима
Maybe you should turn on logging for prod mode and see what error massages symfony gives? 2008/7/5 Hoaxz <[EMAIL PROTECTED]>: > > Development is cool, no problem there, I try localhost/pname/ > frontend_dev.php/ and I get the login.. type user and pass and get > redirected like it should, it gets

[symfony-users] Re: Problem with Routing

2008-07-04 Thread Hoaxz
Development is cool, no problem there, I try localhost/pname/ frontend_dev.php/ and I get the login.. type user and pass and get redirected like it should, it gets messy when I try Prod. On Jul 4, 7:49 pm, "Савин Дима" <[EMAIL PROTECTED]> wrote: > Hi Victor > > What about development mode? Do you

[symfony-users] Re: Problem with Routing

2008-07-04 Thread Савин Дима
Hi Victor What about development mode? Do you have the same there? Could you show your logs on redirected page? 2008/7/5 Victor Castellanos <[EMAIL PROTECTED]>: > > Hi everyone, hope someone can help me. > My problem is I'm trying to run my project on Prod (http://localhost/ > [projectname]/web/)

[symfony-users] Problem with Routing

2008-07-04 Thread Victor Castellanos
Hi everyone, hope someone can help me. My problem is I'm trying to run my project on Prod (http://localhost/ [projectname]/web/). When I get there, I see the login screen, insert Username, Password and click login, and here comes the problem, I'm redirected to http://localhost/[projectname]/web/se

[symfony-users] Using Propel packages generated with symfony in non-symfony projects

2008-07-04 Thread Mtr
Hello, In my company we are trying to develop some core libraries that will be used for all our projects. Some of our projects use symfony and some not, but this classes will be generated using propel and must work on all of them. So, my question is: Can I have a symfony project to develop this

[symfony-users] Re: Sub domains

2008-07-04 Thread kayoone
@Mark i think what he means is that if he is using url_for() or link_to() in the templates, that it wont produce Urls with the subdomains... is there a way to solve that ? Maybe the simplest solution would be to make a link helper that wraps around the basic symfony link helpers On 4 Jul., 18:06

[symfony-users] Western nude videos

2008-07-04 Thread nari
** http:\\lakshmiraiprofile.blogspot.com ** --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group,

[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: ServerAlias *.yourwebsite.com DocumentRoot "/Users/yourname/workspace/sitename/web" AllowOverride All Alias /sf /Users/mdeepwell/workspace/symfony/1.0.17/d

[symfony-users] Strange behavior with sfConfig and sfContext::switchTo in sf1.1

2008-07-04 Thread [EMAIL PROTECTED]
Hi everyone I'm currently trying to port my project to sf 1.1. I encounter a strange behavior. Maybe it's because I misunderstood how the new config works. So my problem : I use sfConfig::switchTo to change configuration and being able to do cross app links. But when doing this in a page that us

[symfony-users] Problems with propel:build-forms

2008-07-04 Thread Andreas Hucks
Hi all, I am (for the first time) trying to generate base forms using "symfony propel:build-forms" as described in the new forms book. However, all that is generated is a single, empty, BaseFormPropel.class.php file. There a two things that are different in my setup: I use schema.xml, not .y

[symfony-users] project:disable only lasts for 5 seconds

2008-07-04 Thread CaffeineInc
Hey, We've currently deploying a big site with symfony, and are with our share of teething problems. currently we're using a rsync task to update the live environment , but found the locks for symfony project:disable seems to only last for 5 seconds... Is this supposed to happen, or is somet

[symfony-users] Re: ysfDimensionsPlugin 1.1 and application level dimensions

2008-07-04 Thread Matthias N.
I have yet another problem: How can I display the 404 error page if a dimension does not exist? I only get this error message: "The dimension array ( 'foo' => 'bar', ) is not an allowed dimension." It would be better to not silence the exception so one can catch it. Or try to forward to 404 actio

[symfony-users] hot hotter hottest video picture **************************************************** http://anushkahollywood.blogs

2008-07-04 Thread sweat sundari
hot hotter hottest video picture http://anushkahollywood.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: Sub domains

2008-07-04 Thread Damien
Thank you for your answers. Jacob, I saw your post, but I don't know how to redirect to a category in my filter. I can not do a redirect() like in an action. Moreover, I would like all my category links to be rewritten in order to link to my subdomains, should I use the routing.yml? It is not sim

[symfony-users] ysfDimensionsPlugin 1.1 and application level dimensions

2008-07-04 Thread Matthias N.
Hi, Today I wanted to setup dimensions for an api application. In this api I would like to use dimensions for providing different versions so the api can evolve while keeping old versions. But in the frontend/backend I either do not need dimensions or I need other dimensions than "version". So.

[symfony-users] Re: Force an Autocompletion list pick for input_auto_complete_tag

2008-07-04 Thread Shinkan
No I did not really solve that. I blamed select boxes as they are graphically rendered by the WIndows system graphic API on Internet Explorer 6, so they appear on top of everything. This is really disturbing, as if you use a select box, then you make a div appear with a z-index greater than the on