Posts by fermoga • 169 points
12 posts
-
1
votes2
answers334
viewsQ: Attempted to call Function "iconv_strlen"
I started using Manjaro and suddenly this error with no other information is appearing. Before in Debian it was all functional. I haven’t changed anything for a few days. The mistake is Attempted to…
-
1
votes1
answer162
viewsQ: Separate 6 images in 3 div, forming a slider with bxslider
I am using the plugin bxslider. Each slider contains 6 images that are divided into 3 div, whose classes are item_top and item_bottom, for three images from top and bottom, respectively. When I…
-
1
votes1
answer46
viewsA: Edit form does not display loaded data
The function get() is with a > missing. return $this->db->get_where($this->table, array($this->primary_key = $id))->row(); Stay like this return…
-
0
votes1
answer46
viewsQ: Edit form does not display loaded data
I have been trying for some time to make a form in Codeigniter 3 for editing data to display in your fields the values of each column of the selected record. The operation update is working…
-
0
votes0
answers30
viewsQ: Symfony2 - Problems with Doctrine2 Preupdate
My entity Budget has some methods that are executed in PrePersist and PreUpdate. It’s them: /** * @return \DateTime */ public function generateNextPaymentDate() { if ($this->getStartsAt() !==…
-
-2
votes2
answers409
viewsQ: Unable to create the cache directory (/cache/)
After I installed Fedora, while trying to log into my application with Symfony2, I cannot fix this error: Runtimeexception in bootstrap.php.cache line 2671: Unable to create the cache directory…
-
1
votes0
answers57
viewsQ: Symfony2 - Only one field has its value read, the others of this same field are NULL when submitting form
I have two related tables: material and items_budget. The table items_budget has a form that has a field that lists the name of all material in a group of checkbox, and next to each checkbox has two…
-
1
votes0
answers42
viewsQ: Problems with listing an entity as a checkbox in Symfony2
My system has two related tables called material and items_budget. The second table has a form that lists the name of each material in a checkbox, followed by two more input, one for your quantity…
-
0
votes1
answer421
viewsQ: Update one entity after entering data into another
I urgently need to find some way to resolve this problem that has trapped me for over a week. Once solified, I believe I can use this medium to do other operations that my system will have. I have…
-
1
votes1
answer96
viewsQ: Symfony2 - Updating an entity’s field when executing action in another entity’s Controller
I need to update the field budget of my entity Client when inserting new data into the table Budget. Both have relationship oneToMany and manyToOne, respectively. I received suggestions to use the…
-
0
votes1
answer88
views -
1
votes1
answer88
views