Re: [symfony-users] OnteToMany error

2011-06-09 Thread Pau Peris
HOw did you solve the issue? Thanks! 2011/5/19 arnobeck.sdv > Hello, > > I have this in a table : > Sdv\MonitoringBundle\Entity\User: > type: entity > table: user > fields: > idUser: > id: true > type: bigint > column: id_user > generator: > strategy: ID

[symfony-users] PrePersist -> PHP Notice: Undefined index: 0000000078ba5fb9000000006eba3aab in vendor/doctrine/lib/Doctrine/ORM/UnitOfWork.php on line 2131

2011-06-01 Thread Pau Peris
Hi, does anyone know if that's a Symfony/Doctrine bug on persist method or a bug in my fixtures file? http://pastie.org/2005762 -- 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 th

[symfony-users] Re: set/get parameters from myProject/src/myVendor/myBundle/Resources/config/myBundleConfigFile

2011-05-22 Thread Pau Peris
Solved! 2011/5/22 Pau Peris > No one has ever used a global file to store configurtion parameters? Thx > > PD: I would like to store a default value for my local timezone into a > config file to retrieve that value from any php file of my bundle, is it > fine to place it insi

[symfony-users] Re: set/get parameters from myProject/src/myVendor/myBundle/Resources/config/myBundleConfigFile

2011-05-22 Thread Pau Peris
2011/5/22 Pau Peris > hi, > > does anyone knows how sould i set/get statements from > myProject/src/myVendor/myBundle/Resources/config/myBundleConfigFile? in > symfony1.x it used to be done with sfConfig::set()/sfConfig::get() > > > PD: Should the file be a php one? >

[symfony-users] set/get parameters from myProject/src/myVendor/myBundle/Resources/config/myBundleConfigFile

2011-05-21 Thread Pau Peris
hi, does anyone knows how sould i set/get statements from myProject/src/myVendor/myBundle/Resources/config/myBundleConfigFile? in symfony1.x it used to be done with sfConfig::set()/sfConfig::get() PD: Should the file be a php one? -- If you want to report a vulnerability issue on symfony, plea

[symfony-users] Symfony2 setup

2011-04-03 Thread Pau Peris
Hi, i'm about to start a symfony2 project so i've created my own project directory inside ~/myProject. I want to store symfony2 framework inside ~/myProject/symfony so i'm going to use git submodules for that. Then i would need to add some bundles to to have Doctrine ORM support,etc My question is

[symfony-users] Symfony board community

2011-03-29 Thread Pau Peris
hi, i'm working on a personal project for which i need some help. does anyone knows some board where i can find people interested in working on personal projects? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this messa

[symfony-users] Data base restrictions

2011-03-10 Thread Pau Peris
Hi, i've created the following schema where an user can have multiple addresses. When an user is deleted every address must also be deleted, also the current address_id in use can't be deleted but updated. Could someone give me a tip? Thanks in advanced! :) Users: connection: main tableName:

Re: [symfony-users] Web page text content i18n

2011-01-31 Thread Pau Peris
Thanks a lot!! :) 2011/1/31 Gábor Fási : > Xliff dictionaries are cached as php arrays, pretty hard to beat that. > > On Jan 31, 2011 12:23 AM, "Pau Peris" wrote: >> hi, to handle web page text content translation (i18n) on a web page >> is it always recommended to

[symfony-users] Web page text content i18n

2011-01-30 Thread Pau Peris
hi, to handle web page text content translation (i18n) on a web page is it always recommended to use xliff dictionaries or ddbb storage? To handle i18n on a web page i18n tables are used, but to handle page content text translation depending on the client language shouldn't ddbb storage be faster t

Re: [symfony-users] Re: Directory locked after svn pe svn:externals lib/vendor/

2010-05-09 Thread Pau Peris
lib/vendor/symfony should be a svn checkout or a tar.gz download? 2010/5/10 Pau Peris : > I still have the same issue. > > 2010/5/4 pghoratiu : >> Try deleting the lib/vendor/symfony directory and doing a svn up >> afterwards. >> >>    gabriel >> >> On

Re: [symfony-users] Re: Directory locked after svn pe svn:externals lib/vendor/

2010-05-09 Thread Pau Peris
I still have the same issue. 2010/5/4 pghoratiu : > Try deleting the lib/vendor/symfony directory and doing a svn up > afterwards. > >    gabriel > > On May 4, 11:17 pm, Pau Peris wrote: >> Hi to all an thanks for the answers, but i still have the same issue. >>  

