Re: [symfony-users] Web Server Configuration

2010-03-08 Thread DEEPAK BHATIA
Hi, Yes we use the IP Address to access the symfony application. But can we access the index.htm in jobeet directory through http://www.jobeet.com. May be I am not able to understand your point. Kindly elaborate the same. Regards Deepak Bhatia On Mon, Mar 8, 2010 at 1:20 PM, Asif Ali M

[symfony-users] Re: Web Server Configuration

2010-03-08 Thread manguito
Hi Deepak, try this and let me know if I'm right or wrong in the httpd.conf change this: ServerName www.jobeet.com.localhost to :ServerName www.jobeet.com then in the etc\host file change: 127.0.0.1 www.jobeet.com.localhost to: 127.0.0.1 www.jobeet.com by the wayare you from Riverside CA? I

Re: [symfony-users] Re: Web Server Configuration

2010-03-08 Thread DEEPAK BHATIA
I am sorry to say but that doesn't work. I am very much in India On Mon, Mar 8, 2010 at 2:27 PM, manguito ucpmerc...@gmail.com wrote: Hi Deepak, try this and let me know if I'm right or wrong in the httpd.conf change this: ServerName www.jobeet.com.localhost to :ServerName www.jobeet.com

[symfony-users] Re: apache server stops and browser goes blank

2010-03-08 Thread manguito
Hi everyone, finally I figured out my problem. I went through the apache log file and found this line: [apc-error] Cannot redeclare class sfeventdispatcher Problem: I unzipped the wrong version of the php_apc.dll file into my c:\php\ext directory Solution: downloaded

[symfony-users] Re: Web Server Configuration

