Questions tagged as 'cakephp'

0
answers

Publish project in Cakephp3

I'm trying to upload my project to a server that I borrowed but I'm not sure how it is done and upload the entire project and I see that the main one has the texts but the stylos and the links do not work (it is not at the root of the harassing...
asked by 31.10.2017 / 12:33
1
answer

Notice (8): Undefined variable in cakePHP

When I updated the changes in sight, I get this error:    Notice (8): Undefined variable: manager [APP \ View \ Views \ browser2.ctp, line 133] I have reviewed up and down and nothing .. I keep giving the same error ... Similar to this...
asked by 25.10.2017 / 23:49
1
answer

Dependent Combos in CakePHP 3.5

I am using ajax to be able to recharge a second combo dependent on the first and I can not get it to work. I enclose my code to see if you can help me. The view loads a script and it executes a controller action. Everything works correctly an...
asked by 24.10.2017 / 14:57
1
answer

Problem with CakePHP Excel

As the title says I am trying to implement CakePHP Excel, and with the 3 plugins tested so far: Cewi Excel dakota / CakeExcel maraya / CakePHPExcel After installing them with Composer, and making all the configuration, when inserting...
asked by 08.09.2017 / 21:30
1
answer

Where should I define the global constants in Cakephp 3?

Currently I have them defined in the file paths.php but I do not get them well, should I put them in another file or do I have to add something somewhere? Thanks in advance.     
asked by 02.08.2017 / 11:21
1
answer

Validate variable of type ajax in cakephp 3

You will see I have three variables in my javascript function that is as follows: function search_person_report(){ var User_persons = $("#email_person").val(); var names = $("#names").val(); var lastnames = $("#lastnames").val(); console.log(n...
asked by 11.05.2017 / 23:31
0
answers

Modify Input hidden created with helper form cakephp 3

when I use the Form 3 cakephp helper to create the forms that is as follows: <?= $this->Form->create() ?> and the output is the following: <form method="post" accept-charset="utf-8" action="/serappdev/preguntasalternativas...
asked by 12.04.2017 / 17:07
0
answers

CakePHP and SqlServer query

I need to query a database with SQLServer and buy 2 dates the problem is that CakePHP puts '' to date and throws me error table.field> = '2017-03-25' and I need that look like this table.campo > = 2017-03-25     
asked by 25.03.2017 / 00:00
0
answers

As insert url's in email in cakephp 3?

I want to send an email through the class Cake\Mailer\Email; and when inserting a link <a href="url"></a> insert another url that includes the transport host configured in bootstrap.php My action on the contr...
asked by 06.03.2017 / 18:28
2
answers

Error 500 POST with Ionic and AngularJS

I have a problem when trying to perform authentication with Ionic and AngularJs with a Backend in Cakephp 3. Testing with Chrome Postman, everything works perfect. The problem is making the call with the Ionic driver. Here I present all the elem...
asked by 15.11.2016 / 16:44