Questions tagged as 'yii2'

1
answer

Get Json string from $ _POST in Yii2

I try to make a query with $ .post from JQuery doing the following: function consultaAjax(url, val){ arreglo = { id: val }; datos = JSON.stringify(arreglo); $.post( url, datos, fun...
asked by 01.07.2017 / 00:27
1
answer

Yii2 Gridview left Join Inverse

I am using yii2 to make a query: Usuarios ------------ juan pedro oscar Tarjetas ------------ juan 123 pedro 987 oscar 657 oscar 987 I mean I have less users than cards , one has 2 cards. If I make this query: select * from Usuarios...
asked by 02.06.2017 / 23:54
1
answer

Error in Yii2, Setting unknown property: kartik \ widgets \ DatePicker :: saveFormat

Help, I'm working on a project on Yii2. Everything works well at the moment of seeing and sending to save. But I have the following error when I want to enter to modify a record, I click on the button to go to the modify form and the following a...
asked by 16.03.2017 / 16:53
0
answers

error in report

I currently use yii2 and have installed the report module which is the next . I have installed it without problems and everything is fine, when I enter the module and I give it to create a new project I get the following    Unable To...
asked by 16.11.2016 / 15:22
0
answers

Yii2 debugger illegible format of objects

When we trace an object it is quite cumbersome to try to decipher the arrays as visualized by the Yii debugger. [ unserialize('O:17:"app\models\Modelo":8:{s:3 [...] It is illegible gibberish. Ideally, they should be displayed in a structure...
asked by 16.10.2016 / 13:39
1
answer

composer install abhi1693 / yii2-app-advanced-startup-kit error zelenin reposit not exits

I am trying to install the package of link , I do a git clone and when doing a composer update remains in update of the dependency zelenin/yii2-recaptcha-widget , apparently it is not available anymore and it does not allow...
asked by 24.08.2016 / 21:12
1
answer

Error updating table in Yii 2

Good afternoon friends, I come to you to help me make an update to a table in yii 2, I show them the code of my controller so they can give me suggestions: public function actionCancelarconsulta(){ // asigno a variables los datos que...
asked by 06.07.2017 / 21:01
2
answers

Query yii2 mysql

I am trying to make a query in yii2, I am new and I have not yet become familiar with the query topic, the query is as follows: I need to bring this data: ->select('ingreso.idingreso', 'ingreso.fecha_hora', 'persona.nombre', 'ingreso.tip...
asked by 22.10.2017 / 22:13
1
answer

redirect yii2 does not work

Good afternoon I hope you can help me, I have a strange problem and it does not work redirect, anywhere in my application. not even when logging in ... when executing the action it does all the procedures of the method but when redirecting it st...
asked by 04.02.2016 / 22:13
2
answers

paint the background-color of the holidays in a fullcalendar

I am implementing the Fullcalendar widget in yii2 but I have not been able to paint the background-color of the holidays and Sundays. I do not know who can help me, I have a lot of time looking for a guide but I could not thank you     
asked by 17.11.2017 / 22:24