iamonrails
unread,Dec 28, 2011, 5:07:29 PM12/28/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Croogo
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.