[symfony-users] Re: Could not generate migration classes from database

2010-12-03 Thread Damon Jones
Take a look at this rather excellent migrations guide: http://www.denderello.com/publications/guide-to-doctrine-migrations On Dec 2, 3:17 pm, simple wrote: > Hi there, can anyone experienced show me the direction to digg to get > the migration working. > I know that first I have to get migration

[symfony-users] Re: [SF2] Tiny thoughts

2010-12-03 Thread Lideln
Hi Fabien, Thank you for your answers. You are right that I don't know of all the tickets that were opened for symfony1, and I should keep that in mind. Regarding Symfony2, I was just giving my fresh (and, should I say again, humble) feedback of a new user of Symfony2. It's true that in Symfony2 s

[symfony-users] symfony hangs up

2010-12-03 Thread dianacastillo
I have symfony installed in windows and it works fine when I go here http://localhost:8080//frontend_dev.php/ I generated the data model but when I try to run http://localhost:8080//frontend_dev.php/ it times out and I have to restart php and apache. I dont have an accelerator installed, could it

[symfony-users] Re: [SF2] Tiny thoughts

2010-12-03 Thread Lideln
Hi Pablo, Thanks for your answer ! I understand that point of view, and I agree with it too :) I was just thinking of "convenient" ways of doing things, shortcuts if you want. For now I'll continue to learn Symfony2, but after that I'll do as you advised me to : extend the classes in order to spee

[symfony-users] sfPropel15Plugin

2010-12-03 Thread Tomasz Fertacz
Question is how to use i18n with sfPropel15Plugin. Because when I use standard not ClassNameI18NQuery but ClassNameQuery class, after I'm calling object it queries database for i18n attributes, so when i query 100 objects, it queries 100 times. Should it be like this? Am I doing something wrong? T

[symfony-users] Re: Wrong date and currency format for locale

2010-12-03 Thread Leandro
In addition to what Pierre says you should use format_date($date, 'p') 'p' references de MediumDatePattern which in Argentina is dd/mm/ Hope it helps On 25 nov, 21:22, hrajchert wrote: > Hi, i live in Argentina and speak spanish, so my default culture is > es_AR. > Ive setted the default cu

[symfony-users] [Symfony2] Structuring your project (Bundles and entities)

2010-12-03 Thread Arjen
Hi, I'm trying to get to know the SF2 framework, and have some questions about structuring your project. Suppose I'm creating some kind of website where I sell books, consisting of a frontend, backend and possibly an API to query new additions to the store or get information about authors. I wou

[symfony-users] doctrine:generate:entities generating classes in wrong folder?

2010-12-03 Thread jopoli...@gmail.com
hi, my name is jorge, i've been recently working with de PR4 of the symfony 2.0 sandbox, i was following the guide about symfony and doctrine when i tried to generate the class for the user table that is inside the guide, however the class generated wasn't in the folder "Application/HelloBundle/Ent

[symfony-users] point at which my application times out

2010-12-03 Thread dianacastillo
looked in the log and the last line that makes it into the log is this, then it times out. How can I fix this problem? I tried increasing the timeout in the php.ini and it still times out Dec 02 11:22:12 symfony [info] {Doctrine_Connection_Mysql} query : SELECT c.name AS c__name, c.id AS c__id, c

[symfony-users] Could not generate migration classes from database

2010-12-03 Thread simple
Hi there, can anyone experienced show me the direction to digg to get the migration working. I know that first I have to get migration from schema , then from db and then compare and then migrate. But I am kind a stuck with a getting migration classes from db, thanks -- If you want to report a vu

[symfony-users] [Symfony2] PR4 - Form validaton

2010-12-03 Thread Leevi Graham
I've followed the examples in the docs and can't for the life of me figure out why my simple form is not validating. I'm trying to create and persist a Tracker(); Any help would be appreciated. I'm setting up the form with: // `new_trackers` [GET] /trackers/new public function newTrack

[symfony-users] Re: [Symfony 2] PHPUnit and serialization of closures exception?

2010-12-03 Thread Gustavo Adrian
Trying to fix the problem, I've found that the problem appears when I load the fixtures on my tests. I have a class TestCase from which all my tests inherits from, and it has this methods to load fixtures: public function loadSomeEntityFixtures() { $loader = new Loader(); $loader->addFixtu

Re: [symfony-users] Doctrine2, Date and Oracle

2010-12-03 Thread Jonathan Wage
Hi, I think the issue is you need to configure the oracle date format to be something that PHPs strtotime can parse. I think the documentation mentions something about this somewhere. Thanks, Jon On Fri, Dec 3, 2010 at 9:55 AM, Zuchuat Bertrand wrote: > Hi, > > I would like to use the definitio

