Questions tagged as 'cakephp'

0
answers

CakePHP Error Ubuntu

asked by 25.11.2014 / 19:46
0
answers

Drag and drop into a listing in cakephp

I have to sort through drag-and-drop methods. I would like to know how I could use this in cakephp? The problem is as follows: I have several records returned in a listing, I would like to drag for example, the 5th record for the 1st and make...
asked by 20.11.2014 / 10:01
2
answers

Undefined Index

I'm having an error while passing the database data to the view, but the code is pretty much the same as the one I have, and it works fine. The Array with the data is also being sent to the view, but the User in $users['User']['...'];...
asked by 26.03.2014 / 19:00
3
answers

Reset button on the form

I want to reset all fields of a form using CakePHP framework. What happens is the following, the register button is only enabled if the user checks the box to accept. If he clicks the clean button, I want you to leave the text-type fields...
asked by 21.09.2015 / 16:58
1
answer

Login problem using CakePhp in session_regenerate_id () [duplicate]

Testing at home, my CakePHP project works perfectly. However, when executing the same project on the site, with the appropriate changes, as expected, it shows a slightly different behavior. But a problem is really bothering me when trying t...
asked by 23.04.2014 / 05:11
1
answer

Can you use CakePHP 3 to create screens to manipulate CRON as SideKiq?

Is there any way to create screens to manipulate CRON PHP with CakePHP3 as we have the sidekiq option for Ruby on Rails? It would be interesting to list the active jobs, and also the option to create new jobs, it would also be interesting to...
asked by 28.08.2017 / 15:44
1
answer

Error illegal string offset 'key' cakePhP

I'm starting to use CakePhp , when I'm going to register something, it returns the following errors:    Warning (2): Illegal string offset 'key'   [CORE \ Cake \ View \ Helper \ SessionHelper.php, line 143]       Warning (2): Illegal s...
asked by 18.09.2017 / 13:12
1
answer

Returning tables with hasMany - CakePHP

In a belongsToMany relationship, when I transform the result into json it returns the _joinData field. Would there be any way to not bring it into the query or display it in json using any Cake option? JSON...
asked by 22.03.2016 / 22:50
1
answer

Error unexpected end of file in cakephp

I have a project in cakephp that is in version 1.3.15 and I am trying to run in Xampp but it is giving this error as the attached print and this line corresponds to the closing of my html tag. Does anyone know how I should proceed? <!DO...
asked by 11.02.2016 / 19:40
2
answers

Error 500 in CakePHP version 1.3.15

I'm working on a CakePHP project that I can not test on localhost . I took the project already started and as I can not do the tests, direct post always keeping the backup and work like this is horrible. I installed CakePHP in version 1...
asked by 15.01.2016 / 17:05