Questions tagged as 'cakephp'

1
answer

keys with htaccess on a server with cakephp

I have a page in midominio.com.co/descargas/mibd.html this page is hosted in webroot/descargas/mibd.html I'm creating an htaccess there, this is your location webroot/descargas/.htaccess and I think I have some error calling...
asked by 06.04.2018 / 21:17
1
answer

Method submit jquery

I'm in a form tipom wizad, and I download the code of a button that is created from vis and links, the thing is that when I click the submit, it changes its appearance, and then it does not make me the submit, I've put the $(this).submit();...
asked by 23.03.2018 / 16:17
1
answer

SOLVED: Error editing a record with CakePHP

When I edit an entry, it generates the following error:    Deprecated (16384): Using key action is deprecated, use url directly instead. [CORE \ Cake \ View \ Helper \ FormHelper.php, line 383] When editing and giving it sav...
asked by 03.03.2018 / 02:39
1
answer

Automatic translator

I have the following problem. link I'm using that example to set up my translator. but he does not do anything to me, I do not know what he's doing wrong. In the webroot is the home-in and the home-is home-en.json { "ti...
asked by 03.04.2018 / 23:17
1
answer

because it does not compare me 2 dates with cakephp comparison

This is the rule I have, but it does not work: $validator ->add('end_date', 'comparison', [ 'rule' => ['comparison', 'end_date', '>', 'start_date'] ]) I want to show that the final date is greater than the i...
asked by 05.12.2017 / 20:33
1
answer

Problems with php when creating a CakePhp 3 project with composer

I'm trying to create a cakephp3 project on a machine with linux mint (ubuntu 16) but I have problems with the php and reviewed several post on the internet and I did what they said but it seems to have no effect I hope to see if someone here can...
asked by 27.09.2017 / 00:16
1
answer

disable zoom in chrome under w7

I have an application developed in cakephp, which runs in chrome in kiosk mode, it's like a product catalog. We changed the screen of touchscreen because it had wear and problems, and although the new one is by infrared, much better, I lost or I...
asked by 23.02.2017 / 14:31
1
answer

Help with inserting slide in cakephp view

At work I have an application from a few years ago, from a company that no longer exists, developed in cakephp 1.3, which I am trying to learn and reason but I still can not. The issue is that the php is obfuscated, and I need to modify a view,...
asked by 13.12.2016 / 23:37
1
answer

Use ajax in cakephp 3

Hi everyone, how are you going to see I have a function inside my controller AdvertisementsController something like that public function listsize($article = null) { if ($this->request->is('get')) { $query_sizes = $this->A...
asked by 29.08.2016 / 19:40
1
answer

Check using max function in cakephp 3

Hello everyone, as you will see I have this query in sql SELECT MAX(id_alternativa) FROM pregunta_alternativa WHERE id_pregunta = 7 which I'm doing in cakephp using the max function of the framework public function register() { $query...
asked by 11.08.2016 / 17:47