Log message #4188946

# At Username Text
# Jun 9th 2019, 08:30 adithya doesn't seem to be working, just asking from the redirect url i figured that https://mywebsite/hybrid-auth/endpoint is the one that i have to add to my fb app
# Jun 9th 2019, 08:30 challgren In routes.php I have `$routes->setExtensions(['json', 'pdf']);`
# Jun 9th 2019, 08:29 challgren In my application.php bootstrap I have `$this->addPlugin('CakePdf', ['bootstrap' => true]);`
# Jun 9th 2019, 08:25 ra7bi i tried also to load the plugin from `application.php` but after i loaded i got blank white page :(
# Jun 9th 2019, 08:11 ra7bi 3.6.11
# Jun 9th 2019, 08:09 challgren And cakepdf
# Jun 9th 2019, 08:09 challgren What Cake version you using?
# Jun 9th 2019, 08:09 ra7bi Sure , Thanks
# Jun 9th 2019, 08:08 challgren Like 15 minutes and I'll be back in my office
# Jun 9th 2019, 08:07 challgren Stand by I'm on mobile
# Jun 9th 2019, 08:06 ra7bi i got an error ` View class "CakePdf.pdf" is missing `
# Jun 9th 2019, 08:05 ra7bi maybe i can have idea how you make it work
# Jun 9th 2019, 08:05 ra7bi @challgren Can u show me your controller
# Jun 9th 2019, 08:04 challgren Try putting it in your app.php, Im not really sure if that works in bootstrap
# Jun 9th 2019, 08:03 ra7bi i've the config in bootstrap.php after `Plugin:::load`
# Jun 9th 2019, 08:03 challgren This is mine but I use WkHtmlToPdf
# Jun 9th 2019, 08:03 challgren @ra7bi Do you have the config in your app.php?
# Jun 9th 2019, 08:02 ra7bi any idea what could be the problem ?
# Jun 9th 2019, 08:01 ra7bi i used composer to download the plugin and also composer to download Mpdf
# Jun 9th 2019, 08:01 ra7bi Hey , im trying to use CakePdf plugin but when i render the view it shows blank pdf and when i download it and open it with notepad i can see html code
# Jun 9th 2019, 04:45 challgren That should be it
# Jun 9th 2019, 03:38 adithya I have added the redirect url on my FB app settings page in the valid oauth redirections section, is this it or am I missing something?
# Jun 9th 2019, 00:50 challgren If you also need to extend/customize the Writer look at the DefaultWriter.
# Jun 9th 2019, 00:48 JDD_Canada league/flysystem-webdav - there is my nextcloud adapter, sweeeeeeetttt
# Jun 9th 2019, 00:48 JDD_Canada oh wow. Thanks man
# Jun 9th 2019, 00:47 challgren https://github.com/FriendsOfCake/awesome-cakephp
# Jun 9th 2019, 00:44 JDD_Canada I guess is hsould have checked foc first to see if they had a plugin
# Jun 9th 2019, 00:44 JDD_Canada thanks, I'll try this
# Jun 9th 2019, 00:44 JDD_Canada aaaah
# Jun 9th 2019, 00:44 JDD_Canada well, already the docs seem better. I am going to want to extend it with a nextcloud adapter in the next dev round.
# Jun 9th 2019, 00:44 challgren josegonzalez/cakephp-upload is what you need for composer
# Jun 9th 2019, 00:43 challgren It uses Flysystem which has a ton of Adapters
# Jun 9th 2019, 00:42 challgren https://github.com/FriendsOfCake/cakephp-upload
# Jun 9th 2019, 00:42 JDD_Canada thanks
# Jun 9th 2019, 00:41 challgren FOC
# Jun 9th 2019, 00:41 JDD_Canada I will take a look right now :P
# Jun 9th 2019, 00:41 challgren Have you looked into FOK/Upload?
# Jun 9th 2019, 00:41 JDD_Canada Ive never really understood the event system, I am struggling here
# Jun 9th 2019, 00:41 JDD_Canada I am trying to figur eout burzum/filestorage
# Jun 9th 2019, 00:41 challgren Depends on what your doing
# Jun 9th 2019, 00:40 JDD_Canada There is no functional difference between adding code to bootstrap.php, or putting inside the bootstrap() function of Application.php, correct?