Re: [symfony-users] Request for Symfony 2 installation guide

2011-06-21 Thread seven seven
To get rid of the error with icuuc36.dll missing or required you must copy from the xampp location to C:\Windows . Do this for all dependencies and will work. On Tue, Jun 21, 2011 at 4:40 PM, Jeremiah Dodds jeremiah.do...@gmail.comwrote: On Tue, Jun 21, 2011 at 5:00 AM, Vaibhav Rajput

[symfony-users] [Symfony2] AdminBundle - How to set the translationDomain for SonataUserBundle : UserAdmin ?

2011-06-17 Thread seven seven
Hi everyone, I am using Sonata UserBundle to manage users and groups in AdminBundle. My question is how to set the translationDomain to what I need in order to translations. I was thinking if there's a way to set this from my app config ... is this possible ? I know from the docs about placing

Re: [symfony-users] Re: - [beta3] Empty values on the page that exists in database

2011-06-14 Thread seven seven
! On Fri, Jun 10, 2011 at 4:14 PM, seven seven sapt...@gmail.com wrote: Hi, Sorry to insist on this, but I don't really understand why the empty values are appearing on the page. Maybe the reason is that I don't use the fallback properly !? This is what I have in my config.yml file

Re: [symfony-users] Re: - [beta3] Empty values on the page that exists in database

2011-06-10 Thread seven seven
/06/2011 13:58, seven seven a écrit : Thanks for your answer ! Actually I will have to raise this again as I have updated to beta4 and still the same issue. It is definitely because of one of the beta1 release and most likely because of the DoctrineCommon 3.0 annotations changes. Maybe

Re: [symfony-users] Re: - [beta3] Empty values on the page that exists in database

2011-06-08 Thread seven seven
issues. I know there are some bundles (WebServiceBundle for one) that were broken in the last release or two. So, there could, possibly, be bundle-related issues. Roger On Jun 2, 6:00 am, seven seven sapt...@gmail.com wrote: Hi everyone, I am currently working on a basic CMS based

[symfony-users] [Symfony2] - [beta3] Empty values on the page that exists in database

2011-06-02 Thread seven seven
Hi everyone, I am currently working on a basic CMS based on sf2. After upgrading from beta1 to beta3 a strange thing happened , some data doesn't appear on the page anymore; same database as in beta1. I must mention that data from the same entity , some works some does not, but every time I

Re: [symfony-users] Doctrine Extensions in Symfony2 Beta1

2011-05-29 Thread seven seven
. at *TockFlatPagesController -indexAction *() in at line On Sat, May 28, 2011 at 5:37 PM, Christophe COEVOET s...@notk.org wrote: Le 28/05/2011 16:26, seven seven a écrit : Hi , How to inject the new annotation reader for doctrine extentions ? There is a part of code on github regarding annotations

Re: [symfony-users] Doctrine Extensions in Symfony2 Beta1

2011-05-29 Thread seven seven
/05/2011 13:08, seven seven a écrit : Hi Stof, Yes that is correct ! I did a better debugging and followed the *Update* from github on symfony2 and some of the problems were gone. But I am still having some troubles with my repositories . It might be that I didn't follow the update

Re: [symfony-users] Doctrine Extensions in Symfony2 Beta1

2011-05-28 Thread seven seven
Hi , How to inject the new annotation reader for doctrine extentions ? There is a part of code on github regarding annotations which I don't know where to place. Thank you in advance ! On Wed, May 11, 2011 at 11:11 AM, Gediminas Morkevicius gediminas.morkevic...@gmail.com wrote: stof, maybe

Re: [symfony-users] Re: [Symfony2] Server configuration - Warning: is_file(): open_basedir restriction in effect

2011-05-25 Thread seven seven
Thanks ! I have found this : http://bugs.php.net/bug.php?id=41518 But I am not sure how to fix it. The problem now I have modified my apc.ini memory to 64M and it works on one domain but not on the other . Still I am not fully understand it . If this have anything to do with the assetic , how

Re: [symfony-users] Re: [Symfony2] Server configuration - Warning: is_file(): open_basedir restriction in effect

2011-05-25 Thread seven seven
to : error_reporting = E_ALL ~E_NOTICE. Hope this helps anyone else ! On Wed, May 25, 2011 at 12:52 PM, seven seven sapt...@gmail.com wrote: Thanks ! I have found this : http://bugs.php.net/bug.php?id=41518 But I am not sure how to fix it. The problem now I have modified my apc.ini memory

[symfony-users] Re: [Symfony2] Server configuration - Warning: is_file(): open_basedir restriction in effect

2011-05-17 Thread seven seven
Hi again, Pretty please ...!!!.. An advice will be welcome ! I am trying to fix/understand all that I can before moving forward with SF2. Thanks in advance ! On Mon, May 16, 2011 at 12:34 PM, seven seven sapt...@gmail.com wrote: Hi all, I will get to the point very fast... :P. In the past

