[symfony-users] Re: Day 1 - jobeet problem

2010-06-24 Thread PachinSV
Just a suggestion, you should use a newer version of symfony (1.4) and instead of use Propel you should use Doctrine, that's the future of Symfony. On 22 jun, 10:30, Christian chri...@gmail.com wrote: Hi! my name is christian and i'm new with symfony framework. I found this step by step

[symfony-users] Re: Day 1 - jobeet problem

2010-06-24 Thread PachinSV
This is an example of what I have: #Attrition is the name of my porject. #Este solo debe aparecer una vez en toda la configuracion NameVirtualHost 127.0.0.1:80 VirtualHost 127.0.0.1:80 ServerName attrition.localhost DocumentRoot /home/pachinsv/www/attrition/web DirectoryIndex index.php Alias /sf

[symfony-users] Re: Help me in this problem starting symfony on ubuntu and xampp

2010-06-18 Thread PachinSV
You also can try doing the following: chmod -R 755 symfony_directory then: chmod -R 777 symfony_directory\logs chmod -R 77 symfony_directory\cache On 17 jun, 12:27, Dina aquarius dina.aquariu...@gmail.com wrote: Dear Symfony Users,       You are users and me is just a beginner who can't start

[symfony-users] How do I know if a record is new in postSave function

2010-06-05 Thread PachinSV
I would like to know if there's a way to know if a record inserted is new in the postSave function within a model? -- 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

[symfony-users] Re: How do I know if a record is new in postSave function

2010-06-05 Thread PachinSV
I'm going to try that my friend. On 5 jun, 03:16, Tugdual SAUNIER tucks...@gmail.com wrote: why not use postInsert() ? Tugdual 2010/6/5 PachinSV pachi...@gmail.com I would like to know if there's a way to know if a record inserted is new in the postSave function within a model

[symfony-users] Re: propel:build-schema not working[jobeet]

2010-03-12 Thread PachinSV
what version of symfony are you using? if you're using 1.3/1.4 so ... maybe you create the project with default configuration (Doctrine) and that is why Propel task does not exist. If you are starting to learn symfony I recommend you learn Doctrine because that's the future of Symfony. Grettings

[symfony-users] Re: White screen only in production enviroment

2010-02-18 Thread PachinSV
when I upload a symfony project and receive this kind of error, the problem is the folder permission. If you are you using Linux in you prod enviroment, you have to do this: - Give 755 recursive permissions to the projects folder - Give 777 recursive permission to the log and cache folder inside

[symfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3

2010-02-02 Thread PachinSV
Creo que el problema es que symfony 1.3 y 1.4 usa Doctrine como default, Ej.: Cuando creas un nuevo proyecto tienes que usar el parametro --orm=Propel (si quieres ocupar Propel, de otra manera el proyecto usará Doctrine), espero sea de tu ayuda, saludos!

[symfony-users] related selects (dependant drop-down menus)

2010-01-23 Thread PachinSV
How can I do related (dependant) drop-down menus with symfony or using a third party library like jquery? which is the best or the easiest way to do it? thanks in advances for your answers. -- You received this message because you are subscribed to the Google Groups symfony users group. To post

[symfony-users] Re: symfony 1.4 installation

2010-01-07 Thread PachinSV
I suggest you install symfony embeded in the project, that way each project will be version independant. On 6 ene, 04:41, karansoni kanu8...@gmail.com wrote: i am using Ubuntu Linux 9.10 and i have installed symfony1.2.9 on it through pear . is there any phenomenon through which i can install

[symfony-users] Re: Is netbeans compatible with symfony

2010-01-06 Thread PachinSV
I newbie programming with symfony and I use Netbeans 6.7 - 6.8 ... and I have no problems with it. You can run symfony command directly from netbeans but I prefer to use the command line. And the netbeans intellisense works fine for me. Greetings from El Salvador! On 5 ene, 01:27, lucky

[symfony-users] Re: I can't see the images of the default module.

2009-12-19 Thread PachinSV
Hi tirengarfio, your have to configure virtualhosts in your webserver, and use an alias statement that point to the right folder (I use xampp too, I hope this help you) e.g.: # you have to be sure, you only have one of this statements (NameVirtualHost) NameVirtualHost *:80 VirtualHost *:80

[symfony-users] Re: database on a different server than symfony

2009-12-05 Thread PachinSV
You can edit the yamel configuration file (database.yml) as they say ... or you can use the command line to it the command symfony configure:database On 4 dic, 00:29, DEEPAK BHATIA toreachdee...@gmail.com wrote: Hi, I currently have symfony and database on the same server. But I want to move