Error
The application is trying to load a file from the DebugKit plugin.
Make sure your plugin DebugKit is in the /srv/app/plugins/ directory and was loaded.
<?php
// src/Application.php
public function bootstrap()
{
parent::bootstrap();
$this->addPlugin('DebugKit');
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you want to customize this error message, create templates/Error/missing_plugin.php