Cakephp 2.0 で Captcha コンポーネントを使用しています。うまくいっていますが、このコンポーネントに関する私の追跡された問題です。
Warning: Argument 1 passed to Component::__construct() must be an instance of ComponentCollection, none given, called in ...
解決策を見つけようとすると、どこかのコメントに2行のコードが表示されます。
_controller = $collection->getController();
parent::__construct($collection, $settings);
function startup( ) {
$this->Controller = $this->_controller;
}
解決コードはこのようなもので、エラーで終了しました。
Captcha コンポーネントのリンクはhttp://www.devarticles.in/です。