Questions tagged as 'cakephp'

1
answer

Problem to route in cakephp

I have a small problem, they are really two but I think I can not ask two questions on this page. Bno I'm creating a new button, on a page, I literally copy it from another and do not get the changes here I show you the codes: Button codes...
asked by 20.04.2018 / 16:51
1
answer

Avoid resubmitting form in cake php

I explain the problem, the user fills out the form and if you press f5 or update the page, the data you just entered is reinserted exactly the same, one of the options would be to validate that the id is not repeated, but in this case It is not...
asked by 11.04.2018 / 22:30
0
answers

Ajax in cake php

I want to make a form that is constantly reviewed by a controller, but by means of an ajax, that is, my field is the user's, and I want to validate if the user already exists, but what I have said to me: Notice (8): Undefined variable: ajax [A...
asked by 02.04.2018 / 16:34
1
answer

Get views as objects with jquery in cakephp

I have the following divs: <div id="divNeeds" class="row" > <div class="col-md-6"> <h1 id="h1NeedsTitle" class="lang" key="h1NeedsTitle">Descubrir necesidades</h1> <h4 class="lang" key...
asked by 12.04.2018 / 22:56
1
answer

Form-control ('date')

I'm having a problem with CakePHP 3 when creating a control of type date, and that it has the format of entry D M Y. Since now I have left Y M D H i. As far as I can see, the 'dateFormat' option does not work. If you know how to solve this pr...
asked by 24.08.2017 / 15:40
0
answers

Problem with the Apache Xampp

I have to use PostgreSQL for a job and I enable the pdo and the extension of postgres in the file php.init and the same does not connect me with the tables, I realize that in the console I place the command: php -m The postgres do...
asked by 16.06.2017 / 20:48
2
answers

Crop image using image tool component in cakephp

I'm using a plugin Image tool component for which I have created a function, which I use after each upload of the images as follows //Función para recotar imagen private function _risizeimage($image){ $img = ImageTool::resize([...
asked by 11.01.2017 / 15:43
1
answer

Problems with my own plugin - CakePhp 3

I'm using Cakephp 3 and I created a plugin called Intranet using bake : bin/cake bake plugin Intranet This created the structure in:    project / plugins / Intranet Then I created a controller called Products : bin/cake bake...
asked by 05.12.2016 / 14:03
1
answer

Error when saving data in Cake - SQLSTATE [23000]: Integrity constraint violation

I have 2 tables, roles and operations and are related in a third table operations_roles . This is my migration file: $table = $this->table('roles'); $table ->addColumn('user_id','integer')->addForeignKey('u...
asked by 16.09.2016 / 04:25
1
answer

How to remove the following error from my datetime picker in cakephp 3?

Hello good day, sorry I have this problem in my project. It happens that you add a datetime picker and it works but the problem is when I add the time the form stays in this state.  Here I present my code of add : <div id="datetimepi...
asked by 21.09.2017 / 23:20