Results 1 to 2 of 2

Thread: HELP error in Home page

  1. #1
    kinshibuya's Avatar
    kinshibuya is offline A Sugar Hero
    Join Date
    Jul 2008
    Location
    brasil
    Posts
    521

    Default HELP error in Home page

    Hi! i´m using sugarCRM 5.0.0f CE and got this error:

    Fatal error: Cannot redeclare class MyTasksDashlet in /opt/sugarcrm-5.0.0f/htdocs/sugarcrm/modules/Tasks/Dashlets/MyTasksDashlet/MyTasksDashlet.php on line 58


    in MyTasksDashlet/MyTasksDashlet.php:

    Code:
    require_once('include/Dashlets/DashletGeneric.php');
    require_once('modules/Tasks/Task.php');
    
    class MyTasksDashlet extends DashletGeneric {
        function MyTasksDashlet($id, $def = null) {
            global $current_user, $app_strings;
                    require('modules/Tasks/Dashlets/MyTasksDashlet/MyTasksDashlet.data.php');
    
            parent::DashletGeneric($id, $def);
    
            if(empty($def['title'])) $this->title = translate('LBL_LIST_MY_TASKS', 'Tasks');
    
            $this->searchFields = $dashletData['MyTasksDashlet']['searchFields'];
            $this->columns = $dashletData['MyTasksDashlet']['columns'];
    
            $this->seedBean = new Task();
        } 
    }                                 --->>>> line 58
    
    ?>

  2. #2
    kinshibuya's Avatar
    kinshibuya is offline A Sugar Hero
    Join Date
    Jul 2008
    Location
    brasil
    Posts
    521

    Default Re: HELP error in Home page

    Don´t know how but it works.

    I restarted the home page preferences to default and than it worked,

    Any idea what happened?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Blank home page, Admin page works
    By daz in forum Installation and Upgrade Help
    Replies: 8
    Last Post: 2009-01-27, 07:07 PM
  2. Replies: 2
    Last Post: 2007-11-20, 07:22 PM
  3. CarouselCRM Installation
    By StevenE in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-08-30, 08:16 AM
  4. Configure home page for users
    By vincentd401 in forum Help
    Replies: 2
    Last Post: 2007-08-27, 02:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •