Questions tagged as 'cakephp'

1
answer

Console. My application works normally but I can not use the Console

My application usually works more when I try to use the Console it gives the following error:    PHP Warning: include (Cake / Console / ShellDispatcher.php): failed to   open stream: No such file or directory in   /home/devidy/www/en/Console/...
asked by 28.01.2015 / 20:08
1
answer

SimpleSAML using CakePHP - SimpleSAML_Error_NoState: NOSTATE

I'm trying to set up simpleSAMLphp using CakePHP, in the project using only PHP it works fine but using CakePHP-simpleSAMLphp-Plugin I got the errors when I try to access the View: Warning (4096): Argument 1 passed to SamlAuthenticate::unauthe...
asked by 17.11.2014 / 14:13
1
answer

CakePHP 3 - Problem with Nested Eager Loading

I have the following table structure: Users Tools Groups All of them have many to many associations And I already have the pivot tables: groups_tools groups_users tools_users I'm trying to do the following query: Table...
asked by 13.07.2015 / 17:16
2
answers

CakePHP indicates that PHPUnit is not installed

I need to run cakephp does not recognize it. I've tried everything but the next screen is what always appears when I try to access the test interface of cakephp : However,whenIchecktheinstallationviatheUbuntucommandlineIgetthisresponsefrom...
asked by 07.04.2014 / 15:10
1
answer

CakePHP auth does not allow Timthumb to work

I have a gallery that worked correctly, but after making the restrictions for users with Auth , the thumbnails stopped displaying the image, but when I delete function beforFilter() , public function isAuthorized($user) and co...
asked by 01.04.2014 / 12:07
0
answers

Images are gone on site with CakePhp

Recently I got a website developed in CakePHP. I migrated it to 2 different servers and the site ran normally. When I went to migrate to a third server, it simply does not generate the thumbs anymore as it was to generate. None of the thumbna...
asked by 26.09.2014 / 16:46
1
answer

CakePhp is ignoring my model

I have an "Admin" plugin and it has the following: UsersController.php (UsersController), User.php (it's the Model User). In this case, I am saving user data, the controller correctly saves the data, however the validation functions, password en...
asked by 08.08.2014 / 21:56
2
answers

PHP Framework with greater similarity with CodeIgniter? [closed]

Which of these frameworks below have the greatest similarity to CodeIgniter, so that I can have the smallest learning curve? Laravel CakePHP Zend
asked by 27.02.2014 / 16:04
2
answers

How to give an echo in the modality? [closed]

Array ( [0] => Array ( [Planos] => Array ( [id] => 57 [nome] => test [descricao] => test [valor] => 1.00...
asked by 28.11.2016 / 19:12
1
answer

What does this snippet of PHP do? My validations fail because of it

I'm working on a project I've already taken and I'm having trouble displaying data for certain validations. I need to understand what this line does: foreach ($queries as $id => $query) if (!in_array($id, array('pagina', 'codigo', 'cid...
asked by 10.03.2014 / 21:31