Log message #4186478

# At Username Text
# May 15th 2019, 18:19 m.hoffs so i can search in my code
# May 15th 2019, 18:19 m.hoffs with what command did u do that >
# May 15th 2019, 18:19 m.hoffs hmmm
# May 15th 2019, 18:18 ricksaccous i honestly don't really know but i've had a problem before where my viewClass was being set and it was not allowing another plugin to do it's thing
# May 15th 2019, 18:18 m.hoffs by adding them manual to viewClassMap ?
# May 15th 2019, 18:17 m.hoffs not that i know
# May 15th 2019, 18:16 ricksaccous @m.hoffs are you setting a custom view class anywhere?
# May 15th 2019, 18:11 m.hoffs but now see same problem with the cakepdf
# May 15th 2019, 18:11 m.hoffs but that i sorted out different way, didnt pay attention on it
# May 15th 2019, 18:11 m.hoffs and got simular problem with Csvview
# May 15th 2019, 18:11 m.hoffs "viewClassMap" => array:5 [▼ "json" => "Json" "xml" => "Xml" "ajax" => "Ajax" "csv" => "CsvView.Csv" "pdf" => "CakePdf.Pdf"
# May 15th 2019, 18:09 m.hoffs but my feeling its not getting to that class at all
# May 15th 2019, 18:09 m.hoffs i can see in the request RequestHandler that the CakePdf class is loaded
# May 15th 2019, 18:08 m.hoffs but its serving normal view
# May 15th 2019, 18:08 m.hoffs so pthat part can confirm is working
# May 15th 2019, 18:08 m.hoffs when i open the url, its forcing application/pdf
# May 15th 2019, 18:08 m.hoffs added the router extension
# May 15th 2019, 18:08 savant Sometimes people just aren’t around (lots of timezones in here) or busy with work :slightly_smiling_face:
# May 15th 2019, 18:08 m.hoffs I installed the cakepdf plugin
# May 15th 2019, 18:07 savant Whats the actual question?
# May 15th 2019, 18:07 m.hoffs tried in morning and midday allready
# May 15th 2019, 18:07 waspinator @m.hoffs just ask, and if someone has the time and knows how to help they will
# May 15th 2019, 18:05 m.hoffs Anyone has a bit spare time to help me with debugging ?
# May 15th 2019, 17:04 pedroseco any idea how could I get a list of all tables that my loaded plugins use?
# May 15th 2019, 17:04 pedroseco Hi guys
# May 15th 2019, 15:52 neon1024 :thumbsup:
# May 15th 2019, 15:42 ondrej.nedvidek thanks @neon1024.. I needed mapping, but you gave me lead .. and after more searching I found it https://crud.readthedocs.io/en/latest/configuration.html#action-configuration so classic RTFM-properly situation ..
# May 15th 2019, 15:25 neon1024 @ondrej.nedvidek If the controller extends it, just enable the action in that controllers `initialize` function
# May 15th 2019, 15:24 neon1024 Boo!
# May 15th 2019, 15:24 spriz @neon1024 there is nothing helpful in why-not, and deleting vendor did also not help :s
# May 15th 2019, 15:19 ondrej.nedvidek CRUD problem: I need to map the action on the fly. I inherit controller but one action I need is missing in parent. thanks for any hint/help ;)
# May 15th 2019, 15:14 dereuromark haha, know the feeling
# May 15th 2019, 15:12 neothermic I just tried to `./bin/cake` on my 2.x install :(
# May 15th 2019, 14:42 Fanzy Hi all. I need to change the default date formats for italian, french and german languages in my application. Is there any way to set it in bootstrap.php / application.php? I'm on Cake 3.7
# May 15th 2019, 13:41 neon1024 Maybe `rm -rf vendor andand composer clearcache andand composer install` ?
# May 15th 2019, 13:38 neon1024 `composer why-not intercom/intercom-php` ?
# May 15th 2019, 13:36 spriz `intercom/intercom-php:^4.0.0 php-http/guzzle6-adapter` is no problem - but `intercom/intercom-php:^4.0.2 php-http/guzzle6-adapter` suddenly is :thinking_face:
# May 15th 2019, 13:34 spriz I know this is a composer-related question and not cake, but I guess this is a piece of cake for someone but me - can someone explain me why composer is getting to the concluison to install v1.1.0 out of (seemingly) nowhere?! :) https://gist.github.com/Spriz/54801e1e9e29d5a7340263f372c3fab0
# May 15th 2019, 13:34 admad you should be able to do what you want
# May 15th 2019, 13:28 waspinator @admad so this is expected behavior, and I should be able to do what I want by understanding https://github.com/cakephp/cakephp/blob/master/src/ORM/Marshaller.php ?
# May 15th 2019, 13:26 m.hoffs Anyone has a bit spare time to help me with debugging ?