This is the Symfony 2.1.x specific tag. Use it in addition to the symfony2 tag if your question is specific to Symfony 2.1.x — not just 2.x.
0
votes
0answers
13 views
Symfony2 Jobeet tutorial day 3 error invalid mapping
When I generate bundle entities with code
php app/console doctrine:generate:entities EnsJobeetBundle
I'm getting this error
[Doctrine\Common\Persistence\Mapping\MappingException]
Invalid ...
1
vote
1answer
172 views
Generic comment system in Symfony2
I have in my Symfony 2.1 RC app a simple Comment model (using Doctrine 2). Every comment has a user and a message.
Currently, the CommentBundle manages comments on articles. I'd like it to be more ...
3
votes
3answers
3k views
Changing locale with symfony 2.1
Having some issue changing the locale on a symfony 2.1 website.
I can't find a way to be able to change the lang without using the _locale on every routes. I know this is against the fundamental ...
0
votes
0answers
95 views
PHP and Symfony object to array conversion by type cast
I'm using symfony2 and createForm to get the http post data. After witch I do:
$Data = (array) $form->getData();
And I get:
array (size=1)
'�Far\MT\AccountBundle\Entity\Movement�toAccount' ...
1
vote
1answer
1k views
Understanding composer.phar error
I'm new with Symfony2 and with composer.phar to install bundles.
Every time I want to install a new bundle I have errors. I don't know if it is my composer.json that is broken or if it is my complete ...
0
votes
1answer
229 views
Symfony ACL => ObjectIdentity() is already associated with an ACL
I want to use ACL with Symfony 2 and load them in my fixtures.
The following code works perfectly but if I uncomment array('myprivateroom', 'user1', 'view'), I get the following error:
...
0
votes
0answers
10 views
symfony basic http authentication: credentials rejected
I'm using Symfony 2.1 and I'm trying to set up a secured area. I used the exact same security.yml as found in the documentation at ...
-1
votes
1answer
43 views
symfony cmf Fatal error: Class 'Doctrine\Common\Cache\ArrayCache' not found [closed]
i following this http://symfony.com/doc/master/cmf/getting-started/installing-symfony-cmf.html
and success to download all components, but after i type
php app/console doctrine:database:create
i ...
0
votes
0answers
15 views
How to extend the Symfony2 Debug Toolbar with custom data?
I want to extend the Symfony2 Debug Toolbar with my own custom data.
I have a service where I want to log specific method calls and then display them in the web debug toolbar.
I read the cookbook ...
0
votes
2answers
921 views
Form: Avoid setting null to non submitted field
I've got a simple model (simplified of source):
class Collection
{
public $page;
public $limit;
}
And a form type:
class CollectionType extends AbstractType
{
public function ...
0
votes
0answers
7 views
Access routing options in kernel listener
I build a kernel listener some time ago, to redirect a user to a certain language.
There are several pages, that do not have a translation and where the user should not be redirected. As i use ...
0
votes
0answers
18 views
Symfony2 rewrite rules .htaccess for images
I try using .htaccess in my project it's loading the css and js files in dev ent but the url's to images in css not. This is my. In prod env the css/js/img files aren't loading htaccess code.
...
0
votes
0answers
35 views
SonataAdminBundle without intl extension
I'm having problems with SonataAdminBundle when editing or creating:
The Symfony\Component\Locale\Stub\StubNumberFormatter::getSymbol() is
not implemented. Please install the 'intl' extension ...
0
votes
3answers
345 views
dompdf with Symfony 2.1 project
How can I make dompdf work with a Symfony 2.1 project?
I followed this TUTORIAL but I'm still getting this exception:
Notice: Use of undefined constant DOMPDF_LIB_DIR - assumed
'DOMPDF_LIB_DIR' ...
0
votes
1answer
35 views
Upload Image file using Symfony2 without guessers?
I am using Symfony2 framework for one of my project. In this one, I want to upload an image. This is really easy to do so while following the Symfony2's cookbook. It works very well on my local ...
-1
votes
0answers
38 views
How to use adminGenerator bundle?
Hi i'm new to symfony and i'm using symfony 2.1.7, i followed the installation's steps from here ...
0
votes
3answers
53 views
Retrieve the Data in Tree structure in php
Currently i am working on creating apis in symfony2.2 framework.
I have to retrieve a bunch of questions and answers from the database.
Q1
...
0
votes
0answers
16 views
Symfony2 Entity was not found - FIle Upload in a relationship
I have a Entity that have a ManyToOne with a File Entity.
My problem is when I try to delete.
This is how I create:
/**
* Creates a new Catalogo entity.
*
* @Route("/create", ...
0
votes
1answer
29 views
Notice: Undefined index Repository Symfony2
I hope to get Id from table User using repository in my action :
$user = $this->getDoctrine()->getRepository('AppMyBundle:User')
->findByUsername($token['name']);
$id = $user['id']; ...
0
votes
1answer
22 views
Why merged entities are updated on insert?
When inserting an entity, let say article:
Article::id
Article::text
Article::author -> User
The article has an author (ManyToOne)
User::id
User::name
User::created
if I fetch the user in the ...
1
vote
2answers
341 views
Symfony2 and Google API integration
I am going to use Google API located on http://google-api-php-client.googlecode.com/svn/trunk/ with my Symfony2 application.
Is it possible to import this API with composer ?
What is the best ...
0
votes
1answer
26 views
Symfony2 - Authentication login… service
I had this application (running already on prod) for a while. The thing is that as a new project for this application I need to add a couple of rest services for authenticated users.
Currently the ...
0
votes
1answer
9 views
In symfony2 is there a single variable or methode like 'hasError' to check if a form returns any errors?
In Symfony you can link validation to both a field or an input so errors are the returned in form.vars.error and form.fielName.vars.errors
In a template I had to do all these checks just to fuigure ...
0
votes
0answers
8 views
Save data in database using FOSTwitterBundle
I spend almost two days to just install correctly this bundle,now the authenfication works but I can't save information of User logged in database, can someone tell me how i debug method of ...
0
votes
1answer
22 views
FOSTwitterBundle error
I installed FOSTwitterBundle using this tutorial here ,but I have an issue about how to save informations in my database of every user logged using his twitter account ?
Edit :
now I have this error ...
1
vote
1answer
107 views
Symfony 2.1.7 - Update security token setting specific roles after the user is authenticated
I'd like to set some Roles to the user after the loginSuccess happen according parameters that depends on user behaviour.
I had a look and it looks like the Roles are stored in the ...
0
votes
1answer
35 views
Doctrine2 :one-to-many relation;
i have 2 entity with one-to-many relation : Article & ArticleCategory
class Article {
/**
* @var integer
*
* @ORM\Column(name="rate", type="integer",options={"default" : 0})
*/
private $rate ...
1
vote
2answers
349 views
findBy reference doctrine-mongodb
I have collections of users and posts.
User looks like
{ "_id" : ObjectId("5089cc4c7b03b9902b000000"), "facebook_id" : "522128874" }
Post looks like
{ "_id" : ...
0
votes
0answers
25 views
symfony2 field collection of files removing previous files
I have a form that has a field collection to attach one or more photos to post.
In the register form everything seems fine, but when i add more photos in the update form the framework replaces the ...
5
votes
2answers
768 views
Composer - Downloading git repos that don't have composer.json
I'm trying to use composer in Symfony 2.1 to pull down vendors from github libraries that are not composer aware and probably never will be.
For examples:
Old Deps file:
[jQuery]
...
1
vote
1answer
1k views
install DoctrineFixturesBundle and doctrine-fixtures in Symfony 2.1.4
I want to install and configure DoctrineFixturesBundle and doctrine-fixtures in Symfony 2.1.4. Can anyone give me a guide.
0
votes
2answers
48 views
Doctrine Timestampable extension not persisting
I have Doctrine timestampable set for my symfony doctrine and other entities are handling this as they should but one is not not setting any date at all.
use Doctrine\ORM\Mapping as ORM;
use ...
0
votes
1answer
133 views
jQuery select2 genemuFormBundle issue
I am trying to implement ajax call using select2 as per this example:
https://github.com/genemu/GenemuFormBundle/blob/master/Resources/doc/jquery/select2/ajax.md
Here is my code:
var ...
0
votes
0answers
12 views
Symfony delivers different js files throught assetic based on env
I include the following js files via assetic in my twig template:
{% javascripts
'@ExopGrdBundle/Resources/public/js/logger.js'
'@ExopGrdBundle/Resources/public/js/config.js'
...
1
vote
2answers
1k views
Symfony2 - Entire child entity in form and Twig template
In a Sonata admin form, I'd like to display all images related to the current object. Don't need to edit them.
I managed to get this working with an entity field type and its property option to select ...
0
votes
1answer
441 views
Symfony2, HWIOAuthBundle and FOSUserBundle - how to create users
My goal is to use these bundles to connect to MailChimp OAuth or Facebook (not necessarily as a login option but that could come later - right now just want my app authorized to access the MailChimp ...
1
vote
1answer
87 views
Issue sending emails with swiftmailer bundle - Symfony2.1
Trying to send an email with swiftmailer, with configuration of:
transport: smtp
host: smtp.emailsrvr.com
user: *user*
password: *password*
I'm trying to test this from localhost, using ...
1
vote
1answer
43 views
Dynamic filter with liipImagineBundle
I'm using liipImagineBundle and am trying to apply a filter directly into a controller.
In the doc I found two sections in which explains how to use liipImagineBundle from the controller. This one ...
3
votes
2answers
94 views
Doctrine 2.3 - text field is not saved because of special characters
I've spent hours to debug an algo and noticed it was coming from Doctrine (v2.3.3).
I'm using libpuzzle to calculate a hash of an image and store this hash in the database.
The hash returned has ...
0
votes
0answers
17 views
Access form values in symfony2 where fields were added by jquery
I have a quite simple problem, I have a form generated by symfony and mapped to object but on form submit there is an action of jquery which appends few fields to the form. How can I access these ...
1
vote
0answers
61 views
Crawler + Guzzle: Accessing to form
I am using the php guzzle Client to grab the website, and then process it with the symfony 2.1 crawler
I am trying to access a form....for example this test form here
...
0
votes
1answer
420 views
symfony2 is not a valid entity or mapped super class
I have a symfony2 app, in my local pc with ubuntu and works well, but in server with CentOS and Cpanel not works, I obtained this error:
Class "Propa\PageBundle\Entity\Page" is not a valid entity ...
0
votes
0answers
12 views
symfony2 simple HTTP login just refreshes
I am trying to setup User authentication from mysql database It seems like I am missing like a controller but it seems like it is not needed with the simple HTML setup.
What happens is I get the old ...
3
votes
3answers
385 views
When are user roles refreshed and how to force it?
First off, I'm not using FOSUserBundle and I can't because I'm porting a legacy system which has its own Model layer (no Doctrine/Mongo/whatsoever here) and other very custom behavior.
I'm trying to ...
-1
votes
1answer
30 views
DQL Doctrine query translation
I have my scores table where I have multiple scores for 1 user. What I am trying to do is to select all highest scores for each user.
I am trying to do the fallowing in Doctrine DQL:
SELECT ...
4
votes
3answers
6k views
Steps to upgrade in Symfony 2.1 using composer
I just testing new features on symfony 2.1-BETA3. Few hours ago BETA4 has been released but I don't know how to update BETA3 to BETA4 using composer. In 2.0.x release notes Fabien said:
If you ...
2
votes
2answers
1k views
Upgrade my Symfony2 app to use composer
I want to upgrade my app that I've developed with Symfony2 for users who want to use it do so with composer.
I don't know how to create composer.json file based on deps file.
This's my deps file: ...
1
vote
3answers
75 views
How do I force doctrine to reload the data from the database?
I'm using doctrine/mongodb 1.0.0-BETA1 in a symfony2.1 install.
So i'm trying to force my repository to call data from my database instead of using the object it has cached.
$audit = ...
1
vote
1answer
144 views
'MongoCursor' not found in Doctrine/Bundle/MongoDBBundle/DependencyInjection/Configuration.php
I am writing some unit tests for some services I have on my Symfony2 project. I need to access the services via the service container and I am using this approach:
class DummyTest extends ...
0
votes
3answers
558 views
How to convert object to JSON in symfony2
I am using this:
$users = $em->getRepository('UserBundle:User')->getallUsers($search);
$response = new Response(json_encode($users));
$response->headers->set('Content-Type', ...

