Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread keymaster
3rd party bundles (eg. FOSUserBundle, SonataAdminBundle, etc.) are different from the SE distribution. Different support levels, different release schedules, etc. While it's true in theory that SE comes with third party bundles, they really are only third party with respect to those inside the

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread Tim Nagel
I dont think there is any point. Using the bin/vendors script and the deps files, you can specify specific versions of the vendor repositories you wish to pull in. You can lock FOSUserBundle at a specific tagged release (once they start getting tagged), or follow HEAD if you desire. I dont see

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 08:50, keymaster a écrit : 3rd party bundles (eg. FOSUserBundle, SonataAdminBundle, etc.) are different from the SE distribution. Different support levels, different release schedules, etc. While it's true in theory that SE comes with third party bundles, they really are only

[symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread Vaibhav Rajput
Hi All, currently i m working on symfony 1.4. now plan to learn symfony 2... i already went through some documentation i have downloaded bundles i think symfony 2 is totaly diffrent with symfony 1.4... My question is i m struggling with configuration step...

Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 09:42, Vaibhav Rajput a écrit : Hi All, currently i m working on symfony 1.4. now plan to learn symfony 2... i already went through some documentation i have downloaded bundles i think symfony 2 is totaly diffrent with symfony 1.4... My question is i m struggling with

[symfony-users] [Symfony2] How extend controller in bundle?

2011-06-21 Thread Ваня Масич
I read in symfony documentation *How to extend a Class without using Inheritance* http://symfony.com/doc/current/cookbook/event_dispatcher/class_extension.html and now thinking about how extend controller in bundle using event dispatcher. First I think where I need put *addListener* with new

Re: [symfony-users] [Symfony2] How extend controller in bundle?

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 10:43, ? a écrit : I read in symfony documentation *How to extend a Class without using Inheritance* http://symfony.com/doc/current/cookbook/event_dispatcher/class_extension.html and now thinking about how extend controller in bundle using event dispatcher. First I

Re: [symfony-users] [Symfony2] How extend controller in bundle?

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 10:46, Christophe COEVOET a écrit : Le 21/06/2011 10:43, ? a écrit : I read in symfony documentation *How to extend a Class without using Inheritance* http://symfony.com/doc/current/cookbook/event_dispatcher/class_extension.html and now thinking about how extend

Re: [symfony-users] [Symfony2] How extend controller in bundle?

2011-06-21 Thread Jordi Boggiano
On 21.06.2011 10:47, Christophe COEVOET wrote: Le 21/06/2011 10:46, Christophe COEVOET a écrit : Le 21/06/2011 10:43, Ваня Масич a écrit : I read in symfony documentation *How to extend a Class without using Inheritance*

Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread Vaibhav Rajput
Thanks for giving me quick reply Christophe 3) intl : with xampp, version of the intl is 3.6 and symfony 2 requires 4.* .. i have downloaded and configured intl 4.0 and all required dll... but than also it's giving error like icuuc36.dll required but it's already der... My Request is

Re: [symfony-users] [Symfony2] How extend controller in bundle?

2011-06-21 Thread Ваня Масич
But how I can take event dispatcher instance in bundle controller that know about registered listeners (as service), or every event dispatcher instance take listeners in service container by tag kernel.listener? In past i think that for use event dispatcher I should make new instance of it, and

Re: [symfony-users] [Symfony2] How extend controller in bundle?

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 11:22, ? a écrit : But how I can take event dispatcher instance in bundle controller that know about registered listeners (as service), or every event dispatcher instance take listeners in service container by tag kernel.listener? In past i think that for use event

Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread Michel Salib
Fabien not the only one to write the doc (there are many other nice volontary guys). Please, don't blame him for everything. Also, I don't agree that the Symfony doc should document the wamp installation and configuration. It is perfectly ok to tell the requirements and maybe include a FAQ on

Re: [symfony-users] [Symfony2] How extend controller in bundle?

