[symfony-users] sfPhpExcelPlugin-1.0.1

2009-04-07 Thread DeepakBhatia
Hi, We are using the functionality of generating the sfPhpExcelPlugin but I am not finding exception handling much in the code the above plugin. Please help me in this regard. Regards Deepak Bhatia --~--~-~--~~~---~--~~ You received this message because you are

[symfony-users] Stack overflow at line: 1800

2009-04-06 Thread DeepakBhatia
Hi, When I include the Javascript calender true)) ?> I get the error "Stack overflow at line: 1800". Kindly help me in resolving this error. Regards Deepak Bhatia --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: Add Foreign Key to mysql table

2009-04-02 Thread DeepakBhatia
I have two tables as given below. I need to add a column in project_table which is INT and refers to the projecttype_table(id) field. project_table { Name Varchar(100) } projecttype_table { id INT AUTO INCREMENT NOT NULL, projecttype_name Varchar(50) } Approach #1 === mysql> alter tabl

[symfony-users] Add Foreign Key to mysql table

2009-03-31 Thread DeepakBhatia
Hi I am trying below = TO ADD A FOREIGN KEY TO AN EXISTING TABLE (I couldn't see a good example) you can do this: alter table users add foreign key(favGenre) references products_genre (gid); Where favgenre is the column of the

[symfony-users] Mysql Restore Issue

2009-03-26 Thread DeepakBhatia
Hi, I have a database name 'rtdb1' with a table 'review_table'. The 'review_table' has one column 'version' of varchar 20 type. I took the mysqldump of the rtdb1 database. Then I changed by table 'review_table' by adding one more column 'category' int type and called the database 'rtdb2'. But

[symfony-users] http not working

2009-03-24 Thread DeepakBhatia
Hi, I have done standard installation of Symfony on linux machine. But I am not able to access my web pages through http. I have to type https. For example, the below will not work http://10.0.1.66/test/web/tool_dev.php/content/test But the below will work https://10.0.1.66/test/web/tool_dev

[symfony-users] Calender Plugin

2009-03-17 Thread DeepakBhatia
Hi, We are making a scheduler and are looking for a plugin to give us the calender etc. http://forum.symfony-project.org/index.php/t/7331/ http://www.dhtmlgoodies.com/scripts/dhtmlgoodies-week-planner/dhtmlgoodies-week-planner.html Please help me in this regard. Thanks Deepak Bhatia --~--~--

[symfony-users] Path to the wmv file

2009-02-28 Thread DeepakBhatia
Hi, I have put the wmv file in the following path on the windows. C:\Program Files\xampp\htdocs\sample\web\images But the below file plays on IE and doesn't play on Firefox. Please let me know if I have correctly specified the wmv file location in the template file below =

[symfony-users] Playing wmv Files in Firefox

2009-02-28 Thread DeepakBhatia
Hi, When I specify the following line, then this movie plays fine in Firefox But when I specify the symfony path, then it doesn't play in Firefox. https://10.0.2.6/sample/web/images/ caves_320_240_512kbps.wmv" width="640" height="480"/> But in internet explorer it play fine. Please help me

[symfony-users] Re: Session Timeout

2009-02-23 Thread DeepakBhatia
Hi Sven, Thanks for the help, it is working now. Regards Deepak Bhatia On Feb 23, 5:21 pm, cokker wrote: > have you uncommented the "all" above the mentioned section? > > greets > Sven > > DeepakBhatia schrieb: > > > > > Hi, > > >

[symfony-users] Re: Session Timeout

2009-02-23 Thread DeepakBhatia
Hi Sven, Thanks for the help, yes I was missing the "all:" Regards Deepak Bhatia On Feb 23, 5:21 pm, cokker wrote: > have you uncommented the "all" above the mentioned section? > > greets > Sven > > DeepakBhatia schrieb: > > > > > Hi, >

[symfony-users] Re: Session Timeout

2009-02-23 Thread DeepakBhatia
Feb 23, 2009, at 2:34 AM, DeepakBhatia wrote: > > > > > > > Hi, > > > I have changed the session time out to 32400 in the factories.yml file > > in > > > apps/front/config/factories.yml > > > But still session timeout is happening after the default 30 M

[symfony-users] Session Timeout

2009-02-22 Thread DeepakBhatia
Hi, I have changed the session time out to 32400 in the factories.yml file in apps/front/config/factories.yml But still session timeout is happening after the default 30 Minutes (1800 Sec). == user: class: myUser param: timeout: 32400 ==

[symfony-users] How to download a file ?

2009-02-16 Thread DeepakBhatia
Hi, I am creating an excel file using sfPhpExcel Plugin in the Linux Environment. How do we download a file from the linux server to my machine ? Thanks Deepak Bhatia --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: propel-build-schema fails - No database selected?

2009-02-12 Thread DeepakBhatia
1. Copy the schema.yml to the yourproject/config directory 2. php symfony propel:build-model 3. php symfony cc 4. php symfony configure:database "mysql://root:@localhost/rtdb1" (Suppose you want to make database "rtdb1", Login: root, Password: None) 5. php symfony propel:build-sql 6. mysqladm

[symfony-users] Re: sfPhpExcelPlugin-1.0.1

2009-02-12 Thread DeepakBhatia
les\01 simple.php Parse error: parse error in Command line code on line 1 On Feb 11, 8:40 pm, geoffroy wrote: > you must have to symfony clear cache to regenerate .class autoloading. > > ./ symfony cc > > On Feb 11, 8:4

[symfony-users] Re: Add Channel and Install Plugin Command Not Working

2009-02-12 Thread DeepakBhatia
I have tried this on Windows Machine and it worked. Why it is failing on Linux Machine On Feb 11, 3:34 pm, DeepakBhatia wrote: > Hi, > > The following commands are not working > > 1. symfony plugin:add-channel pear.symfony-project.com > > 2. symfony plugin:ins

[symfony-users] Add Channel and Install Plugin Command Not Working

2009-02-11 Thread DeepakBhatia
Hi, The following commands are not working 1. symfony plugin:add-channel pear.symfony-project.com 2. symfony plugin:install sfPhpExcelPlugin --revision=1.1.0 In both cases, I get the error "Unable to register channel : "pear.symfony-project.com" I have come across that pear.symfony-project.co

[symfony-users] sfPhpExcelPlugin-1.0.1

2009-02-11 Thread DeepakBhatia
Hi, Point 1 == I have installed the sfPhpExcelPlugin-1.0.1 Plugin in the my symfony project directory /opt/lampp/htdocs/wbrt/plugins/sfPhpExcelPlugin-1.0.1/ Point 2 = In this many examples are given in /opt/lampp/htdocs/wbrt/plugins/sfPhpExcelPlugin-1.0.1/examples Point 3 = When I