lilHermit / cakephp-plugins-bootstrap4

3 stars 5 forks source link

bootstrapCss/Script does not exist #13

Closed ghost closed 4 years ago

ghost commented 5 years ago

With CakePHP 3.7.7 I followed the instruction here and here, but when the page loads it says:

Warning (512): Method Cake\View\Helper\HtmlHelper::bootstrapCss does not exist [CORE/src/View/Helper.php, line 117] Warning (512): Method Cake\View\Helper\HtmlHelper::bootstrapScript does not exist [CORE/src/View/Helper.php, line 117] Warning (512): Method Cake\View\Helper\HtmlHelper::button does not exist [CORE/src/View/Helper.php, line 117]

Is there something else I have to do?

lilHermit commented 5 years ago

Hi thanks for posting an issue can you provide a working/failing project to a repo somewhere so I can see?

lilHermit commented 5 years ago

This looks like you are extending BootstrapView

lilHermit commented 4 years ago

Stale