Skip to main content
1 vote
0 answers
29 views

<div class="container"> <h1>Hello {{ controller_name }}! </h1> <div class="row"> <table class="table"> <tr> ...
Joellington020's user avatar
0 votes
1 answer
112 views

We are currently upgrading PHP form 7.1 to PHP 8.2 for a legacy application which uses Apache, FriendsOfSymfony 1.5.15, ExtJs 3.4 and ExtDirect. The following problem occurs: Sending a request to the ...
Dirk_Beo's user avatar
0 votes
0 answers
40 views

In Symfony 1.4, I am trying to show particular text when there is 'a' user attribute. On page reload I am making an async Ajax call that returns shouldDisplayText and deletes that user attribute but ...
B-K's user avatar
  • 1
0 votes
1 answer
200 views

I'm working with a legacy Symfony 1.4 site, and upgrading at this time is not an option. In order to deploy the site, I've created a task that first puts the site into maintenance mode, does some ...
Geoff Maddock's user avatar
0 votes
0 answers
40 views

I am trying to edit a record that has a FK and even though im passing null for the FK it is trying to create a record in the related table. The issue is the same as : Symfony (doctrine) try to insert ...
mixkat's user avatar
  • 3,795
-2 votes
1 answer
357 views

I have a legacy application which uses Symfony 1_4 PHP 5.3 MySQL 5.6 Client is asking for an upgrade of all the tech stack to the latest. Symfony 5 PHP 8 MySQL 8 How can I do this upgrade with ...
Sanuja Ariyapperuma's user avatar
0 votes
0 answers
383 views

I have a vHost where the main website is called coffee.loc at port 8002. The website is supposed to be inside an intranet network, where there are specific links that need to be available for users ...
lictoz_the_coffesmoker's user avatar
0 votes
1 answer
226 views

2 sides of the same link, left are admin, right is employee The OrangeHRM framework works with 2 types of accounts, the admin and employee, the owner wants to add some functionality that's originally ...
kp1304's user avatar
  • 11
0 votes
1 answer
206 views

I have a symfony form that its initialized with this code $this->form =new MyForm(); $this->form->setDefault('myValue',"value"); now if I go to MyForm.class.php and execute echo $...
Jhoan Nicolas Andres Becerra Q's user avatar
-2 votes
1 answer
272 views

C:\projet1\locationvoiture>php bin/console doctrine:database:create In AbstractPostgreSQLDriver.php line 79: An exception occurred in driver: could not find driver In PDOConnection.php line 31: ...
Ayoub Aloui's user avatar
7 votes
1 answer
407 views

Problem: Need to sort an array that contains strings, for example the original name of the languages, based on specific language e.g. Greek (el), in such way that the names written in Greek will be ...
Salim Ibrohimi's user avatar
1 vote
1 answer
2k views

I have this registration page formType that's like this: public function buildForm(FormBuilderInterface $builder, array $options) { $builder ->add('email') ->add('username') ...
Glados's user avatar
  • 51
0 votes
1 answer
53 views

So I'm working on this simple ticket management system, I have two entities, User which has fields id, email, roles[] (Admin, Technician or Client), and username, password, tickets[] (which are all ...
Glados's user avatar
  • 51
0 votes
1 answer
130 views

I would like to set html type of subject using SwiftMailer. I know I can use $message->setContentType('text/html') for the body but is it possible to set html type of subject like this?
Full Stack's user avatar
0 votes
1 answer
119 views

I add two tables to db with this schema: Receiptjob: columns: charity_id: integer sf_guard_user_id: integer created_at: timestamp finished_at: timestamp job_type: ...
S.Chrobak's user avatar
  • 115

15 30 50 per page
1
2 3 4 5
161