Questions tagged as 'cakephp-bake'

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
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

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

How to fix network error is unreachable when sending mail in cake php 3?

Good afternoon I have the following code with which I sent mail and it works well in my local but when uploading it to the server it sends me an error: 2018-11-05 18:36:12 Error: [Cake\Network\Exception\SocketException] Network is unreachable...
asked by 06.11.2018 / 01:52
0
answers

Error loading cakephp 3 project on IIS server does not show styles

What happens is that I develop a project in cakephp 3 and in localhost it runs excellent without faults but when wanting to upload it to an IIS server it does not show me my styles (css) the whole project shows it to me without css and I made th...
asked by 09.03.2018 / 16:36
1
answer

How to send cake php form by Ajax?

I would like to know how I can send a form via ajax to the controller of my view cabemensionar that I use cakephp: Vista <div class="usuarios form large-9 medium-8 columns content"> <?= $this->Form->create() ?> &...
asked by 12.01.2018 / 01:25
2
answers

Problems with Session CakePHP

Dear good afternoon, I would like to comment on a problem I have based on a system developed in cakephp version 2.4: It turns out that for some reason or reason CakePHP deletes the sessions without any reason, check the driver, js, html and e...
asked by 14.02.2017 / 20:15