[symfony-users] DoctrineExtensions Timestampable with mongodb

2011-06-04 Thread amit
nd I am updating the record as following: $user = new User(); $user->setName('Amit'); $dm = $this->get('doctrine.odm.mongodb.document_manager'); //$dm->getEventManager()->addEventSubscriber(new TimestampableListener()); - I tried this but this g

[symfony-users] Problem with DoctrineMongoDBBundle

2011-06-03 Thread amit
ave Demo.ApiBundle.Document.Category.mongodb.yml in Resources/ config/doctrine folder Itvg\ApiBundle\Document\Category: fields: id: type: id id: true name: type: string What am I doing wrong? Isn't the CLI command I am running supposed to create Category class instead

[symfony-users] How I can share some functionality between models

2010-05-06 Thread amit
How I can share some functionality between models? -- Amit -- 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] Project level i18n directory

2010-04-30 Thread amit
Is there a project level i18n directory in symfony? If not, where do translations shared by multiple applications live? -- 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] Strange rewrite issue

2008-10-06 Thread amit
. Any pointers? Regards, Amit. --~--~-~--~~~---~--~~ 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 unsubscribe from this group, sen

[symfony-users] Re: anybody using PHP 5.2.5?

2008-03-04 Thread amit
Did you try disabling the optimizer in php.ini? On Mar 4, 4:20 am, "Lee Bolding" <[EMAIL PROTECTED]> wrote: > OK, thanks to everybody so far (at this late hour!) - anybody using Plesk > can confirm that is what is causing the error? > > I'm referring to the bug at the end of this > threadhttp://

[symfony-users] any documentation for sfValidatorSchemaCompare

2008-03-03 Thread amit
Hi, Is there any doc/example of how to use sfValidatorSchemaCompare in 1.1? In an admin generated module I want to ensure that user doesn't fill same value in two fields. Thanks, Amit. --~--~-~--~~~---~--~~ You received this message because you are subsc

[symfony-users] Re: Need your help for take off from google list

2008-02-10 Thread amit
>S/He's actually done her/himself a > disservice by mentioning those keywords AGAIN in this list, as now > there's even more relevance in groups.google.com for those keywords. Interesting, now we have two google group threads for 'that' keyword on top of google search --~--~-~--~~-

[symfony-users] Re: Symfonians, yet another place for the Symfony community

2008-01-21 Thread amit
Same thing happened with me. Worked on second attempt. Regards, Amit. On Jan 21, 5:27 pm, Stefan Koopmanschap <[EMAIL PROTECTED]> wrote: > OK, for some reason my first registration attempt never sent me my e- > mail. Registering with another username and another e-mailaddress &g

[symfony-users] Re: My Second Symfony Project

2008-01-16 Thread amit
o. Am I missing anything? What do others feel on this list? Regards, Amit. On Jan 15, 2:16 pm, "Birchandra Sanasam" <[EMAIL PROTECTED]> wrote: > Hi all, > > It is my symfony second project. Please visit here and give feedback > > http://amrit-cwt.com/<http://amrit-c

[symfony-users] dimensions plugin name changed

