Questions tagged [symfony-3.3]

This is the Symfony 3.3.x specific tag. Use it in addition to the symfony3 tag if your question is specific to Symfony 3.3.x — not just 3.x.

Symfony is a PHP full-stack web framework developed and maintained by Sensio Labs.

Information

This tag is specific for the 3.3 version of Symfony. See the tag for general Symfony 3.x questions.

The 3.3.0 version was released on the 29th May 2017.

491 questions
-2
votes
1 answer

Symfony app on subdomain auto login user based on session variables from main domain

We have a Symfony application on a subdomain that we have added to our main domain (not a Symfony app) in an iframe. We are able to pull the session variables from the main domain into the subdomain and we are looking to automatically login a user…
-2
votes
1 answer

Single session implmentation in symfony 3.3

I am currently searching for a way to implement single session in symfony 3.3, what I want is that if I log in from one browser then log in from another browser on the same user, I want to be logged out from the first session. A non simple way would…
Gabb1995
  • 729
  • 6
  • 18
-2
votes
1 answer

Why do I need TaskType in createForm?

I'm beginner. Yesterday I tested Symfony's tools like generate:doctrine:crud. I see now that many things I can do much easier then manually. The case is after analyzing generated code I found: $editForm =…
Lukaszy
  • 151
  • 12
-2
votes
1 answer

Symfony warmup cache before deploying?

Where I work we don't have direct access to the server, only via SFTP, so we can not execute command line commands like: php bin/console cache:warmup --env=prod Because of that I can't really warmup the cache after deploying. Warming up the cache…
tibaum
  • 13
  • 1
  • 4
-2
votes
1 answer

symfony serialize and normalize making json incompatible

When trying to make a function that serializes an object, turn it into a json and send it as a http response I get the following error: ContextErrorException Runtime Notice: Declaration of AppBundle\Controller\DefaultController::json() should be…
fortu_42
  • 1
  • 3
-2
votes
2 answers

Where to keep calculations on data in Symfony?

Where to keep calculations on data in Symfony? For example I have entities: City: - name (string) - men (int) - women (int) - streets (Collection) public function getMenAndWomenIn33rd() { $count = 0; foreach ($this->getDistricts() as…
hawejat
  • 11
-2
votes
1 answer

Uploading a Symfony 3.3 project

I finished my symfony project, and bought a hosting and domain. Previously I have uplaoded sites to web, but it was just put everything in public_html folder, and the site is running. I tryed this with the project, but it wasn's the case. I'm a bit…
symfonypleb
  • 89
  • 1
  • 11
-2
votes
2 answers

Production Environment in Symfony does not work

This appears, when I switch from app_dev.php to app.php. Apache log: [:error] [pid 2729] [client 192.168.77.11:50643] PHP Fatal error: Uncaught TypeError: Return value of ProxyManager\\Configuration::setGeneratorStrategy() must be an instance of…
Dmitriy Korobkov
  • 724
  • 1
  • 7
  • 22
-3
votes
2 answers

FatalErrorException Error: Maximum execution time of 30 seconds exceeded

I'm trying to run my symfony 3.3 project in the docker. It's working fine out of docker. All containers are running: nginx:alpine, php-fpm 7.2, PostgreSQL, rabbitMQ. I'm receiving this error: (1/1) FatalErrorException Error: Maximum execution time…
peter
  • 141
  • 2
  • 12
-3
votes
1 answer

Is there an auto delete symfony3.3 bundle/Service

Does an auto delete functionality is available to delete row(s) from a specific table when a condition is met? Note: I'm using Symfony 3.3 Else if such a method doesn't exist,is there a dql alternative even for a static method(it doesn't have to be…
-4
votes
1 answer

Symfony, don't show the debug bar when the paged is served from the built in server

I have a Symfony instance running on Linux with apache y NGINX. I'am starting the project using the built-in server:start command: php bin/console server:start Back to my browser, it loads me the Symfony start page but it also shows me the debug…
ilernet
  • 159
  • 1
  • 2
  • 6
1 2 3
32
33