Warning (2): Use of undefined constant TESTS - assumed 'TESTS' (this will throw an Error in a future version of PHP) [ROOT/Plugin/DebugKit/Lib/Panel/EnvironmentPanel.php, line 57]
CakePHP: the rapid development php framework: Errors

Missing Plugin

Error: The application is trying to load a file from the Slug plugin

Error: Make sure your plugin Slug is in the app/Plugin directory and was loaded

<?php
CakePlugin::load('Slug');

Loading all plugins: If you wish to load all plugins at once, use the following line in your app/Config/bootstrap.php file

CakePlugin::loadAll();

Notice: If you want to customize this error message, create app/View/Errors/missing_plugin.ctp

Stack Trace

(default) 2 queries took 0 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `AppPreference`.`id`, `AppPreference`.`application_name`, `AppPreference`.`email`, `AppPreference`.`mail_recipients`, `AppPreference`.`404_not_found_page_id`, `AppPreference`.`meta_title`, `AppPreference`.`meta_show_title`, `AppPreference`.`meta_reverse_title`, `AppPreference`.`userlog_record_limit`, `AppPreference`.`userlog_time_limit`, `AppPreference`.`favicon_id`, `AppPreference`.`animated_favicon_id`, `AppPreference`.`apple_touch_icon_id`, `AppPreference`.`created`, `AppPreference`.`modified` FROM `fourcornersarchive_live`.`app_preferences` AS `AppPreference` WHERE 1 = 1 LIMIT 1110
2SELECT `AppPreferenceExpanded`.`id`, `AppPreferenceExpanded`.`app_preference_id`, `AppPreferenceExpanded`.`key`, `AppPreferenceExpanded`.`value`, `AppPreferenceExpanded`.`created`, `AppPreferenceExpanded`.`modified` FROM `fourcornersarchive_live`.`app_preferences_extended` AS `AppPreferenceExpanded` WHERE `AppPreferenceExpanded`.`app_preference_id` = (1)440