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

Thread: New Install Module loader fail

  1. #1
    edlentz is offline Senior Member
    Join Date
    Nov 2010
    Posts
    45

    Default New Install Module loader fail

    I just did a fresh install of 6.2CE When I try to install a module, I upload it and get this error:
    Specified directory '' for zip file 'cache/upload/Letrium_Invoices_0.5.1.zip' extraction does not exist.

    The zipped file is indeed in the upload dir. Can someone help me with what is happening here?
    Thanks

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: New Install Module loader fail

    Usually this is due to permissions. start by checking that. You need to have the 'cache' directory and all its subdirectories writable.

    If thats not it maybe you are running on a MAC using xampp (not sure cause you didnt tell us anything about your system). I have seen the same issues there, to get around this issue you need to make the sugar_chmod and the sugar_chown functions in include/utils/sugar_file_utils.php just return true instead of trying to actually do anything. I have not figured out yet why this happens though.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  3. #3
    edlentz is offline Senior Member
    Join Date
    Nov 2010
    Posts
    45

    Default Re: New Install Module loader fail

    My version is 6.2CE on a shared Linux host with SiteGround. I had problems running the upgrade wizard from 6.1.4 to 6.2. It failed and even with their tech support (free) they couldn't get it to work. So I thought I would do a fresh install of 6.2CE. I am still evaluating anyway. I uploaded the new system to my host using filezilla. I checked the cache directory and the directories and they are at least 750. I initially had problems with the themes and that to turned out to be a permissions problem. Are permissions problems pretty much the main issues in the way I installed ? I used the install wizard and it didn't throw any errors .

    Thanks

  4. #4
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: New Install Module loader fail

    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  5. #5
    edlentz is offline Senior Member
    Join Date
    Nov 2010
    Posts
    45

    Default Re: New Install Module loader fail

    Well, that looked promising but the settings they referred to were already set that way. I went and changed the permissions in ModuleInstall . Same result.

  6. #6
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: New Install Module loader fail

    So when you upload a file dies it show up in the cache/uploads folder?

    Do you have an error log set up in your php.ini file?
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  7. #7
    edlentz is offline Senior Member
    Join Date
    Nov 2010
    Posts
    45

    Default Re: New Install Module loader fail

    So when you upload a file dies it show up in the cache/uploads folder? Yes

    Do you have an error log set up in your php.ini file? Nothing that I have put there. It is as it was for the other instance of Sugar I installed.


    Thanks

  8. #8
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: New Install Module loader fail

    That error usually means that it could not create the tmporary directory in cache/uploads/upgrades/temp to unzip the file. Are there any directories in cache/upload/upgrades/temp?

    You could turn on error logging in your php.ini file and see for sure

    it would be

    log_errors=On
    error_log = path/to/file.log
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  9. #9
    edlentz is offline Senior Member
    Join Date
    Nov 2010
    Posts
    45

    Default Re: New Install Module loader fail

    Thanks for the help. There are 6 empty directories in cache/uploads/upgrades/temp They all have what looks like a system generated name, so from what I have read about this process it seems that it is creating the directory.

    I'll see about getting that error log created.

    Thanks again

  10. #10
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: New Install Module loader fail

    Can you tell from the date or contents if they were created by the module you added?
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

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. Install logic hook from module loader?
    By datasponge in forum Developer Help
    Replies: 3
    Last Post: 2012-05-24, 08:13 AM
  2. Modules do not install from Module Loader
    By hemant283 in forum Developer Help
    Replies: 0
    Last Post: 2010-03-06, 07:59 AM
  3. module loader do not install same installer 2 times
    By hiko in forum Developer Help
    Replies: 1
    Last Post: 2010-02-18, 05:19 AM
  4. Replies: 2
    Last Post: 2009-03-03, 02:39 AM
  5. Replies: 5
    Last Post: 2008-02-15, 03:33 AM

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
  •