Re: [symfony-users] ayudenme

2010-10-18 Thread Gabo
Hola, Intenta no colocando las comillas simples. Intenta hacer la conexion por algun cliente web o de windows y no desde doctrine como (phpmyadmin) . www.*phpmyadmin*.net/ On Mon, Oct 18, 2010 at 9:30 PM, rfvillavicen...@cav.uci.cu wrote: Tengo el siguiente problema, cuando genero php

[symfony-users] Symfony 1.4 Doctrine BIG problem clob Oracle

2010-08-25 Thread Gabo
Hello Symfony -users I have Big problem with SYMFONY 1.4+ DOCTRINE AND fiels clob and blob: return Oracle-Clob-return-Resource-id-3 How do I get support symfony clob and blob fields? thanks! -- If you want to report a vulnerability issue on symfony, please send it to security at

Re: [symfony-users] sfGuard and schema.yml problem

2010-04-02 Thread Gabo
Good Day Kacper, Try to delete de tables of the database and: c:/symfony doctrine:insert-sql again! Gabriel Salamanca Cali, Colombia 2010/4/1 Kacper Sieradziński [Code-art.eu] off...@code-art.eu Hi, here is link to my schema.yml: http://pastebin.com/Y7xAanD5 but I still get the errors

[symfony-users] Change Labels sfguarddoctrine