2011-06-21 Thread Ваня Масич
Thanks for help, I don't known about event_dispatcher service before. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To post to this

[symfony-users] [Symfony2] How extend Entity Repository in bundle?

2011-06-21 Thread Ваня Масич
If through *event_dispatcher* service and *kernel.listener* then how I can access from EntityRepository to service container? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread keymaster
On Tuesday, June 21, 2011 9:59:52 AM UTC+3, Christophe COEVOET wrote: Each third party bundle provided by the SE will have its own release lifecycle, not necessarily tied with Symfony release schedules. Will there not also be regular, packaged, integrated and tested maintenance releases

[symfony-users] UserSecurityIdentity Problem

2011-06-21 Thread Kaipi Yann
Hi, I'm facing a problem with ACL in my application developpement. When I create ACL for a user, Symfony create a UserSecurityIdentity defined like this userclass-username and stored in the acl_security_identiies table. But in our application the username is the email of the user, and of

[symfony-users] Re: sfForkedDoctrineApplyPlugin, several profiles, inheritance, sluggable behavior

2011-06-21 Thread Grzegorz Śliwiński
hmmm... could you check your Basemyprofile1 or Basemyprofile2 classes if they include your behaviours? On Jun 20, 2:13 pm, lucia aicul...@gmail.com wrote: Hi, I followed the readme of the plugin, the problem is that when I rebuild model I lose behaviors, I have this model: myprofile1:  

Re: [symfony-users] UserSecurityIdentity Problem

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 8:26 AM, Kaipi Yann ydani...@gmail.com wrote: What solution we have ? - Override the UserSecurityIdentity so the from account method of the class...but how can I manage to override this class ? - Update the UserSecurityIdentity when the user change his email : But I

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 6:10 AM, keymaster ad...@optionosophy.com wrote: On Tuesday, June 21, 2011 9:59:52 AM UTC+3, Christophe COEVOET wrote: Each third party bundle provided by the SE will have its own release lifecycle, not necessarily tied with Symfony release schedules. Will there

Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 5:00 AM, Vaibhav Rajput rajput...@gmail.com wrote: Thanks for giving me quick reply Christophe 3) intl : with xampp, version of the intl is 3.6 and symfony 2 requires 4.* .. i have downloaded and configured intl 4.0 and all required dll... but than also it's giving

Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread seven seven
To get rid of the error with icuuc36.dll missing or required you must copy from the xampp location to C:\Windows . Do this for all dependencies and will work. On Tue, Jun 21, 2011 at 4:40 PM, Jeremiah Dodds jeremiah.do...@gmail.comwrote: On Tue, Jun 21, 2011 at 5:00 AM, Vaibhav Rajput

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 15:36, Jeremiah Dodds a écrit : On Tue, Jun 21, 2011 at 6:10 AM, keymaster ad...@optionosophy.com mailto:ad...@optionosophy.com wrote: On Tuesday, June 21, 2011 9:59:52 AM UTC+3, Christophe COEVOET wrote: Each third party bundle provided by the SE will have its

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 9:54 AM, Christophe COEVOET s...@notk.org wrote: ** Le 21/06/2011 15:36, Jeremiah Dodds a écrit : On Tue, Jun 21, 2011 at 6:10 AM, keymaster ad...@optionosophy.com wrote: On Tuesday, June 21, 2011 9:59:52 AM UTC+3, Christophe COEVOET wrote: Each third party

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-21 Thread Fabien Potencier
On 6/10/11 2:32 PM, Georg wrote: Hello, I am not yet using sf2. I am quite frustrated with the mailing list ATM. I used to read the mailing list along to help people when I knew something, learned a few tricks from answers by others, and had a place to get quick answers. Now on most mails I

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-21 Thread Gustavo Adrian
+1 2011/6/21 Fabien Potencier fabien.potenc...@symfony-project.com On 6/10/11 2:32 PM, Georg wrote: Hello, I am not yet using sf2. I am quite frustrated with the mailing list ATM. I used to read the mailing list along to help people when I knew something, learned a few tricks from

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-21 Thread Michel Salib
@Fabien, as you said, I might not be the right solution, but I agree on our proposal. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To