2008-01-16 Thread Amit Rana
. Regards, Amit. --~--~-~--~~~---~--~~ 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 unsubscribe from this group, send email to [EMAIL PROT

[symfony-users] Re: mod_rewrite on my production server

2007-10-28 Thread Amit Rana
can you also post frontend's settings.yml? On 10/28/07, cleve <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > Im having real trouble trying to get URL Rewriting working on my > redhat apache2 prod server. > > When going to: > http://fuzzed/static/watch > > it just displays > "Not Found > The requ

[symfony-users] Re: Developer tools / Task / Team Managment

2007-10-22 Thread Amit Rana
eclipse + mylyn mantis On 10/22/07, Jon Busby <[EMAIL PROTECTED]> wrote: > > While we're on the subject of developer tools - what does everyone use > for their team / task management... > > we're currently using activecollab 0.71, but now they've switched to a > paid model we're reassessing basec

[symfony-users] Re: Developer tools

2007-10-20 Thread Amit Rana
Platform: Fedora Core 8 IDE- Eclipse with phpeclipse Browser: Firefox with firebug and web developer toolbar On 10/20/07, Nicolas Perriault <[EMAIL PROTECTED]> wrote: > Platform:Mac OS X, Gutsy, Etch > IDE: Aptana + PHPEclipse > Editor: Vim > Browser: FF2 and Safari > > ++ > >

[symfony-users] Re: sfLucenePlugin - Wildcards not supported?

2007-10-10 Thread Amit Rana
The exception you see is from ZSL itself. " Lucene supports single and multiple character wildcard searches within single terms (not within phrase queries). " http://framework.zend.com/manual/en/zend.search.lucene.query-language.html#zend.search.lucene.query-language.wildcard On 10/10/07, Danie

[symfony-users] Re: Very, very slow app?symfony(not really)?server??

2007-09-27 Thread Amit Rana
1. How many tables do you have? If there are lots of tables then opcode caching really helps. 2. Whats your server load? 3. Also can you tell your RAM usage In my opinion shared hosting is the culprit but still if its a simple application it should perform well assuming it being an admin back

[symfony-users] Re: How to get metas_title param (view.yml) ?

2007-09-26 Thread Amit Rana
> How to get metas_title param from view.yml ? getMetas() doesnt work? http://www.symfony-project.com/api/1_0/sfWebResponse On 9/26/07, Sylvain - Com-Océan <[EMAIL PROTECTED]> wrote: > > I have the same question : > > How to get metas_title param from view.yml ? > > I'm designing a CMS (merge of

[symfony-users] Re: wanna give seminar but have no ideas

2007-09-10 Thread Amit Rana
It depends what do you want to cover. Following are some of the suggestions: 1. What are frameworks? Why use them? 2. Compare a few available 3. php symfony 4. main features - how it helps 5. sample application 6. small talk on plugins and some available ones. 7. can end with some success stories.

[symfony-users] Re: How to enable Gzip using symfony ?

2007-09-03 Thread Amit Rana
Yes, you just have to do that. Make sure .settings is also uncommented. It works. Another way is to use apsche's deflate/gzip On 9/3/07, rbawaskar <[EMAIL PROTECTED]> wrote: > > Hi all, > > Currently I am working on a fantasy gaming website. To optimize the > web site performance we need to enabl

[symfony-users] change in sfZendFrameworkBridge

2007-08-31 Thread Amit Rana
Hi, I was working with sfZendFrameworkBridge, Zend Framework 1.0.1 and there is one change. Zend.php is not there anymore so it has to be replaced by Loader.php require_once(sfConfig::get('sf_zend_lib_dir').'/Loader.php&#x

[symfony-users] Re: Dynamic config

2007-08-19 Thread Amit Rana
Not sure whats the symfony way but in one of our projects I did this We had a separate project.yml file which had application wide parameters (somethings used in all apps), we added parameters from that file to sfConfig and used below to update it. This example is for adding new parameter, you c

[symfony-users] Re: www.e4s.co.uk built on symfony

2007-08-13 Thread Amit Rana
in how you did the forum integration? Which forum > software do you use? Do you synchronize the user databases? Can you > use the same layout to decorate your symfony pages and your forum > pages? > > Thx > Robert > > On Jul 20, 12:28 pm, amit <[EMAIL PROTECTED]> wrote: >

[symfony-users] Re: www.e4s.co.uk built on symfony

2007-08-13 Thread Amit Rana
he 500k hits like that? > > On 7/21/07, Amit Rana <[EMAIL PROTECTED]> wrote: > > > > We regularly get over 500,000 hits per day. 80-90% of our visitors are > > new users. > > > > Currently our traffic is almost half of that. We are using Mysql (with > &g

[symfony-users] enabling error_404_modules, all other pages start giving 404

2007-07-26 Thread Amit Rana
Hi, I am facing a strange problem which I am unable to debug. If I enable error_404_module and actions for an app I start getting 404 for all the pages. Although website is working as expected but instead of 200 symfony is sending 404 for all pages. Below are symfony logs Any advice? what a

[symfony-users] Re: www.e4s.co.uk built on symfony

2007-07-20 Thread Amit Rana
> > When you say "very high traffic", how high are you talking about? > > > > On 7/20/07, amit <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > >I am happy to announce release of http://www.e4s.co.uk , another > > symfony

[symfony-users] www.e4s.co.uk built on symfony

2007-07-20 Thread amit
d that enables employers to advertise job vacancies to thousands of job seekers via our comprehensive job search facilities. Comments and feedback are welcome. As always thanks everyone for helping us on the way. Regards, Amit Rana. -- w: www.valuejini.com | blog.techjini.com | www.cheermyte

[symfony-users] not compressing output of specific action/module

2007-07-18 Thread Amit Rana
Hi, I am following http://www.symfony-project.com/book/trunk/18-Performance#Compressing%20the%20Response Is it possible to disable compressing on module or action level? I tried putting settings.yml in modules/mymodule/config folder but it didnt work. Am I doing something wrong? prod: .set

[symfony-users] Re: encoders and/or obfuscators and symfony

2007-07-15 Thread Amit Rana
5.1.6 some seg faults now and then but no affect on site. APC did work with 5.2.0 and 5.2.1 but lots of seg faults. APC works perfectly fine with 5.2.3, we have 100% hits coming from APC and 0 seg faults so far. Regards, Amit. On 7/11/07, Razvan Popa <[EMAIL PROTECTED]> wrote: > > H

[symfony-users] Re: Tracking down a problem..

2007-07-02 Thread Amit Rana
e so I guess it only happens with me :) May be you want to try this. Regards, Amit. On 7/2/07, Ian P. Christian <[EMAIL PROTECTED]> wrote: > Hi, > > I've recently tried to upgrade an application, and found that the > production controller no longer works - it just dies silently

[symfony-users] Re: eaccelerator 0.9.5 and php-5.2.x

2007-06-30 Thread Amit Rana
gt; > Any reasons not to upgrade to 5.2.3? > > Amit Rana wrote: > > APC-3.0.14 > > PHP-5.2.0 > > symfony-1.0.6PRE > > > > On 6/30/07, Kiril Angov <[EMAIL PROTECTED]> wrote: > > > >> Some string functions were segfaulting in 5.2.1 what versio

[symfony-users] Re: eaccelerator 0.9.5 and php-5.2.x

2007-06-30 Thread Amit Rana
APC-3.0.14 PHP-5.2.0 symfony-1.0.6PRE On 6/30/07, Kiril Angov <[EMAIL PROTECTED]> wrote: > > Some string functions were segfaulting in 5.2.1 what version exatly are > you running with APC? > > Kupo > > amit wrote: > > Hi, > > Thanks for the response. I hav

[symfony-users] Re: eaccelerator 0.9.5 and php-5.2.x

2007-06-30 Thread amit
Hi, Thanks for the response. I have already tried APC but it keeps giving me segmentation fault. [notice] child pid 27139 exit signal Segmentation fault (11) I will play with it more. Thanks, Amit. On Jun 30, 8:24 am, Kiril Angov <[EMAIL PROTECTED]> wrote: > I suggest you go with

[symfony-users] eaccelerator 0.9.5 and php-5.2.x

2007-06-29 Thread amit
annot access protected property sfConfig::$config in / usr/local/lib/php/symfony/config/sfConfig.class.php on line 61 ) Is anyone using eaccelerator 0.9.5 and php-5.2.x. combination with symfony? Regards, Amit. --~--~-~--~~~---~--~~ You received this message bec

[symfony-users] Re: New Site on Symfony

2007-06-27 Thread Amit Rana
hey, nice site. you should remove index.php http://www.indiademocracy.org/index.php/home so it can be accessed as http://www.indiademocracy.org/home read about no_script_name my 2 cents. On 6/27/07, Muhammad Asif Ali <[EMAIL PROTECTED]> wrote: > Hi All, > > we have successfully

[symfony-users] Re: symfony 1.0.5 released (security fix)

2007-06-26 Thread amit
Hi, I took latest version from trunk (svn co http://svn.symfony-project.com/trunk/ .) but it says version as 1.1.0-DEV revision was 4401. Is this ok? Thanks, Amit. On Jun 25, 10:10 pm, Fabien POTENCIER <[EMAIL PROTECTED] project.com> wrote: > I've just released symfony 1.0.5.

[symfony-users] Re: [symfony-users]

2007-06-18 Thread Amit Rana
ult_module, default_action I will keep your advice in mind :) I guess RTFM was a better answer. On 6/18/07, Kiril Angov <[EMAIL PROTECTED]> wrote: > > Either give precise answer or do not answer at all... > > Amit Rana wrote: > > settings.yml > > > > On

[symfony-users] Re: [symfony-users]

2007-06-18 Thread Amit Rana
settings.yml On 6/18/07, Kiril Angov <[EMAIL PROTECTED]> wrote: > > Which is done how? > > Francois Zaninotto wrote: > > Hi Birchanda, > > > > Could you add your site to the list of symfony-powered websites in the > > wiki? > > > > http://trac.symfony-project.com/trac/wiki/ApplicationsDevelopedWi

[symfony-users] Re: W3Counter v4 Built on Symfony

2007-05-22 Thread Amit Rana
Very good design. Nice work. Did you leave customization of symfony 404 page intentionally? I have a generic question to all, (I know this might be more of a personal preference thing) Which one do you prefer http://www.w3counter.com/online_now/2/recent/20/0 or http://www.w3counter.com/online-no

[symfony-users] Re: question regarding using criteria object

2007-04-06 Thread Amit Rana
Did you try Criteria::CUSTOM?? something like $c->add(Table::COL, "your stuff", Criteria::CUSTOM); On 4/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi There, > > I think what Sushil is asking is a bit different. In general terms, > how can you make use of in-build MySQL functions in

[symfony-users] Re: sfTestBrowser - redirect loses session variables?

2007-03-22 Thread amit . rana
Hi, I noticed same thing happens with flash variables too. When I set flash variable and redirect it, tests fail but I can see the variable value if I access using the browser. Can anyone guide? Thanks. On Mar 22, 11:01 am, "Amit Rana" <[EMAIL PROTECTED]> wrote: > Hi,

[symfony-users] sfTestBrowser - redirect loses session variables?

2007-03-21 Thread Amit Rana
responseContains('Incorrect prod name') //this tests keeps failing ; Using brwoser I to go http://server/myapp/tests/prodtest , it shows text box, I fill it press enter, I get redirected to http://server/myapp which shows the message Whats wrong in my test? TIA. Regards, Amit. --~