<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Symfony users (DISABLED) Google Group</title>
  <link>http://groups.google.com/group/symfony-users</link>
  <description>Symfony framework (http://www.symfony-project.com/)</description>
  <language>en-US</language>
  <item>
  <title>Date field displays error of other field. Maybe bug?</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/a11aa91ebee5db86/7cc37508076a91c4?show_docid=7cc37508076a91c4</link>
  <description>
  I have two fields in my form, integer and date. Entering letters instead &lt;br&gt; numbers in first field causes error message to be displayed on both &lt;br&gt; fields. Is this bug in Symfony or I am doing something wrong? &lt;br&gt; &lt;p&gt;Here are steps to reproduce it: &lt;br&gt; &lt;p&gt;Controller: &lt;br&gt; [code] &lt;br&gt; public function indexAction(Request $request)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/a11aa91ebee5db86/7cc37508076a91c4?show_docid=7cc37508076a91c4</guid>
  <author>
  sasavi...@gmail.com
  (Sasa Vilic)
  </author>
  <pubDate>Wed, 06 Jun 2012 00:02:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: [symfony-users] Re: Highlighting menu based on controller called</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/787d79ce112ab7bb/8dc14e6312690381?show_docid=8dc14e6312690381</link>
  <description>
  Couldn&#39;t we organize the menu by controller or bundle ? &lt;br&gt; So we could base the selected item on it
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/787d79ce112ab7bb/8dc14e6312690381?show_docid=8dc14e6312690381</guid>
  <author>
  gprod....@gmail.com
  (Pierre de LESPINAY)
  </author>
  <pubDate>Mon, 18 Jun 2012 15:16:40 UT
</pubDate>
  </item>
  <item>
  <title>Clearing Cache - Fatal Error</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/9787e265afbcc528/7318150ccec73ade?show_docid=7318150ccec73ade</link>
  <description>
  When I run php app/console clear:cache env=prod (or env=dev), I get a Fatal Error: &lt;br&gt; PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /Users/nate/Sites/jobeet.local /vendor/twig/lib/Twig/Node/For .php on line 98 &lt;br&gt; I&#39;m running MAMP - and when I modify the php.ini file to adjust the memory to something like 256M, it still throws the error.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/9787e265afbcc528/7318150ccec73ade?show_docid=7318150ccec73ade</guid>
  <author>
  nathanle...@gmail.com
  (Nate_L)
  </author>
  <pubDate>Mon, 18 Jun 2012 03:15:19 UT
</pubDate>
  </item>
  <item>
  <title>Symfony 2.0.15 and dependency management with composer</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/511ca375e489770d/2a514722166f2456?show_docid=2a514722166f2456</link>
  <description>
  Hello, &lt;br&gt; is there a way to enable the dependency management with composer which is in Symphony 2.1 on a Symfony 2.0 project please ? &lt;br&gt; we are starting a new big project in Symfony2 and we would like to start immediately with composer rather than waiting for the 2.1 &lt;br&gt; Thanks in advance for your answer. &lt;br&gt; Best regards,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/511ca375e489770d/2a514722166f2456?show_docid=2a514722166f2456</guid>
  <author>
  cl.subscript...@gmail.com
  (Christophe L)
  </author>
  <pubDate>Fri, 15 Jun 2012 14:24:35 UT
</pubDate>
  </item>
  <item>
  <title>[Symfony 2] Domain context</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/03c4935aace598b2/8ad5dc8a7f241a99?show_docid=8ad5dc8a7f241a99</link>
  <description>
  Hi, &lt;br&gt; I&#39;m developing an application where each user can create his own page with it&#39;s own domain. My question is: how is the best way to get the user informations by site domain (url)? I&#39;ve thought of working with contextualized factories, injecting the URI instance in the factory (DI), returning a user instance by domain (url), but I don&#39;t know if it is a good pratice. If the user is disabled, how do I redirect the user without repeat code in all controllers? In the factory certainly isn&#39;t the best place to do it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/03c4935aace598b2/8ad5dc8a7f241a99?show_docid=8ad5dc8a7f241a99</guid>
  <author>
  marcospassos....@gmail.com
  (Marcos Passos)
  </author>
  <pubDate>Thu, 14 Jun 2012 03:55:29 UT
</pubDate>
  </item>
  <item>
  <title>How can i cancel PostValidator ?</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/d0b02964c166f6bc/7b61f3d7f221879a?show_docid=7b61f3d7f221879a</link>
  <description>
  I set post validator in embedded form: &lt;br&gt; class myEmbeddedForm extends BaseForm { &lt;br&gt; function configure() { &lt;br&gt; ... &lt;br&gt; $this-&amp;gt;validatorSchema-&amp;gt;setPos tValidator(new sfValidatorCallback(array( &lt;br&gt; &#39;callback&#39; =&amp;gt; array($this, &#39;embeddedPostValidator&#39;) &lt;br&gt; ))); &lt;br&gt; } &lt;br&gt; function embeddedPostValidator($validat or, $values) {
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/d0b02964c166f6bc/7b61f3d7f221879a?show_docid=7b61f3d7f221879a</guid>
  <author>
  volole...@gmail.com
  (Олег Волошин)
  </author>
  <pubDate>Mon, 11 Jun 2012 14:13:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Symfony2 on GoDaddy</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/445fe792e125a3bb/f5b125f90513ee80?show_docid=f5b125f90513ee80</link>
  <description>
  Hello all, &lt;br&gt; I am setting up my site on godaddy and had similar problems at the beginning. I found my problems by copying app_dev.php to test.php. Removed the first few lines of code so Symfony gives me more detail on the errors, such as missing config parameters, database errors, etc. It helped me a lot!. Here are the lines that I removed:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/445fe792e125a3bb/f5b125f90513ee80?show_docid=f5b125f90513ee80</guid>
  <author>
  rzdevelo...@yahoo.com
  (rafael)
  </author>
  <pubDate>Wed, 06 Jun 2012 05:28:55 UT
</pubDate>
  </item>
  <item>
  <title>Disable ssl in swift mailer</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/2ab8bb9c77bd4f74/4155b2cf60c4310f?show_docid=4155b2cf60c4310f</link>
  <description>
  Hi, &lt;br&gt; Could any pls tell how to disable SSL in swift mailer &lt;br&gt; $transport = Swift_SmtpTransport::newInstan ce($this-&amp;gt;_smtp,$this-&amp;gt;_port) &lt;br&gt; -&amp;gt;setUsername($this-&amp;gt;_username ) &lt;br&gt; -&amp;gt;setPassword($this-&amp;gt;_pwd) &lt;br&gt; -&amp;gt;setEncryption(&#39;&#39;) &lt;br&gt; ; &lt;br&gt; This is the code snipped of swift mailer im using.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/2ab8bb9c77bd4f74/4155b2cf60c4310f?show_docid=4155b2cf60c4310f</guid>
  <author>
  anil2...@gmail.com
  (anil kumar)
  </author>
  <pubDate>Thu, 22 Dec 2011 13:05:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: [symfony-users] Symfony2 Form as a Standalone component</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/680a83263925da04/873bcd6de33780f6?show_docid=873bcd6de33780f6</link>
  <description>
  Hi Hari, &lt;br&gt; you can check how is it done in Silex: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; The controller method createFormBuilder translates to &lt;br&gt; public function createFormBuilder($data = null, array $options = array()) &lt;br&gt; { &lt;br&gt; return $this-&amp;gt;container-&amp;gt;get(&#39;form.fa ctory&#39;)-&amp;gt;createBuilder(&#39;form&#39;,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/680a83263925da04/873bcd6de33780f6?show_docid=873bcd6de33780f6</guid>
  <author>
  icho...@gmail.com
  (Hristo Salabashev)
  </author>
  <pubDate>Wed, 21 Dec 2011 09:45:18 UT
</pubDate>
  </item>
  <item>
  <title>Opinión sobre Symfony e Informática en Castellano</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/1458483a5f9ead3e/3393e147185ce87e?show_docid=3393e147185ce87e</link>
  <description>
  Hola a todos, &lt;br&gt; Estoy construyendo una comunidad de informática en castellano inspirado en &lt;br&gt; mi trabajo com desarrollador de software y de Symfony y me gustaría &lt;br&gt; invitarles a participar y pedirles su opinión, el sitio es &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.estudiaenred.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Cada semana escribimos de 2 a 4 artículos muy interesantes y también
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/1458483a5f9ead3e/3393e147185ce87e?show_docid=3393e147185ce87e</guid>
  <author>
  lbarr...@gmail.com
  (Leo Barrientos)
  </author>
  <pubDate>Fri, 09 Dec 2011 13:35:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: [symfony-users] [Symfony2] Using ZendAMF with Symfony2</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/cc01131eb45e975f/062ebf964f9e6570?show_docid=062ebf964f9e6570</link>
  <description>
  Hi Nick, do you mind sharing your findings about amf? &lt;br&gt; thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/cc01131eb45e975f/062ebf964f9e6570?show_docid=062ebf964f9e6570</guid>
  <author>
  gabinby...@gmail.com
  (GaB)
  </author>
  <pubDate>Thu, 15 Dec 2011 15:59:42 UT
</pubDate>
  </item>
  <item>
  <title>KNP and Admin generator error</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/cd40fd72d69ef150/405b0cbd05cdf4a8?show_docid=405b0cbd05cdf4a8</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am using AdminGeneratorBundle with KNP Menu and after installing all the &lt;br&gt; bundles and login to the administration panel I have such an error: &lt;br&gt; Fatal error: Call to undefined method &lt;br&gt; Doctrine\ORM\Query\AST\PathExp ression::isSimpleArithmeticExp ression() in &lt;br&gt; /home/platne/sgnx/public_html/ vendor/doctrine/lib/Doctrine/O RM/Query/SqlWalk
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/cd40fd72d69ef150/405b0cbd05cdf4a8?show_docid=405b0cbd05cdf4a8</guid>
  <author>
  grzegorz.floryan...@gmail.com
  (Grzegorz Floryanski)
  </author>
  <pubDate>Wed, 21 Dec 2011 08:19:39 UT
</pubDate>
  </item>
  <item>
  <title>MappingException: Class Acme\UserBundle\Entity\User is not a valid entity or mapped super class</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/003c3006b43ad9a1/0d8141b0fdadf3b0?show_docid=0d8141b0fdadf3b0</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am getting such an error: &lt;br&gt; MappingException: Class Acme\UserBundle\Entity\User is not a valid entity or &lt;br&gt; mapped super class &lt;br&gt; &lt;p&gt;I tried almost everything but I am stacked with that errorall the time. &lt;br&gt; &lt;p&gt;My User class looks like this : &lt;br&gt; &lt;p&gt;// src/Acme/UserBundle/Entity/Use r.php &lt;br&gt; &lt;p&gt;namespace Acme\UserBundle\Entity;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/003c3006b43ad9a1/0d8141b0fdadf3b0?show_docid=0d8141b0fdadf3b0</guid>
  <author>
  grzegorz.floryan...@gmail.com
  (Grzegorz Floryanski)
  </author>
  <pubDate>Wed, 21 Dec 2011 08:20:18 UT
</pubDate>
  </item>
  <item>
  <title>Error - Form Job - day 3</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/1a63638126fa5b25/1b7707f8d08593c1?show_docid=1b7707f8d08593c1</link>
  <description>
  Hi! &lt;br&gt; I&#39;m having a problem. I can&#39;t see the form (in the Jobeet tutorial, day 3) &lt;br&gt; with any style. Why is this? any solution? Thanks! &lt;br&gt; (Sorry about my english...) &lt;br&gt; ------------------------------ ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/1a63638126fa5b25/1b7707f8d08593c1?show_docid=1b7707f8d08593c1</guid>
  <author>
  allende.emman...@gmail.com
  (Emmanuel Allende)
  </author>
  <pubDate>Sat, 10 Dec 2011 23:57:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Sf2+MongoDB] predefine key for EmbedMany</title>
  <link>http://groups.google.com/group/symfony-users/browse_thread/thread/a39a425af6cd25d3/44f0c9d012cf6a20?show_docid=44f0c9d012cf6a20</link>
  <description>
  Look at this pull request: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/doctrine/mongodb-odm/pull/194&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It was merged yesterday, but the pull requests brokes the remove operation &lt;br&gt; of embedded documents. &lt;br&gt; Please wait
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/symfony-users/browse_thread/thread/a39a425af6cd25d3/44f0c9d012cf6a20?show_docid=44f0c9d012cf6a20</guid>
  <author>
  thomas.a...@tecbot.de
  (tecbot)
  </author>
  <pubDate>Sat, 03 Dec 2011 09:04:58 UT
</pubDate>
  </item>
  </channel>
</rss>
