Results 1 to 9 of 9

Thread: Installing a Module CE 5.1.0

  1. #1
    stephen.king is offline Member
    Join Date
    Sep 2008
    Posts
    5

    Default Installing a Module CE 5.1.0

    I have the CE 5.1.0 version of SugarCRM and I'm attempting to install modules. The modules upload successfully but i get a "Specified directory '' for zip file 'cache/upload/ZuckerReportsCE_1.10_module.zip' extraction does not exist." error message. I have checked that dir and the file is there (<site root>/cache/upload/ZuckerReportsCE_1.10_module.zip') and it has read/write access to the file and the dir. I thought it might be the module but the other modules i tried have the same issue. I'm at a loss on where to go next.

    Any help is greatly appreciated. Thanks,
    -Stephen

  2. #2
    raffle is offline Technical Support Engineer
    Join Date
    Jun 2007
    Posts
    7

    Default Re: Installing a Module CE 5.1.0

    Hi Stephen,

    Please rebuild your config file as indicated in this post (http://www.sugarcrm.com/forums/showp...0&postcount=24) and let me know if the issue persists.

    Thank you,

    Chris

  3. #3
    stephen.king is offline Member
    Join Date
    Sep 2008
    Posts
    5

    Default Re: Installing a Module CE 5.1.0

    Chris, Thank you for the response.

    I tried what you asked. Admin > Repair > Rebuild Config File and recieved the message "The config.php was successfully rebuilt." I restarted my webserver process just to be sure and then attempted to upload it again. The same thing happens.

    Any other ideas? Thanks again,
    -Stephen

  4. #4
    raffle is offline Technical Support Engineer
    Join Date
    Jun 2007
    Posts
    7

    Default Re: Installing a Module CE 5.1.0

    Hi Stephen,

    In the config.php file in root directory of the Sugar installation, you should have an array similar to:

    Code:
      'default_permissions' => 
      array (
        'dir_mode' => 1528,
        'file_mode' => 432,
        'user' => '',
        'group' => '',
      ),
    Can you please post what your settings in the config.php are for this array? Also, please check the config_override.php file in the same directory (if the file exists) and let me know if there are any conflicting values for this same array.

    Thank you,

    Chris

  5. #5
    stephen.king is offline Member
    Join Date
    Sep 2008
    Posts
    5

    Default Re: Installing a Module CE 5.1.0

    Chris, Here is the info in the config.php

    'default_permissions' =>
    array (
    'dir_mode' => 1528,
    'file_mode' => 432,
    'user' => '',
    'group' => '',
    ),

    There are just 3 lines in the config_override.php file.
    =============
    <?php
    /***CONFIGURATOR***/
    /***CONFIGURATOR***/
    =============

    I thought it was strange the the <?php tag isn't closed in the flie.

    -Stephen

  6. #6
    raffle is offline Technical Support Engineer
    Join Date
    Jun 2007
    Posts
    7

    Default Re: Installing a Module CE 5.1.0

    Hi Stephen,

    Have you tried deleting the file from the Module Loader and uploading it again since the config file was rebuilt? If not, please do so and let me know the result.

    Thank you,

    Chris

  7. #7
    stephen.king is offline Member
    Join Date
    Sep 2008
    Posts
    5

    Default Re: Installing a Module CE 5.1.0

    Chris, Sorry for the late reply. Yes I did delete the file and the reuploaded it. I also get the same error message when attempting to use the Upgrade wizard.

    Thanks,
    -Stephen

  8. #8
    stephen.king is offline Member
    Join Date
    Sep 2008
    Posts
    5

    Default Re: Installing a Module CE 5.1.0

    Any body else got any ideas on this, I get the same error when attempting to upgrade using the upgrade wizard.

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

    Default Re: Installing a Module CE 5.1.0

    Quote Originally Posted by stephen.king
    I have the CE 5.1.0 version of SugarCRM and I'm attempting to install modules. The modules upload successfully but i get a "Specified directory '' for zip file 'cache/upload/ZuckerReportsCE_1.10_module.zip' extraction does not exist." error message. I have checked that dir and the file is there (<site root>/cache/upload/ZuckerReportsCE_1.10_module.zip') and it has read/write access to the file and the dir. I thought it might be the module but the other modules i tried have the same issue. I'm at a loss on where to go next.

    Any help is greatly appreciated. Thanks,
    -Stephen
    I hate this old UNIX mania.

    On upload of a installation package Sugar creates a directory to extract the files of the zipfile. To create this directory sugar needs write access right to
    <rootdir>/
    <rootdir>/cache/
    <rootdir>/cache/upload/

    Now Sugar must perform a cd to the newly created directory
    <rootdir>/cache/upload/<installpackagezipname>/
    To do this it needs execute access rights.
    If they are missing the message
    'cache/upload/ZuckerReportsCE_1.10_module.zip' extraction does not exist."
    throws

    SO this means the userid running the apache process needs access rights r+w+x for the whole Sugartree including the sugar root directory.
    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


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 2009-07-16, 04:26 AM
  2. No mode specified. error when installing any module
    By augis2003 in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2008-07-18, 06:20 PM
  3. Replies: 2
    Last Post: 2008-07-10, 08:55 AM
  4. Getting Error Message when installing new module
    By kevincdaughtry in forum Downloads
    Replies: 1
    Last Post: 2007-01-16, 06:28 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
  •