gpt4 book ai didi

安装后 CakePHP DebugKit 插件工具栏不出现

转载 作者:行者123 更新时间:2023-12-02 12:16:41 27 4
gpt4 key购买 nike

您好,提前感谢您的帮助!多次尝试安装 CakePHP 的 DebugKit 插件失败

尝试的步骤:1.下载并解压debug_kit ( https://github.com/cakephp/debug_kit )2.将文件重命名为“DebugKit”并移至/webroot/cakephp/plugins(以便其位于plugins文件夹内)。3. 对相应文件进行以下修改。 (我已经仔细检查过这些)

# Installation

* Clone/Copy the files in this directory into `app/Plugin/DebugKit`
* Ensure the plugin is loaded in `app/Config/bootstrap.php` by calling `CakePlugin::load('DebugKit');`
* Include the toolbar component in your `app/Controller/AppController.php`:
```php
class AppController extends Controller {
public $components = array('DebugKit.Toolbar');
}
```
* Set `Configure::write('debug', 1);` in `app/Config/core.php`.
* Make sure to remove the 'sql_dump' element from your layout (usually
`app/View/Layouts/default.ctp` if you want to experience the awesome that is
the debug kit SQL log.

当我到达 localhost/cakephp 时,我看到其他通知,并且我已配置其他所有内容,以便它们显示为绿色。然而,Cakephp 甚至没有看到我正在尝试使用 DebugKit 插件,并且工具栏也没有显示。

我是 CakePHP 的新手,并且一直在学习教程以正确设置所有内容。我认为 DebugKit 对于帮助我理解 CakePHP 非常有帮助。我已经阅读了几个教程并在互联网上进行了搜索,但我一直无法让它工作。如果您有任何想法请告诉我!

注意:CakePHP 版本 2.4.6DebugKit 2.2.1(也尝试过更新版本)在 Ubuntu 12.04 上安装 LAMP

最佳答案

  1. 在cakePHP根目录>插件文件夹中,这是DebugKit应该存放的位置。
  2. 然后,您需要通过将其加载到 Bootstrap 中来使每个人都可以使用该工具包。在 app > config > bootstrap.php 中添加此行;
CakePlugin::load('DebugKit');

关于安装后 CakePHP DebugKit 插件工具栏不出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22492806/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com