[symfony-users] [Symfony2] Server configuration - Warning: is_file(): open_basedir restriction in effect

2011-05-16 Thread seven seven
Hi all, I will get to the point very fast... :P. In the past I did had few shared hosting accounts and I wasn't happy with the configuration so far, so I ended up with a VPS server which I installed and configured myself. Anyway I ended with the following warnings when I am trying to access the

[symfony-users] Re: [Symfony2] - Trouble with MenuBundle in beta1 - cannot override renderLink() from MyCustomMenuItem

2011-05-05 Thread seven seven
Anyone !? :) Added some comments to my code bellow . On Wed, May 4, 2011 at 5:04 PM, seven seven sapt...@gmail.com wrote: Hi everyone, Let me be short. I have a class MainMenu and I want to override the *renderLink() *from MenuItem in *MyCustomMenuItem *class, but something is not working

[symfony-users] [Symfony2] - Fatal error on post for contact form

2011-05-05 Thread seven seven
Hi there, I am receiving this error when I am trying to submit data from a contact form : *Fatal error*: Call to undefined function Symfony\Component\Form\Extension\Core\DataTransformer\intl_is_failure() in*

Re: [symfony-users] [Symfony2] - Fatal error on post for contact form

2011-05-05 Thread seven seven
No , I don't have it . Isn't there another option , without the intl extension ? On Thu, May 5, 2011 at 3:03 PM, Don Pinkster d...@pinkster.eu wrote: It seems like you dont have the PHP intl extension installed. http://nl.php.net/intl On Thu, May 5, 2011 at 1:52 PM, seven seven sapt

[symfony-users] [Symfony2] - Trouble with MenuBundle in beta1 - cannot override renderLink() from MyCustomMenuItem

2011-05-04 Thread seven seven
Hi everyone, Let me be short. I have a class MainMenu and I want to override the *renderLink() *from MenuItem in *MyCustomMenuItem *class, but something is not working because I have nothing in my output html but the default output. *In MainMenu extends Menu:*

[symfony-users] [symfony2] set magic_quotes_gpc to off on home level ?

2011-05-02 Thread seven seven
Hi everyone, I am currently facing one annoying issue . Everytime I insert something into mysql DB using *AdminBundle *I have a quote escape ( ' or / becoming \ \' \/ ) . I suspect this is because my provider has *magic_quotes_gpc = on* and he don't want to set it to off. The question I have ,

Re: [symfony-users] Re: [symfony2] set magic_quotes_gpc to off on home level ?

2011-05-02 Thread seven seven
Thanks for your quick reply ! Yes I tried this already but it seems that the settings are not meant to work this way, it troughs a 500 internal error. I know there is a config available to put a php.ini file with magic_quotes_gpc = off , but this being a by folder setup it means I should put this

Re: [symfony-users] Re: [symfony2] set magic_quotes_gpc to off on home level ?

2011-05-02 Thread seven seven
Hi Carl, Thanks for your response ! Actually the magic_quotes_gpc cannot be changed with init_set after 4.2.3 because is a PHP_INI_PERDIR according to this post http://stackoverflow.com/questions/517008/how-to-turn-off-magic-quotes-on-shared-hosting and php.net . Again on to the same post I found

Re: [symfony-users] Bundle does not contain any mapped entities.

2011-04-20 Thread seven seven
Hi, You should use php app/console doctrine:schema:create assuming that you have already created your database ( you can do this with doctrine:database:create ). generate:entities is used when you have defined your entity in .yml or .xml file(s). I am new to symfony , so someone please correct

Re: [symfony-users] Re: AdminBundle - not able to make it work in PR10

2011-04-11 Thread seven seven
...@gmail.comwrote: The arguments signature has changed. You must add null as first argument. The white page is not normal, if you are in dev mode you should see an error stack On 11 avr. 2011, at 11:34, seven seven wrote: On my side the problem is that I don't receive any error. I am getting

Re: [symfony-users] Re: AdminBundle - not able to make it work in PR10

2011-04-11 Thread seven seven
, TockTockFlatPagesBundle:GroupPageEngineAdmin] On 11 avr. 2011, at 11:56, seven seven wrote: You mean like this : arguments: [null, TockTockFlatPagesBundle:GroupPageEngineAdmin] ? I am in dev mode, ah I was referring that no fields are present, the Admin template is there on the page, like there is no entity

Re: [symfony-users] Re: AdminBundle - not able to make it work in PR10

2011-04-11 Thread seven seven
in order to work with AdminBundle ? It shouldn't work that way but I am asking ... On Mon, Apr 11, 2011 at 2:17 PM, seven seven sapt...@gmail.com wrote: Thanks ! That push me into a different area. I get an exception : RuntimeException: Please define a default `baseRouteName` value

