Questions tagged as 'symfony3'

1
answer

SYMFONY 3 - Could not load type "Tableless \ ModelBundle \ Form \ DatetimeType"

I'm learning SYMFONY 3. The last steps I took before the error:      to create crud with ORM Doctrine      to create your route      Sign in to the post page After loading "Create a new entry" gives the following error .:    Could not lo...
asked by 22.04.2016 / 11:02
1
answer

Symfony Single id is not allowed on composite primary key in entity

I have a view, where I mapped 3 fields as the primary key and 2 of those fields are foreign keys As below: /** * @var NotaFiscal * @ORM\Id * @ORM\ManyToOne(targetEntity="NotaFiscal", inversedBy="itens") * @ORM\JoinColumn...
asked by 24.10.2017 / 14:20
0
answers

Symfony error after composer update

When I ran the commands composer require symfony / filesystem composer update, the following error is occurring in my project, in whatever route I go. Could you help me? I'm using symfony 3.0 with MySQL database on the Apache server. Un...
asked by 10.09.2018 / 22:24
0
answers

Query ajax reloading form Symfony 3

Good evening, I'm new here and I'm facing a problem with a legacy system. There is a function that is used in all system searches, the system uses symfony with sonata. This search is executed by ajax correctly but the problem is that it does a r...
asked by 18.05.2018 / 01:58
1
answer

Authentication with Symfony. How to do authentication (simple)

I have a problem here. I'm in a project using symfony (very good Framework), however I've seen some complexities of how it does authentication. I was able to login, but at the time of entering the home, as it is protected in the file of segir...
asked by 09.09.2017 / 08:49
1
answer

Symfony3 project being accessed by mysite.com/web instead of mysite.com

Hello, I'm using Symfony 3 in my new project. I just uploaded the same to the host. However, in order for me to navigate through the project, I need to go to the URL mysite.com/web instead of the mysite.com URL. How can I resolve t...
asked by 15.07.2016 / 19:43