Questions tagged as 'yii2'

0
answers

function to do consecutive

good day I have a problem in which I have to perform a function that helps me accommodate some values and perform a consecutive. I explain. I have a related table named def_cliente with a field that is called no_sport. the other table i...
asked by 05.12.2018 / 00:00
0
answers

Connect yii2 with Zimbra LDAP?

I am trying to connect yii2 with the zappo LDAP using the Adldap2 plugin, I do not get any errors I have tried from the yii console and ldapcmd / import-all-users, the command is executed without any error but from the application I can not logi...
asked by 03.12.2018 / 20:18
0
answers

How do I configure my project done in yii 2 on a web server (cPanel + softaculous)?

Good evening, colleagues, I urgently need your help, I have done my first project with yii framework 2 and I just upload it to a cPanel and softaculous hosting but it does not show anything but errors or the files of my project, it fits highligh...
asked by 25.11.2018 / 08:29
0
answers

Problems using kartik-mpdf in yii2

I'm using Kartik's mpdf in yii2, but it does not work well for me, since showing the pdf for the first time shows me rare characters like these % PDF-1.4% 3 0 obj < > / Contents 4 0 R > > endobj 4 0 obj < > stream x [...
asked by 05.11.2018 / 22:32
0
answers

Yii2 Autocomplete

I have a form and I would like the autocomplete to search in all the fields of the table with a single input or input, in _search it does as I do to select the compo and fill in the form or have a more complete autocomplete thanks. field ($ mo...
asked by 24.10.2018 / 19:24
0
answers

Either 'name', or 'model' and 'attribute' properties must be specified

I'm using the yii-grid extension and I get an error when trying to run my program. use kartik\grid\GridView; <?= GridView::widget([ 'dataProvider' => $dataProvider, 'columns' => [ 'idissues', 'issuetype_id...
asked by 24.10.2018 / 17:45
1
answer

Yii2 CheckboxColumn

Add a checkbox in the datagrid columns to be able to delete several records together, everything works fine. What I am looking for is that when selecting the rows to be deleted, they are painted in one color. Is there any way to do it?. I'm work...
asked by 05.10.2018 / 20:42
0
answers

How to use renderAjax Yii2

A query, I have been trying to use renderAjax but there is no way, could anyone show me an example of how to use it correctly? When I try to use it, I absolutely do not load any style, layout or anything, just the view I indicated. Thanks Par...
asked by 08.10.2018 / 15:11
1
answer

Yii2 Validator Exist

I am trying to validate a field in a dynamic form. I need the field color_provider to exist in another table for certain id, in this case for id 123456 that is seen in the combo above. If I had for example the table2 with the id 123456 and...
asked by 10.10.2018 / 20:52
2
answers

Problem with Fpdf in yii 2

Hi, I have this problem with fpdf. at the moment of generating the file, it launches this: Instead of the simple hello world that I ask, Here my controller function, the function is actionGenerate: <?php namespace backend\contro...
asked by 03.10.2018 / 22:59