Results 1 to 10 of 10

Thread: Fatal error in the studio - task list subpanel

  1. #1
    alevesque is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    33

    Question Fatal error in the studio - task list subpanel

    I an using SugarCRM opensource 4.5.1.c with the latest version of appache mysql php (XAMPPS distro 1.6.1).

    I have tryied to add a field to the project task list subpanel (task number to be precise) using the studio.

    When i try to save & publish i get a fatal error :

    Fatal error: Class name must be a valid object or a string in C:\...\htdocs\sugar\modules\Studio\parsers\Subpane lParser.php on line 108

    Do you have a suggestion ?

    Do you have the same problem ?
    Alain Levesque
    Business Developpement
    Miro Computer Rental
    www.mirolocation.com

    I am an active member of the Meeting Professionals International ( mpiweb.org )

  2. #2
    alevesque is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    33

    Default Re: Fatal error in the studio - task list subpanel

    I dugg a bit deeper to check of compatibiliti problem.
    I seem to have supported version of everything.
    But in the spirit of helping others, here is the list of installed softwares with version on my system.

    Apache 2.2.4
    MySQL 5.0.37
    PHP 5.2.1

    running on Windows Web server 2003.
    Alain Levesque
    Business Developpement
    Miro Computer Rental
    www.mirolocation.com

    I am an active member of the Meeting Professionals International ( mpiweb.org )

  3. #3
    olivierd is offline Junior Member
    Join Date
    May 2007
    Posts
    1

    Default Re: Fatal error in the studio - task list subpanel

    Hi,

    I have a similar error when I try to add the "order" field in the project task subpanel :

    Fatal error: Cannot instantiate non-existent class: in C:\sugarcrm-4.5.1b\htdocs\sugaros\modules\Studio\parsers\Subpa nelParser.php on line 108

    I use SugarCRM OS 4.5.1d installed with the bitrock solution.

    Does anybody know how to solve this bug because I do a lot of thing with the project module and it's very important to have the order for me ?

    Cheers

    Olivier

  4. #4
    jfuller70 is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    55

    Default Re: Fatal error in the studio - task list subpanel

    Fatal error: Class name must be a valid object or a string in /home/rhmfponl/public_html/live/modules/Studio/parsers/SubpanelParser.php on line 108

    I get this error when attempting to change the list view in project subpanel project task.
    I use 4.5.1d all other subpanel list views I can change just fine. Only the project task

    Any clues on how to fix?

  5. #5
    Elhoim is offline Junior Member
    Join Date
    Apr 2007
    Posts
    2

    Default Re: Fatal error in the studio - task list subpanel

    Quote Originally Posted by jfuller70
    Fatal error: Class name must be a valid object or a string in /home/rhmfponl/public_html/live/modules/Studio/parsers/SubpanelParser.php on line 108

    I get this error when attempting to change the list view in project subpanel project task.
    I use 4.5.1d all other subpanel list views I can change just fine. Only the project task

    Any clues on how to fix?
    Yes, I have this problem too in the same place, using the same version: 4.5.1d

  6. #6
    wjohnson is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    242

    Default Re: Fatal error in the studio - task list subpanel

    I just upgraded to 4.5.1e to see if this was fixed but no dice. Full text of error after trying to add order to the Project Task subpanel under Projects:


    Notice: Undefined index: Projecttask in D:\sugarcrm\modules\Studio\parsers\SubpanelParser. php on line 107

    Fatal error: Class name must be a valid object or a string in D:\sugarcrm\modules\Studio\parsers\SubpanelParser. php on line 108

  7. #7
    wjohnson is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    242

    Default Re: Fatal error in the studio - task list subpanel

    I just created bug number 13682 for this.

  8. #8
    billibala is offline Junior Member
    Join Date
    Aug 2007
    Posts
    1

    Default Re: Fatal error in the studio - task list subpanel

    You can apply this quick fix:

    In modules/Studio/parsers/SubpanelParser.php, add the following before line 108:

    if ( $cMod == 'Projecttask' ) $cMod = 'ProjectTask';

  9. #9
    superiorcr is offline Junior Member
    Join Date
    Sep 2007
    Posts
    4

    Default Re: Fatal error in the studio - task list subpanel

    i too am getting this same error with 4.5.1e

    i tired inseting the above code as a patch and it did not work... i just get an error on line 109 now !

    i hope this can be fixed... it is really limiting my operational ability....

    thanks...

    anyone have a patched php file yet ?

  10. #10
    franklin_sugar is offline Sugar Team Member
    Join Date
    Jun 2006
    Posts
    157

    Default Re: Fatal error in the studio - task list subpanel

    Hi All,

    This bug will be fixed in version 4.5.1f which will be released soon.
    Thanks for reporting this bug.

    Franklin

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Task List in Calendar View
    By roblaus in forum Help
    Replies: 0
    Last Post: 2007-05-07, 04:58 AM
  2. Replies: 2
    Last Post: 2006-07-30, 01:34 AM
  3. Activity task list
    By ltnp in forum Help
    Replies: 0
    Last Post: 2006-03-21, 08:32 AM
  4. Replies: 0
    Last Post: 2005-11-21, 02:45 AM
  5. Enable the status in the Task List
    By km in forum Feature Requests
    Replies: 1
    Last Post: 2004-11-05, 04:35 AM

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
  •