[symfony-users] [symfony2] AdminBundle - not able to make it work in PR10

2011-04-10 Thread seven seven
Hi everyone, Is AdminBundle working in PR10 ? I am not able to make it work at all ... I followed the instructions from the Resources/doc . -- br Cezar -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message

Re: [symfony-users] Re: [Symfony2] DoctrineExtensionsBundle - works with Doctrine 2.0.3 ?

2011-04-07 Thread seven seven
? On Thu, Apr 7, 2011 at 5:27 PM, seven seven sapt...@gmail.com wrote: I have returned ! First let me thank you for your answer ! After some experimental work I finally managed to make this work and also generate my DB tables. The reason I wanted to write back is that I cannot manage to insert

Re: [symfony-users] Re: [Symfony2] DoctrineExtensionsBundle - works with Doctrine 2.0.3 ?

2011-04-07 Thread seven seven
, Apr 7, 2011 at 7:11 PM, Christophe COEVOET s...@notk.org wrote: Le 07/04/2011 18:01, seven seven a écrit : Here is the code I am using in my controller to insert the data : $group = new GroupPageEngine(); $group-setInternalName('HomePage'); $group-setTitle('HomePageT'); $em

[symfony-users] Re: [Symfony2] DoctrineExtensionsBundle - works with Doctrine 2.0.3 ?

2011-04-05 Thread seven seven
\htdocs\mcchipdkr\vendor\bundles\Stof\DoctrineExtensionsBundle\Listener\LoggableListener.php * on line *17* * * ***Also I did tried to use Doctrine master branch and the error was the same as above .* * * *Any thoughts about solving this ? * On Tue, Apr 5, 2011 at 11:10 AM, seven seven sapt...@gmail.com

[symfony-users] [Symfony2] DoctrineExtensionsBundle - works with Doctrine 2.0.3 ?

2011-04-05 Thread seven seven
Hi all, I have a question related to the DoctrineExtensions... I was trying to use DoctrineExtensionsBundle in sf2 PR8 and I get some errors when I try schema:create. It seems that the Doctrine 2.0.x will not work with DoctrineExtensionsBundle ? Am I correct ? I should put the Doctrine 2.0 ?

Re: [symfony-users] Re: [Symfony2] DoctrineExtensionsBundle - works with Doctrine 2.0.3 ?

2011-04-05 Thread seven seven
, seven seven a écrit : Hello again, I have migrated to SF2 PR9 and the error I have is the same is this: *Fatal error*: Declaration of Stof\DoctrineExtensionsBundle\Listener\LoggableListener::getLogEntryClass() must be compatible with that of Gedmo\Loggable\AbstractLoggableListener

Re: [symfony-users] Re: [Symfony2] DoctrineExtensionsBundle - works with Doctrine 2.0.3 ?

2011-04-05 Thread seven seven
on line 12* *4* Seems that I did a mistake in my Entity , annotations ? or is something related to doctrine-common ? On Tue, Apr 5, 2011 at 7:40 PM, seven seven sapt...@gmail.com wrote: Ok, that was weird, because my DoctrineExtensions wasn't up to date and I know that yesterday I had downloaded

[symfony-users] [symfony2] MediaBundle installation

2011-03-28 Thread seven seven
Hello everyone, I must say that this might be a stupid question, but I am stuck with installing MediaBundle in Symfony2. I am using xampp on windows7 and Cygwin as command line console. According to the documentation on installation I must run this command *php kooqit/console

[symfony-users] [symfony2] framework requirements - PHP accelerator not detected ?

2011-03-28 Thread seven seven
Hello, I am currently setting up my production server in order to support sf2 framework. My question is regarding the PHP accelerators, I have already installed *eaccelerator *(http://eaccelerator.net/) on my server but I still get the *Install and enable a PHP accelerator like APC (highly

Re: [symfony-users] [symfony2] framework requirements - PHP accelerator not detected ?

2011-03-28 Thread seven seven
Thanks ! Good to know ! I will check everything and install APC if still not working ... On Mon, Mar 28, 2011 at 6:04 PM, Jordi Boggiano j.boggi...@seld.be wrote: On 28.03.2011 16:56, seven seven wrote: Hello, I am currently setting up my production server in order to support sf2

Re: [symfony-users] [symfony2] framework requirements - PHP accelerator not detected ?

2011-03-28 Thread seven seven
://wildlyinaccurate.com/eaccelerator-and-doctrine-2/ So eaccelerator didn’t work out for me – I deinstalled eaccelerator and installed APC. Regards Jürgen Am 28.03.2011 16:56 Uhr schrieb seven seven unter sapt...@gmail.com: Hello, I am currently setting up my production server in order to support