Questions tagged as 'symfony'

2
answers

Symfony - Working with images?

I need to create an image with php, I'd like to know if Simfony has any library or something already included in it to work with the GD / ImageMagick functions. I've been searching and seen "LiipImagineBundle", but it seems to me very limited, f...
asked by 09.01.2017 / 18:44
0
answers

Api Symfony with Auth0

Can anyone help me is that I'm having trouble implementing Auth0 to authenticate an api I'm looking at this example link Thank you     
asked by 05.09.2016 / 19:06
1
answer

Symfony2 - Security / Custom user class

I'm learning to tinker with Symfony2 and some doubt has surfaced. Following the Symfony document itself, it teaches you to create a simple login form, where it implements the UserInterface interface, with the $username and $pass...
asked by 03.02.2016 / 17:12
0
answers

Bulk Email Newsletter Submission - no email limit SwiftMailer

Hi, I have an action on my controller that triggers email from the database. I did some tests on my machine by inserting in the table only my own email, I got up to 1000. I only managed to receive 750 emails in my box. What can it be? $usu...
asked by 14.12.2015 / 11:44
0
answers

Connect LDAP in symfony manual

Hello, I'm trying to login with LDAP connection, in symfony 1.4. I exploded the connection variables, ldap_connect and ldap_bind and they return True, however I can not redirect the user into my system: if ($request->isMethod('post')) {...
asked by 20.08.2015 / 15:10
0
answers

The "Types" model has no "Situation" relation

Oops, I'm trying to make a relationship between two tables but I'm getting that error back, above. I have no idea what's wrong. this is my YAML structure: Tipos_denuncias: connection: doctrine tableName: tipos_denuncias columns: situaca...
asked by 28.04.2015 / 19:17
2
answers

Symfony 2 create query

createQuery("select p.name from blogBundle:Person p where p.id not in(select c.person from blogBundle:Category c)")->execute(); And I'm getting this error: Error: Invalid PathExpression. Must be a StateFieldPathExpression     
asked by 02.03.2015 / 17:50
1
answer

How to read yaml with php

Hello, I'm opening a Minecraft server (java game) and I came across the following need: For each minecraft server it is necessary to build an informative website. When building the site, I created a simple page with only the list of the serve...
asked by 01.07.2017 / 20:21
3
answers

Symfony installation error

I want to learn Symfony and then I did the installation as they speak on the site: composer create-project symfony/framework-standard-edition meuprojeto/ '~2.5' Until then I installed it, in the end I did not want to install the demo...
asked by 01.09.2014 / 16:43
1
answer

Symfony 4 - How to save images with FormBuilder (FileType) in Base64 in the Database (MySQL)?

Hello, I'm trying to make a form where the user just inserts an image. In theory, the image should be stored as a Blob (Base64) file in the Database, however, Symfony is storing "tmp / php / random value" in the "photo" field of the credential...
asked by 06.12.2018 / 18:46