コードの一部を1.3から2.1に変更した後、何らかのエラーが発生します。これはエラーです:ロードプラグインがありません
Missing Plugin
Error: The application is trying to load a file from the forums plugin
Error: Make sure your plugin forums is in the app\Plugin directory and was loaded
<?php
CakePlugin::load('forums');
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.
誰か助けてください。
私はコードを変更します。私はもっと誤りがある。私はすでに試した、 – apishcrazy
私はコードを変更します。私はもっと誤りがある。私はすでに試しました – apishcrazy
あなたのプラグインフォーラムがapp \ Pluginディレクトリにあり、あなたのプラグイン名が "Forums"であることを確認してください。 – chetanspeed511987