Log message #4165280

# At Username Text
# Aug 7th 2018, 08:24 admad DON'T SHOW DETAILED ERRORS IN PUBLICLY ACCESSIBLE SITES
# Aug 7th 2018, 08:24 clementcrown I am becoming tired of Cakephp
# Aug 7th 2018, 08:23 clementcrown how else can I make the error show?
# Aug 7th 2018, 08:23 clementcrown 'debug' => filter_var(env('DEBUG', TRUE), FILTER_VALIDATE_BOOLEAN),
# Aug 7th 2018, 08:22 admad DON'T PUT SITES IN PRODUCTION WITH DEBUG OFF
# Aug 7th 2018, 08:22 clementcrown sorry set to true
# Aug 7th 2018, 08:22 clementcrown the debug is still set to false
# Aug 7th 2018, 08:21 admad because with debug off all errors are converted to 4xx or 5xx. You don't want technical details about your app to be shown to your users in production do you?
# Aug 7th 2018, 08:20 clementcrown i am even surprised the error are not displaying, why404 error ?
# Aug 7th 2018, 08:16 clementcrown the error log is showing INTL exntsion issue , however, this extension has been installed and the server restarted
# Aug 7th 2018, 08:12 admad check the error log for details of actual exception
# Aug 7th 2018, 08:11 clementcrown please help me
# Aug 7th 2018, 08:11 clementcrown please why is my cake application showing page not found http://landmarkpolytechnic.edu.ng/portal/users/login
# Aug 7th 2018, 07:54 admad ;)
# Aug 7th 2018, 07:54 ondrej.nedvidek how straightforward if you can 'read' :)
# Aug 7th 2018, 07:53 ondrej.nedvidek just noticed in API ;) yep missed that originally .. thanks ;)
# Aug 7th 2018, 07:53 admad @ondrej.nedvidek did you check the 3rd argument for `where()`? :slightly_smiling_face:
# Aug 7th 2018, 07:40 ondrej.nedvidek @okelet thanks for tip ! ;)
# Aug 7th 2018, 07:39 okelet @ondrej.nedvidek you can use $q->cleanCopy(), but it also clears more settings of the query, not only conditions
# Aug 7th 2018, 07:29 ondrej.nedvidek Hi there ;) CakePHP 3 Query object. Is there option to change conditions (where) for Query object which has already set some? When I use where(), orWhere, andWhere it just adds another condition. But I need in ideal world delete old and insert new. Thanks
# Aug 7th 2018, 02:45 blancessanchez30 hello how to update image on cake 2?
# Aug 6th 2018, 22:04 rightscoreanalysis I think it is working now, I set explicitly false where required and prefex where applicable, deleted cookies and now the redirect loop seems to have stopped
# Aug 6th 2018, 22:01 dereuromark also for all layout URLs. thats why my tools plugin provides helper methods here, e.g. linkDefault() etc.
# Aug 6th 2018, 22:01 dereuromark prefix=>false for your login auth url
# Aug 6th 2018, 22:01 dereuromark all your base URLs must always contain explicit setup
# Aug 6th 2018, 22:01 dereuromark yeah typical mistake when using prefix routing
# Aug 6th 2018, 21:56 rightscoreanalysis allow_auth: admin/Users = login, requestPassword, resetPassword
# Aug 6th 2018, 21:56 rightscoreanalysis unauthed redirects to: /admin/users/login
# Aug 6th 2018, 21:56 rightscoreanalysis I am getting too many redirects
# Aug 6th 2018, 21:46 rightscoreanalysis thank you
# Aug 6th 2018, 21:45 dereuromark controller is Articles
# Aug 6th 2018, 21:44 dereuromark no, prefix is admin
# Aug 6th 2018, 21:44 rightscoreanalysis in my case it redirects to admin/admin/articles
# Aug 6th 2018, 21:43 rightscoreanalysis 'loginRedirect' => [ 'controller' => 'admin/Articles', 'action' => 'index', 'plugin' => false ],
# Aug 6th 2018, 21:43 rightscoreanalysis if i have admin routes setup, is it correct to redirect after login to admin/articles with:
# Aug 6th 2018, 20:44 dereuromark yeah
# Aug 6th 2018, 20:38 rightscoreanalysis in allow_auth I tried Pages = *
# Aug 6th 2018, 20:38 rightscoreanalysis how can I allow the default home page
# Aug 6th 2018, 20:12 rightscoreanalysis this plugin is so useful, can't live without it
# Aug 6th 2018, 20:11 rightscoreanalysis thnak you
# Aug 6th 2018, 20:11 rightscoreanalysis I had: namespace App\Controller;