Hi,
i update from 3.5 to 3.8 also the plugin Bootstrap to 1.4.1 and php 7.3.
After all i had the error " Element file “BootstrapUI.Element/Flash/default.ctp” is missing. " I tried to https://book.cakephp.org/3.0/en/plugins.html#overriding-plugin-templates-from-inside-your-application but it doesn 't work.
Please help me.
View
<?php use Cake\Routing\Router; ?>
<?= $this->Html->css('select2.min', ['block' => true]); ?>
<?= $this->Html->script('select2.min', ['block' => true]); ?>
<?= $this->Flash->render();?>
<div class="row">
controller
$this->Flash->set(‘The user has been saved.’);
I tried to override it, but it doesn’t work.