2010-02-07 Thread Gabo
Help! I try to change the labels: 1. Username: 2. Password For: 1. Usuario: 2. Clave I try to set: *class sfGuardUserForm extends PluginsfGuardUserForm* *{* * public function configure()* * {* * /*** * * Colocar las etiquetas a los formularios* * */* *

[symfony-users] config symfony sfphpdoc

2010-01-19 Thread Gabo
Help! I have: symfony 1.2.9 php 5.2.8 * C:\development\sfprojects\bambu\plugins\sfPhpDocPlugin\lib\phpdoc\PhpDocumentor * directory = C:\development\sfprojects\bambu\plugins\sfPhpDocPlugin\lib\phpdoc\PhpDocumentor\ ignore = lib/vendor/, cache/, plugins/, test/, web/,

Re: [symfony-users] widget multiple option

2010-01-15 Thread Gabo
\Pgsql\Exception.php * on line *101* * * *SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens* 2010/1/15 Javier Garcia tirengar...@gmail.com On 01/14/2010 11:20 PM, Gabo wrote: Help!! I have this in schema: documents_users: columns

[symfony-users] widget multiple option

2010-01-14 Thread Gabo
Help!! I have this in schema: documents_users: columns: document_id: { type: integer } user_id: { type: integer } created_at: { type: timestamp } y en the form, i change the widget user_id for this: 'user_id' = new sfWidgetFormDoctrineChoice(array('model' =

Re: [symfony-users] showsuccess relation

2010-01-12 Thread Gabo
Thanks Gabor!! 2010/1/12 Gábor Fási maerl...@gmail.com Try $document-getCompany() and create a __toString() in the Company model to return it's name. On Tue, Jan 12, 2010 at 04:24, Gabo gabopo...@gmail.com wrote: Method: $document-getCompanyId() -- You received this message because you

[symfony-users] Symfony pgsql

2010-01-12 Thread Gabo
Help!! In the IndexSuccess and ShowSuccess Symfony print Created: 2010-01-11 10:38:42 (timestamp format) i net to print Created : 2010-01-11 (Date format) in all project symfony. BD: postgres 8.3 Any Ideas!!?? Thanks! -- You received this message because you are subscribed to the Google

Re: [symfony-users] sfDoctrineGuard is killing me

2010-01-11 Thread Gabo
try to delete all tables and next symfony:doctrine Gabo 2010/1/11 Mike Church mchu...@gmail.com Hi Folks: I have been trying to deploy, I have everything working right locally. Now without implying I've tried everything I can tell you all that I am at the end of my rope. When I use

[symfony-users] showsuccess relation

2010-01-11 Thread Gabo
Help!! In the ShowSuccess of id (table document) print 2 instead Coca Cola ??? but in the editSuccess and newSuccess print good Method: $document-getCompanyId() i net to create a method in document.class.php??? -- You received this message because you are subscribed to the Google Groups

Re: [symfony-users] get id from new row

2010-01-08 Thread Gabo
htc magic On Jan 8, 2010 2:55 AM, Gabo gabopo...@gmail.com wrote: ERROR 500 | Internal Server Error | Doctrine_Validator_Exception Validation failed in class document_trace 1 field had validation error: * 1 validator failed on id_document (notnull) is a new record ($ this- getId

[symfony-users] Symfony data load

2010-01-08 Thread Gabo
Help!! i used c:\project\symfony doctrine:data-load the error: The default context does not exist.??? Symfony 1.2.9 , Doctrine Plugin, sfDoctrineGuard. -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to

Re: [symfony-users] get id from new row

2010-01-07 Thread Gabo
for example (date, id_user, id_document) of the creation of a document for an audit ... I then keeping of large app / document to store the audit log .. but I have to take the new id_document HELP!! 2010/1/6 Eno symb...@gmail.com On Wed, 6 Jan 2010, Gabo wrote: HELP!! I try to capture the id

Fwd: [symfony-users] get id from new row

2010-01-07 Thread Gabo
for example (date, id_user, id_document) of the creation of a document for an audit ... I then keeping of large app / document to store the audit log .. but I have to take the new id_document HELP!! 2010/1/6 Eno symb...@gmail.com On Wed, 6 Jan 2010, Gabo wrote: HELP!! I try to capture the id

Re: [symfony-users] get id from new row

2010-01-07 Thread Gabo
('id_document', $author-getId()); - does it work ? if you get error message, please copy/past them. Cheers, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Fri, Jan 8, 2010 at 1:02 AM, Gabo gabopo

[symfony-users] Symfony mail

2010-01-07 Thread Gabo
Buena Noche Juan Pablo Quciera preguntarte en symfony 1.2 con plugin PHPmailer como envias tu un mail?? Un ejemplo en un save? o en una funcion?? gracias. -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email

Re: [symfony-users] showsuccess

2010-01-06 Thread Gabo
the staff includes $ section- getSectionField (), is sectionfield clob field with html, but symfony printed as text... converts html to text in showsuccess.php?? 2010/1/6 Augusto Flavio afla...@gmail.com This can be your main template. Check it in apps/env/templates. bye Augusto Morais

Re: [symfony-users] showsuccess

2010-01-06 Thread Gabo
™. If you need to access the raw value and output the html as it is, try `$section-getSectionField(ESC_RAW)` On Wed, Jan 6, 2010 at 16:56, Gabo gabopo...@gmail.com wrote: the staff includes $ section- getSectionField (), is sectionfield clob field with html, but symfony printed as text... converts

[symfony-users] get id from new row

2010-01-06 Thread Gabo
HELP!! I try to capture the id of a new record for storage in an external table (document_trace) but not what brings me /lib/model/doctrine/template.class.php public function save(Doctrine_Connection $conn = null) { if ($this-isNew()) { $sfUser =sfContext::getInstance();

[symfony-users] showsuccess

2010-01-05 Thread Gabo
HELP!! Symfony print in the showSuccess text change html tags table width=100% cellspacing=1 cellpadding=1 border=1 captionEncabezado/caption tbody tr tdnbsp;/td tdnbsp;/td /tr tr tdnbsp;/td tdnbsp;/td /tr tr tdnbsp;/td tdnbsp;/td /tr /tbody /table Gabo -- You received this message

Re: [symfony-users] Configuring Symfony in Netbeans

2010-01-03 Thread Gabo
the screencast in www.netbeans.org 2010/1/2 Anyulled anyul...@gmail.com Hi guys, i recently knew that Netbeans 6.8 added support for symfony projects. Do you know of any place where I can find a tutorial on how to configure netbeans to create symfony projects? I'd appreciate any help. --

Re: [symfony-users] sfdt : Symfony in Edlipse

2009-12-07 Thread Gabo
Hola Puntes Diaz, sftd es para Eclipse Europa, la verdad probe este plugin y no me parece bueno... te sugiero netbeans 6.8RC2 trae mejor soporte.. y en linux tambien hay buenos plugins. revisa este http://www.symfony-project.org/advent_calendar/4/es Programa mas rapido. Gabriel Salamanca

Re: [symfony-users] Re: Sf 1.4 Doctrine memory leak with data-dump

2009-12-06 Thread Gabo
Try this: php.ini: 1. Memory_Limit: 2.Max_time_execution: if database=mysql 1. Time_limit 2. Max_allowed_package Gabriel Salamanca Cali, Colombia 2009/12/6 Frédéric Quié frederic.q...@gmail.com I increased the memory in the php.ini to 256M, but same result, I have a table with 1200