trouble to integrate cupcake forum plugin to croogo 1.3.3

40 views
Skip to first unread message

iamonrails

unread,
Dec 28, 2011, 5:07:29 PM12/28/11
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.

Rabie Khabouze

unread,
Dec 29, 2011, 12:11:40 PM12/29/11
to cro...@googlegroups.com
comment out that function in your 77 and see if you still have the warning.


--
You received this message because you are subscribed to the Croogo mailing list.
To post to this group, send email to cro...@googlegroups.com
To unsubscribe from this group, send email to
croogo+un...@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

Iammikek

unread,
Jan 31, 2012, 3:54:08 PM1/31/12
to cro...@googlegroups.com
did you manage any success with this? i'm currently integrating cupcake with croogo on cake 1.3.12 and am having some acl issues. i'd be interested in seeing your steps.
Reply all
Reply to author
Forward
0 new messages