Migration Issue

2012-10-13 Thread CCorreia
Hello. I've just joined a project that is currently using cake as it's framework, and one of the tasks assigned to me was to migrate the existing 2.0 version of cake to the latest (now 2.2.3). Now a situation came up when moving from my windows localhost to the server. It starts to fail right a

Authenticating in different controllers

2013-01-10 Thread CCorreia
I have 2 controllers that require authentication, let's say: - admins - users Each of this controllers requires a specific table for login information, so far I can use the Auth component to login correctly to each controller the issue I'm having is that once the user does the login into one o

Cakephp 3 core path change

2015-07-20 Thread CCorreia
Hi everyone. I'm having a small problem changing the path of cake core files. So I change the path on the "Config/paths.php" file to something like: define('CAKE_CORE_INCLUDE_PATH', '/path/to/library/cakephp'); I have no trouble running the code after this change but as soon as I remove the fo