Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: "FATAL" quickcreatedefs error

  1. #1
    marclangston is offline Sugar Community Member
    Join Date
    Oct 2009
    Posts
    98

    Default "FATAL" quickcreatedefs error

    Below is a snippet from the log showing a common error:

    02/02/10 15:24:59 [4636][-userID-][FATAL] Looking for: custom/modules/Contacts/metadata/-itemID-/quickcreatedefs.php
    02/02/10 15:27:03 [3488][-userID-][FATAL] Looking for: custom/modules/Opportunities/metadata/-itemID-/quickcreatedefs.php
    02/02/10 15:27:22 [3488][-userID-][FATAL] Looking for: custom/modules/Contacts/metadata/-itemID-/quickcreatedefs.php
    02/02/10 15:27:41 [3488][-userID-][FATAL] Looking for: custom/modules/Contacts/metadata/-itemID-/quickcreatedefs.php

    You can see this is happening across modules. I haven't heard loud screams from my user base so I'm assuming this goes largely unseen.

    I seem to remember a previous post that indicated that all I needed to do was create a "quickcreatedefs.php" file in the referenced locations and that would solve the problem but I can't find the post. Can anybody comment on the cause/fix for this?

    Thanks.
    marc
    Last edited by marclangston; 2010-02-04 at 03:43 PM. Reason: Typo, length

  2. #2
    judgej is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    58

    Default Re: "FATAL" quickcreatedefs error

    Did you ever find a solution to this? A year on from your post, and I'm having the same problem but cannot fine a a solution.

  3. #3
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: "FATAL" quickcreatedefs error

    Which version of sugarCRM do you use?
    And which edtition?
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  4. #4
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: "FATAL" quickcreatedefs error

    It sounds as if the system can find the custom...quickcreatedefs.php files but cannot read them.

    If you use a linux system, this is an issue of rights.
    Check the mod and owner settings of your custom files.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  5. #5
    judgej is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    58

    Default Re: "FATAL" quickcreatedefs error

    We don't have any custom quickcreatedefs.php files. We just get this error from a variety of modules, but have no idea what is causing it. I cannot even reproduce the error myself, so I can only wonder what the end users are doing to make this happen.

    Errors from the last half hour include:

    Sun Oct 2 20:30:50 2011 [14699][ae8c38d8-4790-c89a-b8cd-4e622e91a02a][FATAL] Looking for: custom/modules/Calls/metadata/6e9d6ca1-e24a-1ea3-0f4c-4e5d0943b673/quickcreatedefs.php
    Sun Oct 2 20:30:50 2011 [14699][ae8c38d8-4790-c89a-b8cd-4e622e91a02a][FATAL] Looking for: custom/modules/Calls/metadata/c20a5d36-68e4-d5aa-595f-4e711f14176b/quickcreatedefs.php
    Sun Oct 2 20:34:11 2011 [15436][ae8c38d8-4790-c89a-b8cd-4e622e91a02a][FATAL] Looking for: custom/modules/Calls/metadata/6e9d6ca1-e24a-1ea3-0f4c-4e5d0943b673/quickcreatedefs.php

    In custom/modules/Calls/metadata/ there is only an Ext folder. I don't know what is looking for these missing files, and why it is looking for them, and what those uuid values in the path represent.

    -- Jason.

  6. #6
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: "FATAL" quickcreatedefs error

    Again:
    Which version of sugarCRM do you use?
    And which edtition?

    I checked the whole 6.2 pro edition for a line of code writing a fatal error starting with "Looking for", but there was no line....

    Do you have additonal modules?

    Perhaps you can search for "Looking for:" in your code.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  7. #7
    judgej is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    58

    Default Re: "FATAL" quickcreatedefs error

    Quote Originally Posted by kuske View Post
    Again:
    Which version of sugarCRM do you use?
    And which edtition?
    Sorry - I missed that post. We are using 6.2.0 CE

  8. #8
    judgej is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    58

    Default Re: "FATAL" quickcreatedefs error

    I see this message in various places, including::


    • include/MVC/View/views/view.detail.php
    • include/MVC/View/views/view.list.php
    • include/MVC/View/views/view.edit.php
    • include/MVC/View/views/view.popup.php
    • include/Dashlets/DashletGeneric.php
    • include/EditView/SubpanelQuickCreate.php
    • include/pclzip/pclzip.lib.php


    -- Jason

  9. #9
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: "FATAL" quickcreatedefs error

    So I would say these modules are part of an additional installed module.
    In my 620CE there are no "Looking for:" findings. Not one of them.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  10. #10
    judgej is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    58

    Default Re: "FATAL" quickcreatedefs error

    Cool - thanks for confirming that. I guess I have a lot to learn about where modules install their files - I had just assumed they were pretty self-contained and installed themselves only under the "modules" folder.

    I'll follow this up through the list of installed modules.

    -- Jason

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. When is form "quickcreatedefs.php" called?
    By derek.lai in forum Developer Help
    Replies: 3
    Last Post: 2009-10-22, 10:35 AM
  2. Upgrade assistant not working, "fatal error"
    By knurf in forum Installation and Upgrade Help
    Replies: 7
    Last Post: 2009-05-25, 11:22 AM
  3. Replies: 5
    Last Post: 2008-04-10, 05:45 PM
  4. Windows installation problem: "Fatal error: require_once()"
    By WebmasterSIES in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2007-07-03, 07:44 AM
  5. Replies: 0
    Last Post: 2004-10-29, 04:59 AM

Tags for this Thread

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
  •