Results 1 to 7 of 7
Like Tree1Likes
  • 1 Post By davidboris

Thread: Problem with custom module and relationships (I believe)

  1. #1
    LaFortuna is offline Sugar Community Member
    Join Date
    Nov 2010
    Posts
    55

    Default Problem with custom module and relationships (I believe)

    Hello,
    I'm quite new to SugarCRM. I created and then removed a custom module (donaciones). Now in studio I'm getting an error when trying to save changes to a field or when trying to open the Relationships of any module.

    I'm using Version 6.1.0RC1 (Build 5243), with PHP 5.2.14 and MySQL 5.0.91-community.

    I already tried Quick Repair, and the results include the same error.

    Thanks!


    Warning: include(custom/metadata/donac_donaciones_campaignsMetaData.php) [function.include]: failed to open stream: No such file or directory in /home/empresa6/public_html/fq-crm/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 6

    Warning: include(custom/metadata/donac_donaciones_campaignsMetaData.php) [function.include]: failed to open stream: No such file or directory in /home/empresa6/public_html/fq-crm/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 6

    Warning: include() [function.include]: Failed opening 'custom/metadata/donac_donaciones_campaignsMetaData.php' for inclusion (include_path='/home/empresa6/public_html/fq-crm/include/..:.:/usr/lib/php:/usr/local/lib/php') in /home/empresa6/public_html/fq-crm/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 6

    Warning: include(custom/metadata/donac_donaciones_accountsMetaData.php) [function.include]: failed to open stream: No such file or directory in /home/empresa6/public_html/fq-crm/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 11

    Warning: include(custom/metadata/donac_donaciones_accountsMetaData.php) [function.include]: failed to open stream: No such file or directory in /home/empresa6/public_html/fq-crm/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 11

    Warning: include() [function.include]: Failed opening 'custom/metadata/donac_donaciones_accountsMetaData.php' for inclusion (include_path='/home/empresa6/public_html/fq-crm/include/..:.:/usr/lib/php:/usr/local/lib/php') in /home/empresa6/public_html/fq-crm/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 11

    Warning: include(custom/metadata/donac_donaciones_contactsMetaData.php) [function.include]: failed to open stream: No such file or directory in /home/empresa6/public_html/fq-crm/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 16

    Warning: include(custom/metadata/donac_donaciones_contactsMetaData.php) [function.include]: failed to open stream: No such file or directory in /home/empresa6/public_html/fq-crm/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 16

  2. #2
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Problem with custom module and relationships (I believe)

    Hello,

    Check files under custom/Extension/application/Ext/TableDictionary. If you have traces of the your deleted module, delete those files and do quick repair and rebuild.
    dkinzer likes this.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  3. #3
    LaFortuna is offline Sugar Community Member
    Join Date
    Nov 2010
    Posts
    55

    Default Re: Problem with custom module and relationships (I believe)

    Thanks davidboris!. that did the trick. Is it necessary do do this kind of clean-up after uninstalling any module? I thought module installer would take care of all that.

    Cheers!

  4. #4
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Problem with custom module and relationships (I believe)

    Hello,

    Not really, sugar does remove traces. But due to any unbelievable circumstances you would have got this problem.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  5. #5
    TehPepper is offline Junior Member
    Join Date
    Dec 2011
    Posts
    1

    Default Re: Problem with custom module and relationships (I believe)

    A well ask question and a perfect answer. Thank you to both of you!

  6. #6
    nfernandezba is offline Junior Member
    Join Date
    Feb 2012
    Posts
    2

    Default Re: Problem with custom module and relationships (I believe)

    I have a similar problem. I installed the Kinamu Reporter and when i uninstalled it this problem shows up:

    Warning: include(custom/metadata/KReportMetaData.php) [function.include]: failed to open stream: No such file or directory in /var/www/html/sugar/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 46

    Warning: include() [function.include]: Failed opening 'custom/metadata/KReportMetaData.php' for inclusion (include_path='/var/www/html/sugar/include/..:.:/usr/lib64/php') in /var/www/html/sugar/custom/application/Ext/TableDictionary/tabledictionary.ext.php on line 46

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/html/sugar/custom/application/Ext/TableDictionary/tabledictionary.ext.php:46) in /var/www/html/sugar/include/MVC/SugarApplication.php on line 583

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/html/sugar/custom/application/Ext/TableDictionary/tabledictionary.ext.php:46) in /var/www/html/sugar/include/MVC/SugarApplication.php on line 583

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/sugar/custom/application/Ext/TableDictionary/tabledictionary.ext.php:46) in /var/www/html/sugar/include/utils.php on line 2466

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/sugar/custom/application/Ext/TableDictionary/tabledictionary.ext.php:46) in /var/www/html/sugar/include/MVC/SugarApplication.php on line 123
    I asume i have to do quick repair and rebuild, but how could i do it if i cannot login?

    Thanks.

    Nico.

  7. #7
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Problem with custom module and relationships (I believe)

    Hello,

    Go to custom/application/Ext/TableDictionary/tabledictionary.ext.php and remove lines of the files giving you the pain. Then you can login and do Quick Repair and Rebuild.


    Quote Originally Posted by nfernandezba View Post
    I have a similar problem. I installed the Kinamu Reporter and when i uninstalled it this problem shows up:



    I asume i have to do quick repair and rebuild, but how could i do it if i cannot login?

    Thanks.

    Nico.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Custom Module Sub Panel Relationships
    By taroon in forum Developer Help
    Replies: 2
    Last Post: 2010-06-22, 09:58 AM
  2. Relationships from Custom module to Built-in module
    By dantrainor in forum Developer Help
    Replies: 3
    Last Post: 2009-09-10, 03:01 AM
  3. Problems with Custom Module and Relationships in 5.2
    By darcy.rippon in forum Developer Help
    Replies: 0
    Last Post: 2009-01-23, 05:06 PM
  4. module relationships problem
    By j.lagos in forum General Discussion
    Replies: 0
    Last Post: 2008-09-19, 02:19 PM
  5. Replies: 14
    Last Post: 2007-01-19, 09:35 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
  •