Questions tagged as 'symfony'

0
answers

How can I improve the performance of a large data import in symfony?

You will see now I have to make a series of imports of csv files based on data, and I do it through doctrine in symfony 3. I'm talking about a csv of about 100,000 records, the case is that from that CSV I draw a series of fields for two enti...
asked by 16.10.2018 / 15:23
0
answers

change requests from prestashop.com to my server

I have mounted prestashop 1.7.4.3 but some images ask prestashop.com for example that image asks for the domain of prestashop and I need that I take it from my localhost or to modify the tag
asked by 17.10.2018 / 19:17
2
answers

Problem with the use of symfony path in jquery ajax call

I am developing a web system with Symfony 3.4. I have a function that must execute an ajax call to a controller and use the jquery function for that purpose. I'm having problems using the {{path ('')}} in the url The ajax call is the following...
asked by 11.10.2018 / 18:30
0
answers

Create array according to the first letter

Hello community I have a array ordered ALPHABETICALLY but if the name is repeated twice jose - jose create a% new array with key of J ie array with the first letters of each name if it is repeated, that name...
asked by 04.10.2018 / 16:40
0
answers

Little fingers with Symfony in Codeanywhere

You see, I am currently testing a new program for web page development called Symfony, for which I use the Codeanywhere server. I am trying to make a simple web page in which I pass a sentence as an argument to a view. This is the code:...
asked by 30.09.2018 / 20:31
1
answer

How to use doctrine in a self-service defined in symfony

I am developing a web system using the concept of symfony services 3.4 Said service makes queries with dql de doctrine, these work correctly if the use of another controller. However, when I want to use them in the defined service, I get the...
asked by 23.09.2018 / 01:58
0
answers

Symfony 3.4 Deactivate transaltions according to language

I have a question, I am using the Symfony translations. I have two languages, ES and FR. The locale is ES and I would like to be able to change from one language to another, but only the page translated into French remains. There is some way of...
asked by 14.09.2018 / 15:56
0
answers

Column type TIME postgresql, returns object

I have a table that has columns that are of type TIME I work with symfony, so what I need is for this field to be filled in a form generated with symfony, but when it is generated I get this error:    Type error: Return value of App...
asked by 14.08.2018 / 16:23
0
answers

The definition for "tags" has no class. Symfony 4

I have been following this tutrial to create my first symfony web application: link And everything went well until I had to create event listeners. I have followed the instructions as they are on the page but when I go to check that there are...
asked by 26.06.2018 / 10:05
1
answer

Error in HTTP response, code 200 without showing the expected result

I have a Symfony 3.4.8 application that was working perfectly. But it has stopped loading my javascript / css files without further ado. In Chrome everything comes in HTML code without loading the javascript and css files. Already in mozilla I l...
asked by 26.06.2018 / 10:34