Re: [symfony-users] Re: Directory locked after svn pe svn:externals lib/vendor/

2010-05-04 Thread Pau Peris
show us what have you wrote in that pe setuo > > sent via htc magic > > On May 1, 2010 11:36 PM, "pghoratiu" wrote: > > Try running a > svn cleanup > and see if that resolves the problem with locked directories. > >    gabriel > > On May 1, 6:49 pm,

[symfony-users] Directory locked after svn pe svn:externals lib/vendor/

2010-05-01 Thread Pau Peris
Hi, i have a local copy of a svn project i'm working on. To be able to update symfony via svn i run "svn pe svn:externals lib/vendor/" and now when i rn svn st or svn up i get the following messages. Do somene know how to get rid of them? Thanks in advanced. Is that normal? #svn up Fetching exter

[symfony-users] Add symfony to svn project

2010-04-16 Thread Pau Peris
Hi, i'm trying to integrate symfony into a personal svn project. I would like to do something like svn import http://svn.symfony-project.com/branches/1.4 myproject/lib/vendor/symfony so i could be able to update symfony and also to commit the project to my private svn. The goal is to integrate sym

[symfony-users] How to specify connection port in databases.yml using Doctrine

2010-02-10 Thread Pau Peris
Hi, i'm using Doctrine as default ORM and i'm trying to specify the connection port as i have 2 mysql running instances. The configuration i use to connect is: dsn: 'mysql:host=localhost;dbname=xXxxXx' username: xXXx password: XXx port: 3307 I also tried: mysql://u...

Re: [symfony-users] Download day by day code for symfony guide

2010-01-26 Thread Pau Peris
After configuring my vhost, can i just run: svn co http://svn.jobeet.org/doctrine/tags/release_day_10 myJobeetDir Thanks 2010/1/26 Pau Peris : > Thanks a lot for your quick answers :) > > 2010/1/26 Alexandru-Emil Lupu : >> Here it is ... >> >> http://svn.symfony-p

Re: [symfony-users] Download day by day code for symfony guide

2010-01-26 Thread Pau Peris
he 1.2 version, according to `svn log` it hasn't been updated for >> 1.4. >> >> On Tue, Jan 26, 2010 at 11:01, Pau Peris wrote: >>> Hi to all, >>> >>> does anyone know where can i download day by day code for Symfony Guide? >>> >

[symfony-users] Download day by day code for symfony guide

2010-01-26 Thread Pau Peris
Hi to all, does anyone know where can i download day by day code for Symfony Guide? http://www.symfony-project.org/jobeet/1_4/Doctrine/en/ thanks -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-u

Re: [symfony-users] Re: Errors following symfony 1.4 guide, is it error free?

2010-01-18 Thread Pau Peris
lang="en" lang="en"> 2010/1/18 Alexandru-Emil Lupu : > Where have you inserted the include_stylesheets in your layout? > Try to move the function call right before your > > sent via htc magic > > On Jan 17, 2010 11:39 PM, "Pau Peris" wrote:

[symfony-users] Re: Errors following symfony 1.4 guide, is it error free?

2010-01-17 Thread Pau Peris
What about css bug? I'm still searching for the guide error which makes job module from jobeet project loose its look. 2010/1/17 Pau Peris : > Guide is erroneous. jobeet_jobs should be jobeet_job_list > > public function executeIndex(sfWebRequest $request) > { > $this->job

[symfony-users] Re: Errors following symfony 1.4 guide, is it error free?

2010-01-17 Thread Pau Peris
Guide is erroneous. jobeet_jobs should be jobeet_job_list public function executeIndex(sfWebRequest $request) { $this->jobeet_job_list = Doctrine::getTable('JobeetJob') ->createQuery('a') ->execute(); } 2010/1/17 Pau Peris : > Hi, i'm following symfony 1.4

[symfony-users] Errors following symfony 1.4 guide, is it error free?

2010-01-17 Thread Pau Peris
Hi, i'm following symfony 1.4 online guide and everything goest ok till i arrive at chapter 4. There after downloading the css, images etc i get a nice fronted job module working smooth with its own templates. Bu then when i go to "apps/frontend/config/view.yml" and modify the file as follows # ap