Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
trouble to integrate cupcake forum plugin to croogo 1.3.3
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
iamonrails  
View profile  
 More options Dec 28 2011, 5:07 pm
From: iamonrails <k.dal...@gmail.com>
Date: Wed, 28 Dec 2011 14:07:29 -0800 (PST)
Local: Wed, Dec 28 2011 5:07 pm
Subject: trouble to integrate cupcake forum plugin to croogo 1.3.3
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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rabie Khabouze  
View profile  
 More options Dec 29 2011, 12:11 pm
From: Rabie Khabouze <rabi...@gmail.com>
Date: Thu, 29 Dec 2011 11:11:40 -0600
Local: Thurs, Dec 29 2011 12:11 pm
Subject: Re: trouble to integrate cupcake forum plugin to croogo 1.3.3

comment out that function in your 77 and see if you still have the warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Iammikek  
View profile  
 More options Jan 31, 3:54 pm
From: Iammikek <brightsto...@gmail.com>
Date: Tue, 31 Jan 2012 12:54:08 -0800 (PST)
Local: Tues, Jan 31 2012 3:54 pm
Subject: Re: trouble to integrate cupcake forum plugin to croogo 1.3.3

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »