Questions tagged [sonata]

The Sonata Project is an open source set of bundles which are built on top of Symfony2.

The Sonata Project is an open source set of bundles which are built on top of Symfony2 PHP Framework. It's majorly based on the community work around the globe and uses the most known bundles released by:

FriendsOfSymfony KNPLabs Symfony CMF and so much more...

The complete list of bundle can be found here

Related tags

715 questions
0
votes
1 answer

SonataAdminBundle area for users login

I wanted to make area for users and admins, but it's not working. If i go /admin/login it works and gives me login page for sonata dashboard. If i go /login it now works and gives me redirect to my landing pages. Here is mine…
Tomasz Skorupka
  • 174
  • 1
  • 14
0
votes
1 answer

FOSUserBundle adding a group to the user wont do anything

I am using FOSuser with SonataUserBundle and I am trying to add a user to the Clients group everytime someone registers, but it doesnt work. I dont get any errors, but I am not adding the group either... I tried it in two ways: 1) I overwritten the…
Dominykas55
  • 1,231
  • 14
  • 45
0
votes
0 answers

Symfony2 extended SonataUserController not changing

I want to change the templating of the registration form in my project by extending the new twig layout. However it does not change. It doesnt show any errors, but I am still getting the original view of the form. I did everything I found in…
Dominykas55
  • 1,231
  • 14
  • 45
0
votes
1 answer

Sonata SEO Bundle Site MAP

I am using sonata seo bundle and knp paginator bundle. My Question is When I added new custom static url like :-(www.symfony.in/blog) in our KNP Menu.It's added successfully. But When I run the :- php app/console sonata:seo:sitemap --scheme=http web…
Kunwar Siddharth Singh
  • 1,676
  • 6
  • 33
  • 66
0
votes
1 answer

Symfony2, Sonata : Customize title of collection

I've been able to translate most of the titles but i still have some non-friendly titles on collections (Table of relation) Aire\AppBundle\Entity\ProjectSupported:000000002d1a645a000000015441bb1f How could i custom them? At best it could be the…
Brieuc
  • 3,994
  • 9
  • 37
  • 70
0
votes
1 answer

Sonata error during loading data

I have an error when i'm executing Sonata's command to load the data : php bin/load_data.php My console return me the error PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in…
Jérôme
  • 1,966
  • 4
  • 24
  • 48
0
votes
1 answer

How to separate folders using IvoryCKEditorBundle for file uploads?

I'm using the following in my project: Symfony 2.3 IvoryCKEditorBundle CoopTilleulsCKEditorSonataMediaBundle My intention is that users can create their own pages for showing different types of information. However, users are separated by a…
Carlos Vergara
  • 3,592
  • 4
  • 31
  • 56
0
votes
1 answer

Sonata admin enhanced view for security roles

In sonata admin the roles are based on admin services name with CRUD export and master permissions but the way it looks not so user friendly to create groups for others user or assign specific permissions to a user considering an example for sonata…
M Khalid Junaid
  • 63,861
  • 10
  • 90
  • 118
0
votes
1 answer

Sonata, sf2 : Undefined index: context when deleting an image from MediaBundle

I installed all the Bundles of Sonata following the documentation step by step. I still have few errors to fix on some actions such as deleting images. All the errors i'm facing right now seem related. I submited two issues, one SonataMediaBundle…
Brieuc
  • 3,994
  • 9
  • 37
  • 70
0
votes
1 answer

SonataPageBundle with mongodb

somebody has installed succesfully sonata page bundle with mongodb? We have a lot of trouble and seems that sonata page is not supported except with orm. Tnx all
cleaversdev
  • 459
  • 4
  • 11
0
votes
2 answers

Sonata Bundle Issues [Product Bundle]

I'm trying to set Sonata Bundles Ecommerce on Symfony 2.3. I followed install steps mentionned here but I'm getting an error when trying to load my page requesting app_dev.php. Here is the error FatalErrorException: Compile Error: Declaration of…
eliysha
  • 75
  • 8
0
votes
1 answer

Symfony2 Sonata Classification Bundle Extends

I installed Sonata Classification bundle (part of Sonata Project Sandbox) which include Categories, Tags and Collections. Now I need create custom categories class, for example Categories for Restaurants, which should be identical to the Categories,…
0
votes
1 answer

Render partial twig in formmapper

Is it possible to render a view into a formmapper? The situation is like this: /** * @param FormMapper $formMapper */ protected function configureFormFields(FormMapper $formMapper) { $formMapper …
Matheno
  • 4,112
  • 6
  • 36
  • 53
0
votes
2 answers

Sonata Page bundle varnish command exception

Hello guys i have problem what i cant slove. I download sandbox Sonata Admin and try to install it. After setting parameters for db host, username and pass, media path and google auth i get this error for sonata_page.varnish.command. Any solution…
Ivan
  • 5,139
  • 11
  • 53
  • 86
0
votes
1 answer

Sonata sontauser and fosuser

I am trying to use sonata as my backed. I am now trying to set up some users. I have installed the fosuserbundle but when I try to get sonata-project/user-bundle I get this: Problem 1 - sonata-project/user-bundle 2.2.2 requires…
AntonioCS
  • 8,335
  • 18
  • 63
  • 92