Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
28 views

I am a beginner with Symfony, although I succeeded in working with a demo project on windows. Now I want to redo the whole project on linux with following steps:1 1+ installation lamp server 2+ ...
Frederic Peugny's user avatar
1 vote
1 answer
64 views

I have an Symfony app I'm tying to migrate from SQLServer to PostgreSQL. The database was on schema dbo on SQL Server, but on PostgreSQL it will be snb. I changed the connection string in .env but ...
digitalway's user avatar
0 votes
1 answer
85 views

In Symfony 5, I'm trying to add a new Entity with a relation in it but I think I don't use the command like I should... When I want to create an Entity I do this: $ bin/console m:e myNewEntity Then, ...
Rémi EECKHOUT's user avatar
0 votes
1 answer
60 views

I am using Symfony and Enqueue Kafka to consume a Kafka topic. The problem is that Enqueue doesn't know how to serialize the messages on that topic and it throws a 'Undefined array key "body"...
Ghassen Rjab's user avatar
Advice
1 vote
5 replies
119 views

I ran into a design problem in a Symfony + Doctrine + PostgreSQL project and I want to make sure I am solving it at the correct layer. I have an entity where one user can have many rows, but only one ...
RangeLead's user avatar
Best practices
2 votes
2 replies
55 views

I am using PHP 8 attributes with Doctrine ORM in Symfony. I want to reuse the same ownership relation across many entities such as Website, Spot, Ad, etc. My goal is: use one reusable trait for the ...
Grant Archive's user avatar
0 votes
1 answer
53 views

I'm having a situation where there is an existing website. It's going to get replaced by a new version made from scratch but I want to use old URL's which will exist for a while to preserve SEO score ...
Szymon D.'s user avatar
1 vote
2 answers
116 views

I have a simple endpoint which has optional query parameters used for filtration. In my controller I use MapQueryString to map them to a DTO and validate inside. The problem is when I call the ...
vesmihaylov's user avatar
-1 votes
1 answer
141 views

I am using Laravel 10 (Symfony Mailer) to send emails via the HIN.CH SMTP server. However, I am consistently getting a TransportException regarding an SSL certificate hostname mismatch. The Error: ...
Gaurav Kumar Bairwa's user avatar
0 votes
1 answer
146 views

I've recently started using PHP Intelephense (absolutely love it), but one issue that persists. I code within the PHP Symfony framework and will get a red like so: "findExistingCartOrder()" ...
UXerUIer's user avatar
  • 2,346
-1 votes
1 answer
70 views

In long running processes with the symfony scheduler we had the problem, that the DB connection got lost and was not refreshed. Our Database is Postgres. Doctrine DBAL used to have a ...
ivoba's user avatar
  • 6,046
Advice
0 votes
2 replies
160 views

I am working on a Symfony8 project where I use the PHPWord library to generate documents. Currently, I am using the TemplateProcessor to replace text variables using the ${variable} syntax in a .docx ...
merilan w.'s user avatar
Best practices
1 vote
1 replies
78 views

In a Symfony application, I want a test that runs against every implementation of an interface or abstract class. Example I have a TitleBuilderInterface (file: src/Service/TitleBuilder/...
BernhardWebstudio's user avatar
1 vote
1 answer
44 views

I have a custom batch actions. And when i use this action in my admin panel, im getting exception. In this block of code in CRUDController: $exists = false !== $this->container ->get(...
Roma Koryagin's user avatar
0 votes
0 answers
42 views

Symfony UX Cropper + LiveComponent always returns full image (width/height null) I’m using Symfony UX CropperJS inside a LiveComponent and the cropper UI works correctly (I can move/resize the crop ...
Demi God's user avatar
  • 105

15 30 50 per page
1
2 3 4 5
4943