On Wed, Dec 28, 2011 at 4:07 PM, iamonrails <k.dal
...@gmail.com> wrote:
> i integrated cupcake forum into croogo 1.3.3 , it work fine in debug
> 0, but errors logs shows this warning
> Model::__constructLinkedModel() - CORE/cake/libs/model/model.php, line
> 655
> Model::__createLinks() - CORE/cake/libs/model/model.php, line 629
> Model::__construct() - CORE/cake/libs/model/model.php, line 482
> AppModel::__construct() - APP/app_model.php, line 32
> ForumAppModel::__construct() - APP/plugins/forum/forum_app_model.php,
> line 77
> ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141
> Controller::loadModel() - CORE/cake/libs/controller/controller.php,
> line 641
> Controller::constructClasses() - CORE/cake/libs/controller/
> controller.php, line 506
> Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
> Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
> [main] - APP/webroot/index.php, line 83
> ***********forum_app_model.php, line 77*************
> public function __construct($id = false, $table = null, $ds = null)
> {
> parent::__construct($id, $table, $ds);
> }
> **************************************
> the problem caused by the croogo:hook in app_model
> public function __construct($id = false, $table = null, $ds =
> null) {
> Croogo::applyHookProperties('Hook.model_properties');
> parent::__construct($id, $table, $ds);
> }
> how can i fix this warning ? can someone help me ?
> forgive me for the bad english writing im francophone.
> --
> You received this message because you are subscribed to the Croogo mailing
> list.
> To post to this group, send email to croogo@googlegroups.com
> To unsubscribe from this group, send email to
> croogo+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/croogo?hl=en
> Visit the official website at http://www.croogo.org