Log message #4046869

# At Username Text
# Jul 1st 2017, 11:18 pidlo but date picker i dont know howto change to timestamp for dtb
# Jul 1st 2017, 11:17 pidlo hello all i install today crud friends of cake .. create posts crud its ok but i can save post then i get error Invalid datetime format in view i have 06/28/2017 11:00 AM
# Jul 1st 2017, 08:19 mallick Any clue, what I am doing wrong? Its cakePHP 3.4
# Jul 1st 2017, 08:19 mallick Fatal error: Uncaught RuntimeException: Could not load class debug in /home/aminfosystems/Projects/v6k12/vendor/cakephp/cakephp/src/Log/LogEngineRegistry.php:57
# Jul 1st 2017, 08:19 mallick Hi guys, while I am trying to use Log::debug("something") in a shell, it gives me the error
# Jul 1st 2017, 05:39 loganstrob oh alright...Thanks again have a great weekend @admad :slightly_smiling_face:
# Jul 1st 2017, 05:38 admad There are community plugins for social providers like my social-auth plugin :)
# Jul 1st 2017, 05:37 loganstrob ?
# Jul 1st 2017, 05:37 loganstrob And also one last thing...what about google authentication api...How do i use it cakephp
# Jul 1st 2017, 05:37 admad Np
# Jul 1st 2017, 05:36 loganstrob Oh well then I am gonna have to rebuild...Thanks alot @admad i really appreciate your help
# Jul 1st 2017, 05:35 admad Unless there are generic classes in your existing code which can be reused i doubt it
# Jul 1st 2017, 05:34 loganstrob Is there any way I can reuse the code?
# Jul 1st 2017, 05:33 admad Continue developing the cake app and keep switching urls over to it
# Jul 1st 2017, 05:32 admad loganstrob: a commonly followed practice is moving to a new system in parts. Implement some part of website in cake and setup redirection to serve required urls through it.
# Jul 1st 2017, 05:24 loganstrob ?
# Jul 1st 2017, 05:23 loganstrob now I have to make a transition to cakephp...and completely rebuild the entire website again using cakephp...What is a the best practice for a migration like this
# Jul 1st 2017, 05:22 loganstrob php
# Jul 1st 2017, 05:22 loganstrob I have this website which was ompletely developed using core ph
# Jul 1st 2017, 05:22 loganstrob i was wondering if i could get some help
# Jul 1st 2017, 05:21 loganstrob hello
# Jul 1st 2017, 02:06 aproapedelune thank you!
# Jul 1st 2017, 02:05 markstory I would
# Jul 1st 2017, 02:05 aproapedelune so I should have the "roles" column on the Users table..
# Jul 1st 2017, 02:04 markstory having multiples can get wonky
# Jul 1st 2017, 02:03 markstory you should try to have only one auth component configuration
# Jul 1st 2017, 01:55 aproapedelune could someone please advise?
# Jul 1st 2017, 01:54 slackebot array ( 'controller' => 'Analize', 'action' => 'login', ), 'authError' => NULL, 'unauthorizedRedirect' => true, 'storage' => 'Session', 'checkAuthIn' => 'Controller.startup', ) which differs from array ( 'loginRedirect' => array ( 'controller' => 'posts', 'action' => 'index', ), 'logoutRedirect' => array ( 'controller' => 'pages', 'action' => 'display', 0 => 'home', ), )
# Jul 1st 2017, 01:54 aproapedelune I got this error :The "Auth" alias has already been loaded with the following config: array ( 'authenticate' => array ( 'Form' => array ( 'fields' => array ( 'username' => 'username', 'password' => 'password', ), ), ), 'authorize' => NULL, 'ajaxLogin' => NULL, 'flash' => NULL, 'loginAction' => array ( 'controller' => 'Analize', 'action' => 'login', ), 'loginRedirect' => array ( 'controller' => 'Analize', 'action' => 'admin', ), 'logoutR
# Jul 1st 2017, 01:21 aproapedelune And how to search the username and pass from database?
# Jul 1st 2017, 01:20 aproapedelune Could someone advise me, please? Should I rename the login method for users?
# Jul 1st 2017, 01:19 aproapedelune https://gist.github.com/anonymous/b21d44719759b5cb57857bc4d1bd0d2d
# Jul 1st 2017, 01:18 aproapedelune https://gist.github.com/anonymous/514eea3d6c6ea743fa7aa02dffbee12e
# Jul 1st 2017, 01:17 aproapedelune https://gist.github.com/anonymous/a1425f0d6cac4bd33b11c2f0b5694c42
# Jul 1st 2017, 01:16 aproapedelune I have a login method both in the first controller (AnalizeController) - used for logging in the admin, and in my UsersController
# Jul 1st 2017, 01:14 aproapedelune I need some help with my project, I m trying to add a login form for basic users (I also have an admin page, implemented in a very basic way)..
# Jul 1st 2017, 01:12 aproapedelune hey guys! how are you?
# Jul 1st 2017, 00:04 royalty thought it was small enough
# Jul 1st 2017, 00:04 royalty sorry should have gisted
# Jul 1st 2017, 00:03 royalty );
# Jul 1st 2017, 00:03 royalty 'A new user logged in with username: ' . $user['username']