Re: [symfony-users] Routing problem

2011-06-17 Thread Gábor Fási
This should help: http://www.symfony-project.org/more-with-symfony/1_4/en/02-Advanced-Routing On Thu, Jun 16, 2011 at 10:30, Noussan goumbetti wrote: > Hi Everybody, > > I develop a project on symfony and I need to associate a module : > "botte" > to a subdomain adress "botte.domain.com", somebod

[symfony-users] Routing problem

2011-06-17 Thread Noussan goumbetti
Hi Everybody, I develop a project on symfony and I need to associate a module : "botte" to a subdomain adress "botte.domain.com", somebody know how can I do please ? thank you, have a good day. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-pro

[symfony-users] Routing problem with Symfony

2010-11-27 Thread Djahid Bekka
I started to learn Symfony (http://www.symfony-project.org/jobeet/1_4/ Propel/en/03), but i am blocked on the lesson 3 (The data model). I followed the instructions, and there are my settings file : 1) I am on Ubuntu 10.10 2) In /etc/apache2/sites-available/ I created the file jobeet : like this

[symfony-users] Routing problem for generate-admin with id: type string (128)...

2010-07-12 Thread PePe_el_Romano
Good dear group: I am writing to see if someone has this same error occurred and has solved, or if they are aware of it. Problem description: For reasons of replicate Master - Master, which is necessary for my system the identifier for each table it must be a varchar to type "name_value" Zera_3 a

[symfony-users] Routing problem with sfGuardUserProfile

2010-03-10 Thread NOOVEO - Christophe Brun
I'm trying to use sfDoctrineApplyPlugin, I have been asked to display 2 backend pages : one to handle administrators, the other one to handle other users. I have generated 2 modules on the backend side. In routing.yml, the 2 routes are identical : utilisateurs: class: sfDoctrineRouteCollecti

[symfony-users] Routing problem

2008-12-17 Thread Kostrowsky
Hi, Can't seem to get a simple routing to work properly (Symfony 1.0.14) http://localhost/index.php/index/language : does point to module «index», action «language» http://localhost/index/language: gives me the Symfony 404 When using the last URL, the log indicates that the routing rule used i

[symfony-users] Routing Problem with dynamic actions

2008-12-13 Thread lowshoe
hi all, i'm quiet new to symfony. currently i'm fiddling around with mapping a dynamic url parameter to the name of an action. i have a module 'content' which i would like to use as default module for a number of actions. suppose i have te following actions: "/company", "/products", "/contact"

[symfony-users] Routing problem

2008-06-17 Thread Centerax
Hello guys. I've this problem: in my dev environment I can access this url www.domain.com/frontend_dev.php/news.rss but when I try to go to : www.domain.com/news.rss I get 404, I don't know why, this never happened to me. the Routing rule I have is rss: url: /news.rss param: { module: fee

[symfony-users] routing problem

2008-02-02 Thread Jan-Peter Hagenmüller
No, I'm using 1.0.11. But now - on a fresh new day and mind :-) I found the problem. I started a new project environment and migrated all apps and plugins one by one. Everything worked fine until the installation of the sfTCPDFPlugin... It seems that the config for that plugin breaks the connecti

[symfony-users] routing problem

2008-02-01 Thread Jan-Peter Hagenmüller
Hello, I use to prepend routing rules in my plugin's config.php There was no problem doing so until a few days, when I made some major refactorings. usually all routes including those prepended are "connected" before sfRouting parses them all and finds the matching rule: logs as expected for d

[symfony-users] Routing Problem

2007-08-31 Thread Yeray Rodriguez
Hi, I'm using Symfony 1.0.6 and i have a problem con routing if i define this rule: example: url: /:mode/:category1 param: { module: categories, action: show, mode: basic, category1: 1 } requirements: { mode: ^(basic|premium), category1: \d+ } with this url: /premium/2 i get next: $thi