[symfony-users] Re: [Symfony2] How extend Entity Repository in bundle?

2011-06-21 Thread Ваня Масич
I see that base EntityRepository class already have __call method for findBy queries, and I think that extend this type of class is not needed, I can use query bilder or DQL for this feature. But how about Entity class, if I want add some new fields, how I can extend it without change source

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-21 Thread Jeremiah Dodds
2011/6/21 Fabien Potencier fabien.potenc...@symfony-project.com I've been thinking about this mailing-list issue a lot during the last few months and I'm still convinced that creating more mailing-lists is not the right solution. Anyway, as many people think the contrary, here is what I

Re: [symfony-users] Re: [Symfony2] How extend Entity Repository in bundle?

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 16:54, Ваня Масич a écrit : I see that base EntityRepository class already have __call method for findBy queries, and I think that extend this type of class is not needed, I can use query bilder or DQL for this feature. But how about Entity class, if I want add some new fields,

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread keymaster
*bin/vendors* script (the deps file that is used by this script is intended to be modified to add your own dependencies if you want to use this way to manage the dependencies). Thanks, that's great to know. Is there some reference where we can find out more about how to use the bin/vendors

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-21 Thread Luis Cordova
don't fabien you will give more work to everybody as you said the problem will be only for few more months then sf1.x will die out and problem solved :) On Tue, Jun 21, 2011 at 9:58 AM, Jeremiah Dodds jeremiah.do...@gmail.com wrote: 2011/6/21 Fabien Potencier

[symfony-users] Symfony-2 Doctrine: Generateing realtions from annotaion

2011-06-21 Thread Kein
Im using this tutorialhttp://symfony.com/doc/current/book/doctrine.html#saving-related-entities . But command *php app/console doctrine:schema:update --force* not generate setter and getter for Acme\StoreBundle\Entity\Product And i recive error *Fatal error*: Call to undefined method

[symfony-users] Re: [Symfony2] Can't understand how reverse proxy works

2011-06-21 Thread Inori
Yeah, thanks, I realized this minutes after I sent the question. In fact I tested this with a code like if ($is_cached) { return $response; } else { sleep(5); // generate stuff for response here } When I launched this code on machine one, it slept for 5 secs like it should since there was no

Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread WebDevPT
I agree with you, but still a lot of people use XAMP, LAMP, WAMP, and other environments when they are learning and testing stuff, so there should exist a basic installation guide to install and create a symfony 2.x project on XAMP for example because the way to install it on similar projects

[symfony-users] Re: Problem with Relationship Doctrine.

2011-06-21 Thread eric.malzone
ESPRO\OrigensBundle\Entity\IeUnidade: type: entity table: ie_unidade fields: id: id: true type: integer unsigned: false nullable: false generator: strategy: IDENTITY unidade: type: string length: 100 fixed: false nullable:

[symfony-users] Re: Request for Symfony 2 installation guide

2011-06-21 Thread alex.pilon
Hi Vaibhav, Check here for information about intl http://forum.symfony-project.org/viewtopic.php?f=23t=35565 and here about apc: http://www.apachefriends.org/f/viewtopic.php?f=16t=35822 I dont believe symfony 2 absolutely requires intl, and certainly does not require apc. These are simply

Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread David Mann
Hi mate, Apc doesnt work with windows on php5.3 Sent from my iPad On Jun 21, 2011, at 5:42 PM, Vaibhav Rajput rajput...@gmail.com wrote: Hi All, currently i m working on symfony 1.4. now plan to learn symfony 2... i already went through some documentation i have downloaded bundles

Re: [symfony-users] [s2][doctrine2] Update LifeCycleCallBack event not working [beta5]

2011-06-21 Thread Marcelo Prizmic
Hi Oscar Could you post some code about how to use per or post events? Thanks Marcelo 2011/6/20 oscar balladares liebegr...@gmail.com Hi everybody!. I'm using Yaml configuration for doctrine metadata. All others events (prePersist, postPersist, preRemove, postRemove) are working properly,

[symfony-users] Re: Learn Symfony2 or switch to Zend ?

2011-06-21 Thread dmitrybelyakov
Hi Manu. We're currently considering the same choice: wait for ZF2 or switch to SF2. Doing ZF development for several years and following ZF2 development closely we're seriously considering moving to SF2 for the following reasons: 1. Symfony 2 is architectured better 2. Easy and clear

[symfony-users] Re: Jobeet Day 3 : problem with Doctrine folder

2011-06-21 Thread Tomasz Madeyski
I'm not sure if I remember well, but I think that actually there was no doctrine folder. Anyway, try to create folder doctrine and put schema.yml in it (/ config/doctrine/schema.yml) On 20 Cze, 23:17, moolligan moolli...@gmail.com wrote: Hi everybody, I'm doing the Jobeet tutorial whith

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-21 Thread Stéphane Guidoin
I agree with this proposition. I'm new on the mailing list, I use sf1.4 because some specific plugins do not exist on sf2 for now... but my mailbox is completely overwhelmed by emails irrelevant for me. I guess a number of people will continue to use sf1 until sf2 is stable and presents the same

[symfony-users] [Sf2+MongoDB] predefine key for EmbedMany

2011-06-21 Thread Mathias
For example these Documents: pre class LocationCache { /** * @var array * @ODM\EmbedMany(targetDocument=test\TestBundle\Document \LocationCacheDays) */ protected $days = array(); /** * @param LocationCacheDays */ public function setDays(LocationCacheDays

Re: [symfony-users] Re: [Symfony2] How extend Entity Repository in bundle?

2011-06-21 Thread Ваня Масич
If user implement entity himself, I can create base EntityRepository class too, with base methods, and he may extend it by inheritance or create its class and set it in entity settings. Thanks for help. -- If you want to report a vulnerability issue on symfony, please send it to security at

Re: [symfony-users] Symfony-2 Doctrine: Generateing realtions from annotaion

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 16:21, Kein a écrit : Im using this tutorial http://symfony.com/doc/current/book/doctrine.html#saving-related-entities. But command /php app/console doctrine:schema:update --force/ not generate setter and getter for Acme\StoreBundle\Entity\Product And i recive error *Fatal

Re: [symfony-users] Symfony-2 Doctrine: Generateing realtions from annotaion

2011-06-21 Thread Luis Cordova
use doctrine:generate:entities On Tue, Jun 21, 2011 at 10:55 AM, Christophe COEVOET s...@notk.org wrote: Le 21/06/2011 16:21, Kein a écrit : Im using this tutorial. But command php app/console doctrine:schema:update --force not generate setter and getter for Acme\StoreBundle\Entity\Product

Re: [symfony-users] [Sf2+MongoDB] predefine key for EmbedMany

2011-06-21 Thread Luis Cordova
EmbedMay? not clear, please if you have url on github provide it sounds interesting about day times and cache On Tue, Jun 21, 2011 at 9:45 AM, Mathias m.rohnst...@googlemail.com wrote: For example these Documents: pre class LocationCache {    /**     * @var array     *

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-21 Thread Luis Cordova
splitting is counterproductive, we can always hit delete I myself hit a ton of deletes even with sf2 and I am for sf2, so i think people is having too thin of a skin. 2011/6/21 Stéphane Guidoin stephane.guid...@gmail.com: I agree with this proposition. I'm new on the mailing list, I use sf1.4

[symfony-users] [Symfony2 - SonataUserBundle] Why did you remove the getParent method from SonataUserBundle?

2011-06-21 Thread keymaster
Was your intent to remove any explicit inheritance to a particular user bundle implementation? If so, I guess we will have to add the inheritance ourselves to the user bundle of our choice... You may want to make that clearer in the documentation. -- If you want to report a vulnerability

[symfony-users] @Route and @Template() annotations

2011-06-21 Thread Tac Tacelosky
I was looking at the code in DemoController (sf2, latest beta) and saw two annotations that I don't understand: class DemoController extends Controller { /** * @Route(/, name=_demo) * @Template() */ What are @Route and @Template? How are they used? Is it something generated,

Re: [symfony-users] [Symfony2 - SonataUserBundle] Why did you remove the getParent method from SonataUserBundle?

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 18:08, keymaster a écrit : Was your intent to remove any explicit inheritance to a particular user bundle implementation? If so, I guess we will have to add the inheritance ourselves to the user bundle of our choice... You may want to make that clearer in the documentation.

Re: [symfony-users] @Route and @Template() annotations

2011-06-21 Thread Christophe COEVOET
Le 21/06/2011 18:11, Tac Tacelosky a écrit : I was looking at the code in DemoController (sf2, latest beta) and saw two annotations that I don't understand: class DemoController extends Controller { /** * @Route(/, name=_demo) * @Template() */ What are @Route and @Template?

[symfony-users] Re: sfForkedDoctrineApplyPlugin, several profiles, inheritance, sluggable behavior

2011-06-21 Thread lucia
Hi, thanks for your time, I have this: //Basemyprofile1 $timestampable0 = new Doctrine_Template_Timestampable(); $sluggable0 = new Doctrine_Template_Sluggable(array( 'fields' = array( 0 = 'name', ), 'unique' = true,

Re: [symfony-users] [Symfony2 - SonataUserBundle] Why did you remove the getParent method from SonataUserBundle?

2011-06-21 Thread Thomas Rabaix
Best of both world : https://github.com/sonata-project/UserBundle/commit/374b9397f28ab52de15208486a497e98b855e9c5 On Tue, Jun 21, 2011 at 6:48 PM, Thomas Rabaix tho...@rabaix.net wrote: You can still create your own bundle which extends FOSUserBundle. But yes this duplicate the EasyExtends

Re: [symfony-users] Re: Request for Symfony 2 installation guide

2011-06-21 Thread Vaibhav Rajput
Wow so many replies hmmm,,, hey michel i m not blaming to some one... i m just giving feedback that if they will put these things also in doc then users who are beginner no need to search here n der they wil get to know everything from one resource only... seven seven i hav already tried with

Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread Tac Tacelosky
Fortunately, APC isn't required to run Symfony. But what a pain it is that APC isn't available on Windows, and that pecl4win.php.net is no longer, and rant, rant. Windows is definitely a second-class citizen in the PHP community. I ran 5.2.9 for a long time just so I could use php_apc, but

Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread Vaibhav Rajput
Tac Tacelosky u absolutely rite but u know simple symfony2 doesnt give APC recommended some resign is der behind of it... Ya that is performance... so thats y i thinking on it... -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 12:02 PM, Luis Cordova cordo...@gmail.com wrote: splitting is counterproductive, we can always hit delete I myself hit a ton of deletes even with sf2 and I am for sf2, so i think people is having too thin of a skin. If you think the use of a 1.x branch of a popular

Re: [symfony-users] Separating the 3rd Party Bundles from Symfony2 SE to ease upgrades

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 11:25 AM, keymaster ad...@optionosophy.com wrote: *bin/vendors* script (the deps file that is used by this script is intended to be modified to add your own dependencies if you want to use this way to manage the dependencies). Thanks, that's great to know. Is

Re: [symfony-users] Re: Learn Symfony2 or switch to Zend ?

2011-06-21 Thread oscar balladares
Yes, de DI and Delivering Bundles as Plugins is so easy and powerful! 2011/6/21 dmitrybelyakov dmitrybelya...@gmail.com Hi Manu. We're currently considering the same choice: wait for ZF2 or switch to SF2. Doing ZF development for several years and following ZF2 development closely we're

Re: [symfony-users] Re: Learn Symfony2 or switch to Zend ?

2011-06-21 Thread Marco Pivetta
I'm still waiting for Zend Framework 2 MVC to start some new projects... The draft is really interesting, and if it is implemented well as it is defined... Well then Symfony 2 will be just part of my /lib for me :) I'm just waiting a couple of weeks more to see what is going on :D Marco Pivetta

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-21 Thread Rich Sage
2011/6/21 Fabien Potencier fabien.potenc...@symfony-project.com I've been thinking about this mailing-list issue a lot during the last few months and I'm still convinced that creating more mailing-lists is not the right solution. Anyway, as many people think the contrary, here is what I

Re: [symfony-users] [s2][doctrine2] Update LifeCycleCallBack event not working [beta5]

2011-06-21 Thread oscar balladares
Hi Marcelo; yes, of course: I'm currently using YML config instead of Annotations. I do really love to separate metadata from Entities classes. You have to tell doctrine to enable LifeCycleCallback event like this: Oscar\HotelBundle\Entity\Foto: type: entity table: foto

Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread oscar balladares
Mostly web servers are running UNIX kind of SO's. And it is very easy to install all dependencies: debian, ubuntu like ones have apt-get; Red Hat, Centos, Fedora have 'yum'. You should consider to learn unix based SO, your work become extremely maintenable when you get used to it (instead of

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-21 Thread oscar balladares
+1 For Fabien proposal (I would vote him for president of my nation if I could). Core developers, and Symfony Ninjas will still be able to suscribe to both lists and feel in peace with themselves :P Luis Cordoba: Very funny - muy gracioso :D S1 won't die as long as S1 projects

Re: [symfony-users] Re: Jobeet Day 3 : problem with Doctrine folder

2011-06-21 Thread oscar balladares
I'm pretty sure there is a doctrine folder. I downloaded it 2 days ago ;) 2011/6/21 Tomasz Madeyski tomasz.madey...@gmail.com I'm not sure if I remember well, but I think that actually there was no doctrine folder. Anyway, try to create folder doctrine and put schema.yml in it (/

[symfony-users] Weird Issue with Mappings (The identifier generation strategy for this entity requires the ID field to be populated before)

2011-06-21 Thread scott
I have installed the FOS\UserBundle (however I do not think the issue lies inside the bundle) after creating the user class class User extends BaseUser{ /** @ORM\Id * @ORM\Column(type=integer) * @ORM\GeneratedValue(strategy=AUTO) */ protected $id;

[symfony-users] Changing connections parameter dynamically

2011-06-21 Thread allan
Hi guys, I want to have two application, the first one with one database that hold the information off some clients (database_user, database_pass, database_IP, database_name) and the second one with a lot of databases the hold the information related with each company. Every client will have a

[symfony-users] Exception throw UsernamePasswordToken

2011-06-21 Thread elcabong
Why happened this? Symfony\Component\Security\Core\Authentication\Token \UsernamePasswordToken::serialize() must return a string or NULL -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are

Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread Vaibhav Rajput
@oscar balladares, how many times i have to say i m not blaming to fabien. i m just giving feedback or some suggestion to fabien for the documentation so it is easy for the beginner like me.. i know very well that everything is available on open internet but the thing is u have search on it... so

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-21 Thread Fabien Potencier
On 6/21/11 5:49 PM, Luis Cordova wrote: don't fabien you will give more work to everybody as you said the problem will be only for few more months then sf1.x will die out and problem solved :) symfony1 is not going to die anytime soon. End of maintenance is end of 2012; and people will