2010-03-08 Thread manguito
: ( Sorry man, manguito On Mar 8, 4:08 am, DEEPAK BHATIA toreachdee...@gmail.com wrote: I am sorry to say but that doesn't work. I am very much in India On Mon, Mar 8, 2010 at 2:27 PM, manguito ucpmerc...@gmail.com wrote: Hi Deepak, try this and let me know if I'm right or wrong in

Re: [symfony-users] Show/Check Simple Query Result

2010-03-08 Thread Buddhika Perera
pls tell me the database configuration pls.how to configure Doctrine ? On Sat, Mar 6, 2010 at 12:37 PM, Gareth McCumskey gmccums...@gmail.com wrote: As a bew symfony developer I highly recommend you start and complete the Jobeet tutorial for Doctrine:

Re: [symfony-users] Web Server Configuration

2010-03-08 Thread Buddhika Perera
Check with virtual host i used netbeans 6.8 for the coding its more easy than ever check out from the site ...there was a tutorial on how to use Symfony with the Editor On Mon, Mar 8, 2010 at 12:23 PM, DEEPAK BHATIA toreachdee...@gmail.com wrote: Hi, I am using Symfony 1.4.

[symfony-users] help

2010-03-08 Thread Buddhika Perera
Guys i am looking for a good tutorial on how to use symfony for use feedback form example where it uses mysql database? pls send some link or tutorials on how to do it . -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

Re: [symfony-users] help

2010-03-08 Thread Michał Piotrowski
2010/3/8 Buddhika Perera budd...@gmail.com: Guys i am looking for a good tutorial on how to use symfony for use feedback form example where it uses mysql database? pls send some link or tutorials on how to do it . schema Notification: actAs: Signable: created: name:

Re: [symfony-users] Web Server Configuration

2010-03-08 Thread DEEPAK BHATIA
What should be the virtual host? On Mon, Mar 8, 2010 at 1:06 PM, Buddhika Perera budd...@gmail.com wrote: Check with virtual host i used netbeans 6.8 for the coding its more easy than ever check out from the site ...there was a tutorial on how to use Symfony  with the Editor

[symfony-users] Re: Symfony frontend sort by th

2010-03-08 Thread ziclo
Thank you all. I just think that a tutorial should exists on how to create sortable columns like the way it is in the backend. Same thing for the use of filters. These are common functionnalities that i want to use for the frontend. I thought it would be simple to implement but not. I don't want

[symfony-users] Re: subform update when other widget changes

2010-03-08 Thread Tom Ptacnik
You can use ajax. Unfortunately I'm not good at ajax, so I can't help you with the exact code. Try to find more informations about ajax. On 6 bře, 04:37, Abraham amontil...@gmail.com wrote: Hi all, is there a way to update a subform when the selected value in a sfWidgetFormDoctrineChoice

[symfony-users] UPDATE in I18N Tables not working after Update to Symfony 1.3

2010-03-08 Thread Christopher Schnell
Hi all, I have a strange problem. My application was started with symfony 1.2 and currently I am migrating to 1.3/1.4. After updateing, the I18N values are not saved into the database anymore. Everything should be fine, at least it was with 1.2. The logs show no errors, but the strange thing

[symfony-users] Re: Test email sending in function test

2010-03-08 Thread Tom Ptacnik
Environment depends on index?.php which are you using... index.php, frontend_dev.php .. .the environment selection is in it. On 3 bře, 16:19, Alexx a.tereschen...@gmail.com wrote: Hi, Sorry for my english. I try test email sending, but when I call action ($browser-post('/ genre/save')) it

[symfony-users] Re: Multiple Databases with the same Model

2010-03-08 Thread Tom Ptacnik
I think you can do this with Symfony. Related pages: http://thirdpartycode.com/2009/08/talking-to-multiple-databases-with-symfony-1-2/ http://forum.symfony-project.org/index.php/m/77848/ http://www.lampjunkie.com/2008/04/using-multiple-databases-in-symfony-with-propel/ On 3 bře, 10:22, Rotlaus

[symfony-users] Re: Many to many doctrine in forms / embeded forms.

2010-03-08 Thread Tom Ptacnik
My links to embeded forms: -- Embeded forms -- ahDoctrineEasyEmbeddedRelationsPlugin http://groups.google.com/group/symfony-users/browse_thread/thread/72ee561463322931 Embedding Relations in Forms with Symfony

Re: [symfony-users] Re: Symfony frontend sort by th

2010-03-08 Thread Gareth McCumskey
It is actually really simple to employ sorting yourself, thats why I guess there are no tutorials dedicated to that specifically. The example I gave you works well so I personally don't understand what is difficult about it. On Mon, Mar 8, 2010 at 2:52 PM, ziclo lauren...@gmail.com wrote: Thank

[symfony-users] Symfony 2 + Doctrine 2 : what about behaviours ?

2010-03-08 Thread theredled
Hi, Behaviours feature will be removed from Doctrine 2. As they are part of the domain classes, now separated from the ORM itself, they are no more part of Doctrine's job. That's a good reason. But this feature was really useful to enhance reusability. So if it is not part of the job of an ORM,

Re: [symfony-users] Web Server Configuration

2010-03-08 Thread Eno
On Mon, 8 Mar 2010, DEEPAK BHATIA wrote: But can we access the index.htm in jobeet directory through http://www.jobeet.com. Not rocket science - the two steps needed are DNS and a virtual host: Add an entry to your /etc/hosts file so that www.jobeet.com and jobeet.com point to the IP of the

[symfony-users] How can I save null values with Doctrine

2010-03-08 Thread NOOVEO - Christophe Brun
My table has a varchar(13) field which can be null. schema.yml : myfield: { type: string(13), default: null } When I create a new object using the related form, the object is recorded in the database with an empty string, not with a null value. How can I force Doctrine to set a null

Re: [symfony-users] Re: Symfony frontend sort by th

2010-03-08 Thread Augusto Flavio
Hi Daniel, thanks for your reply about the injection SQL security fix in Doctrine admin generator of symfony 1.4.3. Bye. Augusto Morais 2010/3/8 ziclo lauren...@gmail.com Thank you all. I just think that a tutorial should exists on how to create sortable columns like the way it is in the

[symfony-users] sfCaptchaGD plugin

2010-03-08 Thread l3ia-etu
Hello everyone, I would like to give some precision, for this plugin version 1.4.3, when using with symfony 1.4: - you have to create a file plugins/sfCaptchaGDPlugin/modules/ sfCaptchaGD/config/security.yml with: GetImage: is_secure: false false and NOT off !! - and put the params, into

[symfony-users] Re: xhr and REST

2010-03-08 Thread Donald
This question has been resolved at the symfony forum. Thanks to everyone for your help. -- 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: subform update when other widget changes

2010-03-08 Thread Richtermeister
This is somewhat tricky, and I haven't quite figured out a good way either. Of course you'll need some form of ajax to get new widgets from the server, but you'll also need to tell the main form that you've just added new fields, otherwise it'll complain about unexpected values. For complex

Re: [symfony-users] You must pass a valid path to a directory containing Doctrine models

2010-03-08 Thread Bill P.
This is what my ProjectConfiguration.class.php looks like. ?php require_once 'C:\\frameworks\\symfony-1.4.2\\lib\\autoload\\sfCoreAutoload.class.php'; sfCoreAutoload::register(); class ProjectConfiguration extends sfProjectConfiguration { public function setup() {

Re: [symfony-users] Re: subform update when other widget changes

2010-03-08 Thread Abraham Montilla
i found a way using ajax (observe_field)... As the author says, is not the best solution, but really works. this is the link: http://www.symfony-blog.co.uk/2008/04/using-observe_field-to-update-an-input/ thanks for your answers guys. 2010/3/8 Richtermeister nex...@gmail.com This is somewhat