Log message #4267747

# At Username Text
# Jul 16th 2021, 10:58 paolo.bragagni And I have "cakephp/debug_kit": "^4.4", in my require-dev composer.json
# Jul 16th 2021, 10:56 paolo.bragagni I have vendor/cakephp/debug_kit/webroot/js/toolbar.js
# Jul 16th 2021, 10:56 paolo.bragagni returned to my old project.. :S (no debug_kit even in 4.2.7)
# Jul 16th 2021, 10:50 paolo.bragagni probably something change in bootstrp_u_i
# Jul 16th 2021, 10:49 paolo.bragagni run update but messed everything
# Jul 16th 2021, 10:49 paolo.bragagni it should
# Jul 16th 2021, 10:47 kevin.pfeifer your composer.json should have `"cakephp/debug_kit": "^4.0",`
# Jul 16th 2021, 10:47 kevin.pfeifer then you definitely should have that file `vendor/cakephp/debug_kit/webroot/js/toolbar.js`
# Jul 16th 2021, 10:45 paolo.bragagni 4.2.3
# Jul 16th 2021, 10:45 kevin.pfeifer on which cakephp version are you?
# Jul 16th 2021, 10:45 kevin.pfeifer so you never ran `composer update` ?
# Jul 16th 2021, 10:33 paolo.bragagni (never applied a single updates)
# Jul 16th 2021, 10:33 paolo.bragagni trying to rebuild vendor
# Jul 16th 2021, 10:29 kyle-burton Generate the plugin symlinks again
# Jul 16th 2021, 10:25 kevin.pfeifer since you already said you don’t touch the vendor directory - how do you usually apply updates?
# Jul 16th 2021, 10:16 paolo.bragagni lets try ?
# Jul 16th 2021, 10:15 kevin.pfeifer well then you should update to the latest debugkit version
# Jul 16th 2021, 10:14 paolo.bragagni I havent this js
# Jul 16th 2021, 10:12 kevin.pfeifer ```vendor/cakephp/debug_kit/webroot/js/toolbar.js```
# Jul 16th 2021, 10:11 paolo.bragagni js where?
# Jul 16th 2021, 10:11 kevin.pfeifer the toolbar.js inserted 1 line above the iframe
# Jul 16th 2021, 10:11 paolo.bragagni I use bootstrp plugin and I modified something
# Jul 16th 2021, 10:10 kevin.pfeifer JS
# Jul 16th 2021, 10:10 paolo.bragagni but who puts the iframe there?
# Jul 16th 2021, 10:10 paolo.bragagni no I havent
# Jul 16th 2021, 10:09 kevin.pfeifer
# Jul 16th 2021, 10:09 kevin.pfeifer should look like that
# Jul 16th 2021, 10:09 paolo.bragagni no
# Jul 16th 2021, 10:09 kevin.pfeifer do you have he iframe at the end of your html?
# Jul 16th 2021, 10:09 kevin.pfeifer therefore the generated iframe in the DOM was the wrong URL
# Jul 16th 2021, 10:08 kevin.pfeifer so i forgot to change my `App.fullBaseUrl` to the new https URL
# Jul 16th 2021, 10:08 kevin.pfeifer ah sorry, i changed my local setup recently to be https
# Jul 16th 2021, 10:02 paolo.bragagni HAHAHAHAHA
# Jul 16th 2021, 10:01 kevin.pfeifer oh wait, my debug_kit is also not present anymore :thinking_face:
# Jul 16th 2021, 10:01 paolo.bragagni
# Jul 16th 2021, 10:00 kevin.pfeifer do you have a `tmp/debug_kit.sqlite` file? if so try to remove it And then check if the tmp folder is writeable
# Jul 16th 2021, 09:59 kevin.pfeifer ok
# Jul 16th 2021, 09:59 paolo.bragagni :)
# Jul 16th 2021, 09:59 paolo.bragagni is enabled
# Jul 16th 2021, 09:59 paolo.bragagni if ($service->isEnabled()) die('test');
# Jul 16th 2021, 09:58 kevin.pfeifer does the cakephp debug.log file say something special maybe?