Results 1 to 8 of 8

Thread: Error in upgrade wizard: 4.5.0b to 4.5.0c

  1. #1
    rmd
    rmd is offline Member
    Join Date
    Sep 2006
    Posts
    7

    Question Error in upgrade wizard: 4.5.0b to 4.5.0c

    I am brand new to Sugar, so I apologize if this has been answered elsewhere in the forums. I searched but did not find anything on this.

    I am using the Upgrade Wizard to update an install from 4.5.0b to 4.5.0c. I am getting this error:
    ./upgradeWizard.log could not be created/written to. Please fix permissions on your SugarCRM directory.
    I can not find the upgradeWizard.log. And I am not sure what the permissions need to be set to on the Sugar install directory.

    Any help would be appreciated!

  2. #2
    simple is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    259

    Default Re: Error in upgrade wizard: 4.5.0b to 4.5.0c

    The installation directory must be writable by the webserver process.

    Windows or Linux?
    Cheers Pascal
    Simplicity GmbH

  3. #3
    rmd
    rmd is offline Member
    Join Date
    Sep 2006
    Posts
    7

    Default Re: Error in upgrade wizard: 4.5.0b to 4.5.0c

    Linux. It says the permissions are 777 on the directory.

  4. #4
    simple is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    259

    Default Re: Error in upgrade wizard: 4.5.0b to 4.5.0c

    Hmm..should work with any user. But try re-setting the user of all sugar files. The user should be www-data, www or nobody...depends on the system.

    Code:
    chown www-data:www-data /var/www/sugardir -R
    Or try to create only the missing file and set permissions/owner

    Code:
    touch upgradeWizard.log
    chmod 664 upgradeWizard.log
    chown www-data:www-data upgradeWizard.log
    Cheers Pascal
    Simplicity GmbH

  5. #5
    rmd
    rmd is offline Member
    Join Date
    Sep 2006
    Posts
    7

    Default Re: Error in upgrade wizard: 4.5.0b to 4.5.0c

    Quote Originally Posted by simple
    Hmm..should work with any user. But try re-setting the user of all sugar files. The user should be www-data, www or nobody...depends on the system.

    Code:
    chown www-data:www-data /var/www/sugardir -R
    Or try to create only the missing file and set permissions/owner

    Code:
    touch upgradeWizard.log
    chmod 664 upgradeWizard.log
    chown www-data:www-data upgradeWizard.log
    I don't have this kind of access to the server, but I did create the file and change the permissions. Still getting the same error.

  6. #6
    rmd
    rmd is offline Member
    Join Date
    Sep 2006
    Posts
    7

    Thumbs up Re: Error in upgrade wizard: 4.5.0b to 4.5.0c

    Just to update, I changed the permissions to 777 on the log file I created and it let me proceed. Now, I am getting another error and have started a new thread for it (http://www.sugarcrm.com/forums/showthread.php?t=16851)

    Thanks so much for your help!

  7. #7
    fishinwa is offline Junior Member
    Join Date
    Jan 2006
    Posts
    3

    Default Re: Error in upgrade wizard: 4.5.0b to 4.5.0c

    Doesn't this issue point out the assumption that the UpgradeWizard is looking to create the file upgradeWizard.log in the wrong directory?

  8. #8
    TakeMarket is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    133

    Default Re: Error in upgrade wizard: 4.5.0b to 4.5.0c

    I got the same issue on a windows box with mssql - even though i given full permissions i still get the same error.

    "./upgradeWizard.log could not be created/written to. Please fix permissions on your SugarCRM directory."

    Damm annoying - anyone got a solution to this issue?

    FYI: We are running Version 5.0.0 (Build 3095) on this instance. (windows)
    Last edited by TakeMarket; 2008-02-18 at 04:13 AM.

    Kind regards
    Take Market™
    http://www.takemarket.com

    We take market for you.™

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
  •