Log message #4045111

# At Username Text
# Jun 28th 2017, 00:16 aproapedelune Hello! I have s stupid questions, can anybody help me, please?
# Jun 27th 2017, 22:02 moose517 problem has been i've been living away from home, so i had to develop directly on live cause i couldn't get VPN working XD version control would have saved me from what i just goofed haha. But thanks savant!
# Jun 27th 2017, 22:02 moose517 pebkac bug LOL
# Jun 27th 2017, 22:02 savant not a bug in his upgrade :slightly_smiling_face:
# Jun 27th 2017, 22:01 savant looks like it was just that moose517 overwrote that page
# Jun 27th 2017, 21:57 savant okay so did you check general php logs and also app logs?
# Jun 27th 2017, 21:57 moose517 but yeah i checked both logs
# Jun 27th 2017, 21:57 moose517 i use nginx
# Jun 27th 2017, 21:54 savant in both php and apache?
# Jun 27th 2017, 21:54 moose517 only thing in the logs is that toolbar.js is 404'ing
# Jun 27th 2017, 21:48 moose517 that front page was more or less blank to begin with, but i'm guessing my stupidness was developing what i was doing on that page on live and just overwrote it XD
# Jun 27th 2017, 21:48 savant if you’re using apache, also check those logs
# Jun 27th 2017, 21:48 savant check your logs?
# Jun 27th 2017, 21:47 moose517 nope https://api.moosecraft.us
# Jun 27th 2017, 21:45 savant is this local?
# Jun 27th 2017, 21:45 moose517 i really do, but yeah debug mode is on, i manually deleted out the cache files and still blank
# Jun 27th 2017, 21:44 savant you say lol a lot
# Jun 27th 2017, 21:43 savant turn on debug mode
# Jun 27th 2017, 21:42 moose517 LOL i can't even get the debut toolbar to show u
# Jun 27th 2017, 21:38 savant clear your app cache
# Jun 27th 2017, 21:38 moose517 blank page!
# Jun 27th 2017, 21:38 moose517 ooooh i broke somethng thats for sure LOL
# Jun 27th 2017, 21:36 savant but those are rare
# Jun 27th 2017, 21:36 savant every so often we have to break a small thing in a minor release because of a really bad bug or security issue
# Jun 27th 2017, 21:36 savant just follow the migration guide
# Jun 27th 2017, 21:36 savant not much
# Jun 27th 2017, 21:36 moose517 totally just updated and didn't even think about that
# Jun 27th 2017, 21:36 moose517 LOL how breaking is it for changes to go from an earlier 3.x build to the latest?
# Jun 27th 2017, 21:29 deyemi Thanks @savant ....will read the composer docs for solution
# Jun 27th 2017, 21:28 savant I’d refer to the composer docs on how to do that
# Jun 27th 2017, 21:28 savant you can modify your composer.json to generate the proper autoload stuff
# Jun 27th 2017, 21:28 savant it needs to be autoloaded properly
# Jun 27th 2017, 21:28 deyemi Is there a way I can manually load it
# Jun 27th 2017, 21:27 deyemi so I downloaded it manually instead and placed it in the plugin folder .... My problem is cakephp keep throwing Class 'Bakkerij\Notifier\Utility\NotificationManager' not found error despite me loading it in boostrap.php
# Jun 27th 2017, 21:27 savant that pr fixes the issue but they didnt merge it
# Jun 27th 2017, 21:27 savant https://github.com/bakkerij/notifier/pull/25#partial-pull-merging
# Jun 27th 2017, 21:27 savant deyemi: looks like the maintainer pins to specific versions of cake
# Jun 27th 2017, 21:25 deyemi was unable to download via composer cos it requires cakephp 3.3.*
# Jun 27th 2017, 21:24 deyemi Hello guys ...has anyone here implemented 'Bakkerij\Notifier plugin in any cakephp 3.4 project?
# Jun 27th 2017, 17:50 savant https://book.cakephp.org/3.0/en/controllers/components/authentication.html#configuring-authentication-handlers
# Jun 27th 2017, 17:49 savant missed that you didnt configure the Authenticate classes