[symfony-users] Re: Symfony BugHuntDay - Who 's coming?

2009-11-05 Thread James Cauwelier
Are there other people with similar problems? Which railway station would be accessible to you? Antwerp, Brussels? One possibility is to arrange transportation for these people from a convenient railway station. People are coming from the Netherlands and region Antwerp, so a pickup in the

[symfony-users] Jobeet Day 19, Doctrine version. Confusion.

2009-11-05 Thread HiDDeN
Reading the Jobeet Day 19 (Doctrine version), I get to this paragraph: As the category route is tied to the JobeetCategory model class and because the slug is now part of the JobeetCategoryTranslation, the route is not able to retrieve the Category object automatically. That's saying that these

[symfony-users] Re: Jobeet Day 19, Doctrine version. Confusion.

2009-11-05 Thread HiDDeN
Also, he says: Due to a bug in symfony 1.2.1, you need to comment the title in the edit section That's true, if not commented, the backend crashes with this error: Notice: Undefined index: name in /var/www/prueba/lib/vendor/symfony/ lib/generator/sfModelGeneratorConfiguration.class.php on line

[symfony-users] Re: Symfony Documentation / Api / Wiki

2009-11-05 Thread eMerzh
so nobody is interrested helping or nobody is agree with my feeling? Don't be shy :-p Brice On Mon, Nov 2, 2009 at 21:16, eMerzh merz...@gmail.com wrote: Hi everyone... I'm using symfony for some of my personal and professional development and i think that it's a very nice framework to

[symfony-users] Re: backend or backend.php

2009-11-05 Thread Eno
On Thu, 5 Nov 2009, dziobacz wrote: Do you have links in your backend application with extension '.php' or only I have that - for example: http://localhost/backend.php/start/index The first app you build always has a front controller called index.php and the htaccess file is designed to

[symfony-users] Functional form testing with i18n

2009-11-05 Thread phil0
Hi there I have a number of forms on an i18n enabled site that I am currently writing some functional testing for. However, I have run into a few problems with the submission of forms through the click() method. According to the Jobeet tutorial (http://www.symfony-project.org/

[symfony-users] Re: non ascii chars in Fixtures files

2009-11-05 Thread cosmy
It doesn't work: Notice: iconv_strlen(): Detected an incomplete multibyte character in input string in /Users/cosmy/workspace/ssm/lib/vendor/symfony/lib/ plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Validator.php on line 125 Other ideas? On 5 Nov, 16:22, HAUSa