[symfony-users] Symfony and IIS6 rewrite rules

2010-09-15 Thread Emil Christensen
Hi, My setup is: IIS6 on W2k3 server PHP 5.3.3 IIRF 2.1 I'm currently trying to port my .htaccess rewrite rules to a IIRF (Ionic ISAPI Rewrite Filer) ini file. However I'm encountering some problems when I need to access files outside the rewritten areas. My rules looks like this in the INI

Re: [symfony-users] Symfony2 virtualhost

2010-09-15 Thread Fabien Potencier
On 9/15/10 3:22 AM, Josh wrote: How do a setup a VirtualHost for Symfony2? There is no virtualhost examples anywhere, and it's vastly different from 1.x.. There is nothing special to do, just create a classic virtualhost. Don't want to use the sandbox either. Why? -- If you want to report

[symfony-users] order by with m:n relation

2010-09-15 Thread axel at
Invoice: columns: id: ... relations: Items: refClass: invoice2item local: invoiceid foreign:itemid alise: itemlist invoice2item: tablename... options: orderBy: name columns: invoiceid... itemid... relations invoice: local: invoiceid foreign:id

[symfony-users] automated response

2010-09-15 Thread Saad Tazi | Twist Image
Merci de votre message. Je suis présentement absent du bureau. Je serai de retour le 25 septembre. L'accès à mes courriels pourrait être limité durant cette période. En cas d’urgence, vous pouvez rejoindre notre équipe technique en envoyant un courriel à l’adresse suivante:

[symfony-users] Symfony: strange problem with cache and sfUser isAuthenticated()

2010-09-15 Thread Dong YANG
Hello guys, I got a strange problem, i am looking for the reason during serval days, but still cant find it. The situation is: I have *a custom filter* who checks users' authentication (pick up user's cookie and check it), if user is valid, i update the value by $this-setAuthenticated(*true*);

[symfony-users] Re: Connection to MS sql server

2010-09-15 Thread ziclo
Thank you all. Os : windows xp PHP : 5.2.9 Apache : 2.2.11 Symfony : 1.4.1 doctrine : ? I tried using pdo_mssql and others like dlib but still the same error : driver not found or something like this. It's amazing because with other web applications (not with symfony) i can use pdo_mssql driver.

Re: [symfony-users] Symfony: strange problem with cache and sfUser isAuthenticated()

2010-09-15 Thread Attila, Ferencz-Csibi
You should check the code in cache file and perhaps customize cache settings. On 2010.09.15. 15:15, Dong YANG jojoyangd...@gmail.com wrote: Hello guys, I got a strange problem, i am looking for the reason during serval days, but still cant find it. The situation is: I have *a custom filter*

[symfony-users] sf1.4 + Doctrine 2 + MongoDB

2010-09-15 Thread FG
Hi, Today is my first start with symfony (I've worked with Zend on the past and on some homemade little mvc frameworks). I wanted to experiment symfony 1.4, Doctrine 2 MongoDB odm for my next project. What did I do? - Cloned from github sf1.4 - created my project via ./symfony

[symfony-users] [symfony2] doctrine:generate:entities broken?

2010-09-15 Thread Stephan Ebelt
Hello, I pulled the latest PR3 symfony-sandbox (3c4e8edc) just now and try to auto-generate entities, but all I get is nothing. Like: [...@nimbus gui]$ ./console doctrine:generate:entities [...@nimbus gui]$ trying with options like --bundle=... and/or --entity=... doesnt give any output

[symfony-users] Sf2 - PR3 - embed actions

2010-09-15 Thread Vincent UNG
Hi !!! I'm using Sf2 PR2 and PR3 I was looking at the view quick tour especially the 2.4. Embed other Actions section I just copy-paste the snippet of code for embed my fancyAction but the action helper returns me a NULL value. Am I doing it wrong ? Is this possibly a bug ? Thanks !! See ya~

[symfony-users] A bug in the Web debug toolbar notification?

2010-09-15 Thread Jorge Luis
Hi: It's normal that when we send an email from an action that don't have any associated template there is no notification of this in the Web debug toolbar? I'm sending a confirmation email from a create action (from a CRUD generated module) but i don't get any email icon on the Web debug

[symfony-users] multisite cms

2010-09-15 Thread huertascar
Hi , in this moment I am developing an multisite-CMS and I have a question: I developed a plugin modules, articles, categories, pages, etc.. Each site (application) has a different database and includes plugin and generates an administrator (backend), the administrator need display the

Re: [symfony-users] A bug in the Web debug toolbar notification?

2010-09-15 Thread Alan Bem
Do you redirect? 2010/9/15 Jorge Luis betancourt.jo...@gmail.com Hi: It's normal that when we send an email from an action that don't have any associated template there is no notification of this in the Web debug toolbar? I'm sending a confirmation email from a create action (from a CRUD

[symfony-users] sf_culture underscore conversion ( zh-hant = zh_Hant )

2010-09-15 Thread SNake!
Hi guys, I am development a website support Chinese language ( zh_Hant zh_Hans ) but it is quite odd to put underscore and upper / lower case in url: /www/zh_Hant should be /www/zh-hant It is possible to convert a parameter from routing? -- If you want to report a vulnerability issue on