[symfony-users] Vespolina Project Status

2011-04-09 Thread Daniel Kucharski
Hey All, It has been some time since we've announced the project on the mailing list and on the Symfony Live hack day, so this email is just a quick update. The community feedback on use cases and overall design has been great, resulting in new and interesting insights how Vespolina should

RE: [symfony-users] Re: Introducing Vespolina - the new sf2 based e-commerce platform

2011-02-01 Thread Daniel Kucharski
I suggest creating a new thread on the developer mailing list (or mail me directly if you prefer). FYI, mailing list is http://groups.google.com/group/vespolina-dev Your feedback is greatly appreciated! You can also join our weekly meeting which is tomorrow. -Original Message- From: s

[symfony-users] Introducing Vespolina - the new sf2 based e-commerce platform

2011-01-25 Thread Daniel Kucharski
Hello Symfonians, We would like to introduce you all to a new symfony2 based project. The purpose of this project is to create an expandable Symfony2 based ecommerce platform, built on interchangeable bundles that can be used independently of Vespolina, all managed by a configurable workflo

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

RE: [symfony-users] Symfony2 - MongoDB extension not loadable?

2010-10-13 Thread Daniel Kucharski
Sent: dinsdag 12 oktober 2010 23:40 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Symfony2 - MongoDB extension not loadable? Did you include the DoctrineMongo bundle in your kernel? t On Wed, Oct 13, 2010 at 04:58, Daniel Kucharski wrote: Hi, I get following error

[symfony-users] Symfony2 - MongoDB extension not loadable?

2010-10-12 Thread Daniel Kucharski
Hi, I get following error when trying to access the mongo document service in Symfony 2PR3: There is no extension able to load the configuration for "doctrine_odm.mongodb" (in D:\wamp\www\symfony2\app/config\config.yml).' My config.yml contains following line: doctrine_odm.mon

RE: [symfony-users] Search with AJAX doesn´t work i n prod environment

2010-08-26 Thread Daniel Kucharski
Try enabling debug in production and check whether or not the ajax request actually gets a response. -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Barry Sent: donderdag 26 augustus 2010 17:48 To: symfony users Subject: [symfony

RE: [symfony-users] symfony1.4 and choice dependent dropdown selects

2010-08-23 Thread Daniel Kucharski
Check sfDependentSelectPlugin -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Abhinav Keswani Sent: maandag 23 augustus 2010 8:42 To: symfony-users@googlegroups.com Subject: [symfony-users] symfony1.4 and choice dependent dropd

RE: [symfony-users] Abridged summary of symfony-users@googlegroups.com - 32 Messages in 22 Topics

2010-08-22 Thread Daniel Kucharski
Goed bezig :-) -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of joost.fa...@freshheads.com Sent: zaterdag 21 augustus 2010 14:51 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Abridged summary of symfony-users@goo

[symfony-users] Overriding files from a plugin within another plugin

2010-08-17 Thread Daniel Kucharski
Hi, Is it possible to create a plugin which overrides various settings / classes from other symfony plugins (routing, schema, model classes)? If so, does the order how plugins are loaded (in the project configuration) matter? Kind regards, Daniel -- If you want to report

RE: [symfony-users] Re: issues after moving form code to a plugin

2010-08-05 Thread Daniel Kucharski
7;PluginBrand' as being both different models and generating multiple forms. You just have to know it :-) -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Daniel Kucharski Sent: donderdag 5 augustus 2010 16:05 To: symfony-u

Re: [symfony-users] Re: issues after moving form code to a plugin

2010-08-05 Thread Daniel Kucharski
nd regards, > Johannes > > On 5 Aug., 09:38, "Daniel Kucharski" wrote: >> Hi, >> >> Thanks for taking time to look into the issue.  I tried what you did and >> moved the plugin out of the project, rebuild the doctrine classes with a >> dummy model and

Re: [symfony-users] issues after moving form code to a plugin

2010-08-05 Thread Daniel Kucharski
ever had this happening and I've > written a lot of Doctrine plugins. :) > > Sent from my iPhone > > On Aug 4, 2010, at 11:45 PM, "Daniel Kucharski" > wrote: > >> In, >> >> >> >> In the progress of moving some of my doctrine / symphony 1.

[symfony-users] issues after moving form code to a plugin

2010-08-04 Thread Daniel Kucharski
In, In the progress of moving some of my doctrine / symphony 1.4 based project to a plugin I am facing problems generating form classess located in the new plugin. Beneath an excerpt of generated classes in this folder: /lib/forms/base/PluginBrandForm.class.php /lib/forms/doctrine/base

RE: [symfony-users] Conditional based redirects

2010-07-23 Thread Daniel Kucharski
juli 2010 14:56 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Conditional based redirects Could you set a user attribute during step 1 and on your last step it checks for that and sends user to the url? On Jul 23, 2010 3:49 AM, "Daniel Kucharski" wrote: Hi, Someti

[symfony-users] Conditional based redirects

2010-07-23 Thread Daniel Kucharski
Hi, Sometimes I find myself often in a situation where I need to redirect from a given action based on how the current action was reached. For example, from a customer list a user can add a customer(which can be a multiple step form), which will redirect back to the customer list. However, a c

RE: [symfony-users] help

