[symfony-users] propel-insert-sql

2009-04-28 Thread Ghizlane Zinbi
Hi all, I m using symfony1.0 ans oracle9i as database server, i can retreive schema.yml of the existant tables with : symfony propel-build-schema, but i cant execute generated sql. The propel-insert-sql command returns : DROP TABLE "table" CASCADE CONSTRAINTS] [PHP Error] oci_execute(): ORA-0095

[symfony-users] Re: Chargement de l'extension oci8

2009-04-27 Thread Ghizlane Zinbi
database: SESAME_REMOTE >username: system >password: sesame > with a DSN > Alecs > > On Fri, Apr 24, 2009 at 6:54 PM, Eno wrote: > >> >> On Fri, 24 Apr 2009, Ghizlane Zinbi wrote: >> >> > I try it, i have the following response >&g

[symfony-users] Re: Chargement de l'extension oci8

2009-04-24 Thread Ghizlane Zinbi
I try it, i have the following response Connected to: Oracle9i Release 9.2.0.1.0 - Production JServer Release 9.2.0.1.0 - Production Seems it s connect 2009/4/24 Eno > > On Fri, 24 Apr 2009, Ghizlane Zinbi wrote: > > > [PHP Error] oci_error(): OCIError: unable to find error h

[symfony-users] Re: Chargement de l'extension oci8

2009-04-24 Thread Ghizlane Zinbi
; your xampp/wamp \ apache\bin\php.ini > your xampp/wamp \ php\php.ini > > There also might be present a php5.ini file. i do not know if it is used or > not, but you might change there as well. > be sure that you have oci enabled in cli mode... > alecs > > > > 2009/4/24

[symfony-users] Chargement de l'extension oci8

2009-04-24 Thread Ghizlane Zinbi
Salut tout le monde, J'essaie de me connecter à une base de données oracle sur un serveur distant via symfony.Donc j'ai commencé par charger les extensions oci. Voici à quoi ressemble le php.ini: extension=php_oci8.dll extension=php_pdo_oci.dll extension=php_pdo_oci8.dll Puis j'ai vérifié que l'e

[symfony-users] Help files

2009-04-21 Thread Ghizlane Zinbi
Hi, How can i generate help files (chm or others) with Symfony? Thanks, Ghizlane --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroup

[symfony-users] _tostring() and i18n

2009-04-01 Thread Ghizlane Zinbi
Hi all, How can i use _tostring() in i18n class? Thanks Ghizlane --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscrib

[symfony-users] Re: admin generator and i18n

2009-03-20 Thread Ghizlane Zinbi
Hi, I m using 1.0 symfony version, but i cant display $nationalite->getLibelle(). Why? 2009/3/19 Joan Teixidó > which version are you using?? if it's 1.0, the generator can't automaticly > do things with i18n tables (but is easy to add the behavior). > > Joan >

[symfony-users] admin generator and i18n

2009-03-19 Thread Ghizlane Zinbi
Hi, For stored data translation i created 2 tables: nationalite: _attributes: { phpName: Nationalite } id: code: varchar(255) blacklist:boolean created_at: nationalite_i18n: _attributes: { phpName: NationaliteI18n } libelle:varchar(50) Then, I c

[symfony-users] translation data table

2009-03-18 Thread Ghizlane Zinbi
Hi, I create 2 tables for translation: nationalite: _attributes: { phpName: Nationalite } id: code: varchar(255) intitule: varchar(255) blacklist:boolean created_at: nationalite_i18n: _attributes: { phpName: NationaliteI18n } name:varchar(

[symfony-users] Re: Symfony and Oracle

2009-03-18 Thread Ghizlane Zinbi
How can i confirm that? 2009/3/17 Lee Bolding > > Do you have the Oracle PDO driver installed? > > > On 17 Mar 2009, at 16:32, Ghizlane Zinbi wrote: > > > Hi, > > > > I m developping with Symfony1.0 and Oracle9i but i have a big > > problem, i cant

[symfony-users] Symfony and Oracle

2009-03-17 Thread Ghizlane Zinbi
Hi, I m developping with Symfony1.0 and Oracle9i but i have a big problem, i cant make connection to the database!!any help? Ghizlane, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post t

[symfony-users] Re: i18n

2009-03-17 Thread Ghizlane Zinbi
Thanks for help, it was a cookies problem :) 2009/3/17 Gregoire Laporte > i18n: on > default_culture:fr > > in the settings.yml > -- > Date: Tue, 17 Mar 2009 15:54:28 + > Subject: [symfony-users] i18n > From: ghizlane.zi...@gmail

[symfony-users] i18n

2009-03-17 Thread Ghizlane Zinbi
Hi, How can i modify the interface culture without setting culture by $this->getUser()->setCulture('fr_FR'); I mean how can i do it by configuration files (yaml), is it possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[symfony-users] Re: Few simple questions about symfony 1.0

2009-03-17 Thread Ghizlane Zinbi
Hi, You can use propel-dump-data frontend data.yml, it save all data in the data\fixtures\data.yml 2009/3/17 torso > > Hi! > > I have to do new Table to database. Is it possible to do it with out > loosing any data on other tables with propel? > How I can make a backup copy of database with pr

[symfony-users] Re: connection to oracle9i

2009-03-17 Thread Ghizlane Zinbi
et? Did you modify all your php.inis? > The cli and the cgi versions often use a different one. > > On Tue, Mar 17, 2009 at 00:14, Ghizlane Zinbi > wrote: > > Hi, > > I failed to connect my database oracle9i to symfony1.0 > > I m developping in windows xp. i tried to e

[symfony-users] connection to oracle9i

2009-03-16 Thread Ghizlane Zinbi
Hi, I failed to connect my database oracle9i to symfony1.0 I m developping in windows xp. i tried to enable php_pdo_oci8 extension in the php.ini files and added instant client oracle to the path variable, but still dont working. any help? Ghizlane, --~--~-~--~~~---~--~