Results 1 to 10 of 10

Thread: 3.5.1d to 4.0 --> Fatal error RebuildRelationship.php line 36

  1. #1
    tm2000 is offline Sugar Community Member
    Join Date
    May 2005
    Posts
    49

    Question 3.5.1d to 4.0 --> Fatal error RebuildRelationship.php line 36

    Upgrading from 3.5.1d to 4.0.. Everything went great with Zero Errors until I got to this step -> Please go to the Repair screen and click on Rebuild Relationships.

    Then, I got this :

    PHP Code:
    ....
      
    Processing relationship meta for campaign_log...done
      Processing relationship meta 
    for dashboards...done
      
     on line Fatal error
    main(): Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /home/web480/public_html/crm/modules/Administration/
      
    RebuildRelationship.php
       on line 36 
    Running > Zend PHP 4.3.11 no safe mode / cPanel 10.8.0-R27 / Fedora Core2 / MySQL 4.0.25

    Anyone have the same??? THANKS!

  2. #2
    mikegotroot is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    16

    Default Re: 3.5.1d to 4.0 --> Fatal error RebuildRelationship.php line 36

    Yep, I'm having the exact same problem:

    PHP Fatal error: main() [<a href='function.require'>function.require</a>]: Failed opening required '' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/domain.com/httpsdocs/intranet/sales/modules/Administration/RebuildRelationship.php on line 36

  3. #3
    tm2000 is offline Sugar Community Member
    Join Date
    May 2005
    Posts
    49

    Default Re: 3.5.1d to 4.0 --> Fatal error RebuildRelationship.php line 36

    Well at least I'm not alone.. I always figure it's something I screwed up on my own..

  4. #4
    wagnerbl is offline Sugar Community Member
    Join Date
    Apr 2005
    Posts
    330

    Default Re: 3.5.1d to 4.0 --> Fatal error RebuildRelationship.php line 36

    Replace the rebuild relatioships with this one.
    Attached Files Attached Files

  5. #5
    tm2000 is offline Sugar Community Member
    Join Date
    May 2005
    Posts
    49

    Default Re: 3.5.1d to 4.0 --> Fatal error RebuildRelationship.php line 36

    Thanks for the file, replaced it here:

    ..../modules/Administration/RebuildRelationship.php

    BUT same issue... Checked Own & Perms and all OK.. Ideas?

    PHP Code:
    ...
    Processing relationship meta for users...done
    Processing relationship meta 
    for campaign_log...done
    Processing relationship meta 
    for dashboards...done

     on line Fatal error
    main(): Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /home/itops360/public_html/crm/modules/Administration/RebuildRelationship.php36 

  6. #6
    hornsea is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    20

    Default Re: 3.5.1d to 4.0 --> Fatal error RebuildRelationship.php line 36

    Unload the Zuckermail module
    run the Rebuild
    Reinstall Zucker mail
    Perfecto

    Steve

  7. #7
    tm2000 is offline Sugar Community Member
    Join Date
    May 2005
    Posts
    49

    Default Re: 3.5.1d to 4.0 --> Fatal error RebuildRelationship.php line 36

    Steve... THANKS! forgot all about it... I had installed ZuckerDOCS but assume same issue...

    Left a message at Zucker's forums, but anyone else know how to unistall it? Always afraid to just start deleting directorirs and Uninstall is not avail (and never ahs been) via Sugar Mod Mgr..

    Thx!

  8. #8
    tm2000 is offline Sugar Community Member
    Join Date
    May 2005
    Posts
    49

    Default Re: 3.5.1d to 4.0 --> Fatal error RebuildRelationship.php line 36

    guess I have to go back to 3.5.1d... http://www.sugarcrm.com/forums/showthread.php?t=7824

  9. #9
    ifv
    ifv is offline Sugar Community Member
    Join Date
    Oct 2005
    Posts
    17

    Default Re: 3.5.1d to 4.0 --> Fatal error RebuildRelationship.php line 36


  10. #10
    andreasw is offline Sugar Community Member
    Join Date
    Mar 2005
    Posts
    130

    Default Re: 3.5.1d to 4.0 --> Fatal error RebuildRelationship.php line 36

    Hi,

    I had the same problem.
    Managed to fix it by adding
    PHP Code:
    if ($bean=="") {
           continue;

    directly after
    PHP Code:
    foreach( $beanFiles as $bean => $file ){ 
    in ./modules/Administration/RebuildRelationship.php

    Andreas

Thread Information

Users Browsing this Thread

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

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
  •