2010-05-13 Thread Daniel Kucharski
You need to save the 'personne' object before sending the mail $this->form->getObject()->save(); -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of safa boubekri Sent: donderdag 13 mei 2010 11:27 To: symfony-users Subject: [symfon

RE: [symfony-users] Server crash instead of errors

2010-05-06 Thread Daniel Kucharski
Hi, I had a similar problem and it turned out to be mysql which was dumping (wamp installation). After reinstalling the latest WAMP version problems were solved. -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Amadeus Sent: don

[symfony-users] i18n with technical names instead of text

2010-04-30 Thread Daniel Kucharski
Hi, Is it possible to use technical names such as 'loginForm.sendButton' or 'mainPage.linkToLogin' instead of the actual text for the default culture in any view template and have it translated through I18n based upon the culture? Kind regards, Daniel -- If you want to report a

RE: [symfony-users] Routing cache and memory usage

2010-03-19 Thread Daniel Kucharski
This is interesting. How do you cache it? (and does it also work with APC?) Kind regards, Daniel -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Eno Sent: woensdag 17 maart 2010 15:13 To: symfony-users@googlegroups.com Subject

[symfony-users] bypass cache after redirect

2010-02-28 Thread Daniel Kucharski
Hi all, When I switch the user language for my project ( I switch just back to the homepage in the newly set language) I notice that Internet Explorer displays the homepage in the previous language. Using DebugBar I found out the homepage appears to be cached by Internet Explorer. Is there

RE: [symfony-users] Doctrine - how to detect if behavior exists

2010-02-10 Thread Daniel Kucharski
hat's possible. Inside the model class, do: $this->getTable()->hasTemplate('Timestampable') You can also do getTemplates() which returns all attached templates (= behaviors). Cheers, Daniel On 10.02.2010, at 08:51, Daniel Kucharski wrote: Hi,

[symfony-users] Doctrine - how to detect if behavior exists

2010-02-09 Thread Daniel Kucharski
Hi, Is it possible to detect if for a given model class a specific behavior exists? (eg. Does the Timestampable behavior exists for model class User) Kind regards, Daniel -- You received this message because you are subscribed to the Google Groups "symfony users" group. To pos

RE: [symfony-users] URL Trouble

2010-02-04 Thread Daniel Kucharski
You can write mod rewrite rules in your .htaccess file and indicate it is permanently moved: I have for one of my projects: RewriteRule ^dealers.php http://www.thesite.com/nl/dealers [R=301,L] -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com

[symfony-users] Error installing Propel 1.5 plugin

2009-12-29 Thread Daniel Kucharski
Hi, I am trying to install the new propel plugin but struggle to install it on my 1.3 system. What am I missing? PS, I also noticed that the plugin status is still alpha. Anybody already using it? symfony plugin:install sfPropel15Plugin-0.5.5.tgz >> sfPearFrontendPlugin Down

RE: [symfony-users] Hotels & airfare for Symfony Live

2009-12-22 Thread Daniel Kucharski
Hi Tom, When I was working in Paris (two years ago) I used to book through following websites: http://www.bsp-hotels.com http://www.hotel-paris.net/ I always suggest to take a 3 star hotels but this depends of course of your budget. I have had multiple times bad experiences with 2 star hotels

RE: [symfony-users] I can't see the images of the "default" module.

2009-12-19 Thread Daniel Kucharski
Check if your /sf alias in your http config is pointing to the right directory. -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of tirengarfio Sent: vrijdag 18 december 2009 21:23 To: symfony users Subject: [symfony-users] I can't

RE: [symfony-users] Re: DBFinderPlugin future

2009-11-19 Thread Daniel Kucharski
It would be indeed nice if some effort could be made to get this plugin working on symfony 1.3/1.4. I can't migrate my 1.2 project to 1.3 as it heavily depends on this plugin. My original plan was to migrate my project at some point in the future to Doctrine and ease the transaction-pain by tempo

RE: [symfony-users] symfony 1.3 - propel build error

2009-11-19 Thread Daniel Kucharski
- propel build error Is that using the latest RC/SVN? I think there has been a bug, but this should be fixed. I checked my project and it works Fabian On Wed, Nov 18, 2009 at 2:38 PM, Daniel Kucharski wrote: > Here you are: > > BaseBloggableHasTagPeer.php à http://pastebin.org/54843 > &g

RE: [symfony-users] symfony 1.3 - propel build error

2009-11-18 Thread Daniel Kucharski
@googlegroups.com Subject: Re: [symfony-users] symfony 1.3 - propel build error Is that using the latest RC/SVN? I think there has been a bug, but this should be fixed. I checked my project and it works Fabian On Wed, Nov 18, 2009 at 2:38 PM, Daniel Kucharski wrote: > Here you

RE: [symfony-users] symfony 1.3 - propel build error

2009-11-18 Thread Daniel Kucharski
- propel build error Could you create a pastebin <http://pastebin.com/> with the full BasePeer code, and one with your model definition ? Thanks, Alexandre 2009/11/18 Daniel Kucharski Hi, I am trying to port a symfony 1.2 application to 1.3. When regenerating the model, I get fol

[symfony-users] symfony 1.3 - propel build error

2009-11-17 Thread Daniel Kucharski
Hi, I am trying to port a symfony 1.2 application to 1.3. When regenerating the model, I get following parse error below. It looks that something goes wrong when the symfony behaviors code is added to the propel generated code (a '}' for closing the method doUpdate is missing). Anybody any

[symfony-users] Re: The big memory issue

2009-09-28 Thread Daniel Kucharski
Symfony on every hit > extension=apc.so > ; Give APC enough shared memory to handle symfony, Doctrine, etc. This > is a generous figure > apc.shm_size = 48 > apc.include_once_override = 1 > apc.mmap_file_mask = /tmp/apc.XX > > Then restart Apache and watch your memory usage plummet

[symfony-users] Re: The big memory issue

2009-09-28 Thread Daniel Kucharski
Hi, Thank you very much for your quick response. I'll keep this in mind while querying and hydrating objects. However, the problem is actually that i already have a very high memory consumption even before anything from the database is queried. If you check the trace, you'll notice that alread