Re: [symfony-users] Re: image rendering problem-symfony 1.4

2010-12-03 Thread Alex Pilon
Take a closer look at the paths and folder structure you are using. That is the issue. On Fri, Dec 3, 2010 at 10:35, el-sid wrote: > Thanks for the reply, > > However, i had already tried that and it did not work. However, > removing the quotes and adding two levels worked > > background:url(../

[symfony-users] Doctrine2, Date and Oracle

2010-12-03 Thread Zuchuat Bertrand
Hi, I would like to use the definition date with Oracle but i have a convention problem. - My Entity: class vevolution { /** * @orm:Id * @orm:Column(type="date") */ private $day; public function getDay() { return $this->day; } } - My query in my funct

[symfony-users] Re: image rendering problem-symfony 1.4

2010-12-03 Thread el-sid
Thanks for the reply, However, i had already tried that and it did not work. However, removing the quotes and adding two levels worked background:url(../../images/template/tray.gif) The thing is, it should have worked either way correct? This comes from a template i downloaded and it works righ

RE: [symfony-users] Symfony taking a beating in favorite-PHP-framework poll

2010-12-03 Thread Daniel Kucharski
So you have root DB access. *hint* -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Tom Boutell Sent: vrijdag 3 december 2010 2:53 To: symfony-users@googlegroups.com Subject: [symfony-users] Symfony taking a beating in favorite-P

[symfony-users] Re: image rendering problem-symfony 1.4

2010-12-03 Thread Christian Schaefer
you're using a relative path but your missing one level. according to your folder structure it would be #tray {padding:12px 15px; background:url("../images/template/ tray.gif") 0 0 repeat-x; font:85%/1.2 "tahoma",sans-serif;} however this is not an appropriate question for this mailing list as it

[symfony-users] image rendering problem-symfony 1.4

2010-12-03 Thread el-sid
hello all, in my project, i have stored css files in web/css/template/ directory and images in web/images/template/ directory However, images are not displaying in my project. Using the element inspector for chrome, i find this error Failed to load resource: the server responded with a status of

Re: [symfony-users] Abridged summary of symfony-users@googlegroups.com - 16 Messages in 6 Topics

2010-12-03 Thread joost . farla
Beste, Tot en met vrijdag 3 december ben ik niet aanwezig op kantoor. U kunt voor dringende zaken contact opnemen met mijn collega Wout Withagen: w...@freshheads.com of 013 539 00 40. Met vriendelijke groet, Joost Farla joost.fa...@freshheads.com - - freshheads grafisch ontwerp en internet ap

Re: [symfony-users] Webmail Symfony based ?

2010-12-03 Thread Ardison Nicolas
I wan't to know cause with a friend we are thinking in develop a webmail app, with calendar, contacts etc. (Webmail at first). And just asked to know if there is some active project where we can join and share ideas and code if not, we must start from 0. On 3 December 2010 09:11, Gareth McCumskey

[symfony-users] Re: sfGuardForgotPassword module in sfDoctrineGuardPlugin forgot not working in prod env

2010-12-03 Thread hribo
i am sorry: The server returned a "500 Internal Server Error". is found -- 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 g

[symfony-users] sfGuardForgotPassword module in sfDoctrineGuardPlugin forgot not working in prod env

2010-12-03 Thread hribo
I have upgraded SfDOctrineGuardPlugin a while ago. I enabled sfGuardForgotPassword module in settings.yml. while i was developing in my dev environment everything went fine. i have found out that in prod env it throws 404 page after I submit my email address to recover new passwd. it does only in

Re: [symfony-users] Webmail Symfony based ?

2010-12-03 Thread Gareth McCumskey
My first question is .. why do you want to know? The underlying technology won't be visible to you... If you are wondering if its possible to create a "webmail" app using symfony then yes, you can. On Fri, Dec 3, 2010 at 3:07 AM, Ardison Nicolas wrote: > Hi folks, anyone knows a webmail based on

[symfony-users] Re: Symfony 1.4 + Doctrine + OCI8

2010-12-03 Thread Vikos
Thank You! On dec. 3, 10:20, Zuchuat Bertrand wrote: > Hi, > > I use this syntax to connect my project on Oracle: > > all: >   opacstat: >     class:        sfDoctrineDatabase >     param: >       dsn:        'oracle:dbname=//server_address:1521/SID' >       username:   xxx >       password:   xx

Re: [symfony-users] Symfony 1.4 + Doctrine + OCI8

2010-12-03 Thread Zuchuat Bertrand
Hi, I use this syntax to connect my project on Oracle: all: opacstat: class:sfDoctrineDatabase param: dsn:'oracle:dbname=//server_address:1521/SID' username: xxx password: Doctrine implement 2 solutions with Oracle: oci8 and pdo. But PDO isn'