Skip to main content
-1 votes
0 answers
61 views

I am having a problem today installing the league/csv bundle (v9.27) on my Symfony (v7.2) project with doctrine/orm (v3.3)! When I run command php require league/csv, I get this message: Your ...
d3LTa7's user avatar
  • 69
2 votes
1 answer
106 views

While upgrading twig v1.30 to v3.22.0 i encountered some problem using macros from an external file and calling them by using a variable value as dynamic name. Given the twig file with the macros: {# ...
Olli's user avatar
  • 1,766
-1 votes
1 answer
68 views

we are implemented a custom controller for one webspace of our sulu 2.6 installation. It requires login against our SSO, but the problem is, that the result is cached. We have 4 Webspaces, just one ...
Andreas's user avatar
  • 2,231
2 votes
1 answer
57 views

Symfony/Doctrine: PostgreSQL Migration Issue – Undefined column error only in HTTP Kernel (CLI works) I'm working on a Symfony 7.3 project running on PHP 8.2. I recently migrated the database from ...
Juergen Schulze's user avatar
Advice
0 votes
3 replies
78 views

I need to add trackability information for all logs. E.g. logged in user and route parameters (entity ID) Right now I have this code: use Monolog\Processor\ProcessorInterface; class RequestProcessor ...
Justinas's user avatar
  • 43.9k
0 votes
2 answers
57 views

I'm using a LiveComponent to access a form with a OneToMany collection. Adding an item works perfectly, but when I delete an item, the entire collection is deleted. The code is below. ->add('...
Stoads's user avatar
  • 162
-1 votes
0 answers
37 views

i've installed swiper js with importmap:require swiper in symfony. it download a umd version of the package in the vendor/ Note: i use it in a stimulus controller We cannot import Swiper from "...
nofiniaina's user avatar
0 votes
0 answers
76 views

I have a menu that is using Live Components that shows, loads more, and filters through a list of brands. It shows a list of brands with checkbox for each, that acts as a filtering option on the page. ...
Fact0Log's user avatar
0 votes
1 answer
63 views

I’m trying to create a getCollection route using POST with API Platform. The idea is to perform a search that takes a JSON payload to handle search conditions first, and later manage relations, ...
vincent clerc's user avatar
2 votes
1 answer
104 views

I would like to have multiple markers on the same map with Symfony and UX Map! I've read the documentation but can't find the solution there! At the moment, I can get all the markers but on different ...
d3LTa7's user avatar
  • 69
2 votes
0 answers
45 views

I use Symfony 6 with EasyAdmin, I've been trying for several hours to understand how form types work in Symfony, and more specifically how to set up a custom form field, but I can't find a simple, ...
user2565112's user avatar
2 votes
1 answer
128 views

In my symfony project I have this configuration upon messenger.yaml: framework: messenger: transports: async: '%env(MESSENGER_TRANSPORT_DSN)%' failed: 'doctrine://...
Dimitrios Desyllas's user avatar
1 vote
1 answer
79 views

Using Symfony 7.3, I have this basic security.yaml: form_login: login_path: app_login check_path: app_login enable_csrf: true success_handler: ...
Vincent Decaux's user avatar
2 votes
1 answer
180 views

When trying to do a "composer upgrade", it fails in "@auto-scripts" when reaching doctrine/doctrine-bundle. The error is: Executing script cache:clear [KO] [KO] Script cache:clear ...
Werdck's user avatar
  • 95
0 votes
0 answers
81 views

I’m having trouble with file uploads in Symfony UX LiveComponent. I’m using Symfony 7.2, Symfony UX 2.x, and PHP 8.2. The problem I have a LiveComponent form that includes a file upload field. On the ...
woweya's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
4948