Log message #4188973

# At Username Text
# Jun 9th 2019, 09:23 challgren Or on a computer with access download all your stuff and then zip up the project and sneakernet it to your dev
# Jun 9th 2019, 09:23 ra7bi and install
# Jun 9th 2019, 09:23 ra7bi and i will do composer update
# Jun 9th 2019, 09:23 ra7bi just i got an idea , will move the project online without src folder .
# Jun 9th 2019, 09:22 ra7bi Yes,
# Jun 9th 2019, 09:22 challgren Isolated from the public internet
# Jun 9th 2019, 09:22 ra7bi what do you mean ?
# Jun 9th 2019, 09:20 challgren Is your dev airgapped?
# Jun 9th 2019, 09:19 ra7bi Yah , but i meant if i could download entire package
# Jun 9th 2019, 09:18 challgren well cloning wont fix that problem since you’ll still need a connection to dl the package
# Jun 9th 2019, 09:18 ra7bi that's why
# Jun 9th 2019, 09:18 ra7bi my development environment is offline
# Jun 9th 2019, 09:16 challgren try composer dump-autoload
# Jun 9th 2019, 09:14 challgren You could submodule it but composer is your best option IMHO
# Jun 9th 2019, 09:14 ra7bi or i need to do more steps
# Jun 9th 2019, 09:14 ra7bi im wondering can i install the plugin without composer ? like clone it from github to vendor folder only
# Jun 9th 2019, 09:13 challgren Maybe clear your vendor folder and rerun composer
# Jun 9th 2019, 09:13 ra7bi @challgren sorry i was busy , i think i've a problem with my development PC , i install it in other pc and everythings just works fine
# Jun 9th 2019, 09:12 challgren Any luck @ra7bi
# Jun 9th 2019, 08:38 challgren Could be the config vars are not set
# Jun 9th 2019, 08:37 challgren Can you look in your logs folder to see if theres anything meaningful there
# Jun 9th 2019, 08:37 ra7bi so i cant debug it
# Jun 9th 2019, 08:37 ra7bi the main problem when i put `$this->addPlugin('CakePdf', ['bootstrap' => true]);` in `application.php` i got blank screen
# Jun 9th 2019, 08:36 challgren Im also using CakePHP 3.8.0-RC2 but shouldn’t be too diff from 3.6
# Jun 9th 2019, 08:33 challgren If I want to force a pdf for a non pdf extension I add the following line in the controller `$this->viewBuilder()->setClassName('CakePdf.Pdf');`
# Jun 9th 2019, 08:31 challgren When I want a pdf of the page I just add .pdf to the url and bam PDF generated
# Jun 9th 2019, 08:31 slackebot <adithya>
# 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