Results 1 to 2 of 2

Thread: Can't upload document attachment

  1. #1
    ipchengwu is offline Junior Member
    Join Date
    Jun 2010
    Posts
    4

    Smile Can't upload document attachment

    Dear All,


    I installed the sugarcrm (version5.5.2) on the my server.anything seams work well,but I can't uplaod the file when I create a note.I open the all permissions to the directory of 'cache/upload/', and I got no error also.

    Anybody can help me ,thank you!

    Stanley,wu


    I

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

    Default Re: Can't upload document attachment

    Is the upload_max_filesize in php.ini great enough?
    Is the upload_tmp_dir in php.ini set correctly and does the apache process have all rights on this directory?
    Is php allowed to execute commands like "mv ..." ?
    Is the upload_maxsize in config.php of SugarCRM great enough?

    The upload process works as follows:
    1 - php/apache load the file to upload_tmp_dir
    2 - php tries to execute a mv upload_tmp_dir/filename to cache/upload/

    Check upload_tmp_dir for your uploaded files.
    If they are there the mv command is not allowed.

    Set the log-level to debug to get all error messages in sugarcrm.log
    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. Can't upload document attachment
    By door3ahmed in forum Help
    Replies: 3
    Last Post: 2012-03-09, 06:34 AM
  2. Upload email attachment
    By rvarghese in forum Developer Help
    Replies: 5
    Last Post: 2008-08-12, 04:03 PM
  3. Replies: 0
    Last Post: 2005-09-05, 09:53 PM
  4. Document Upload Fails ?
    By Jules in forum Help
    Replies: 0
    Last Post: 2005-07-14, 12:54 PM
  5. Document Upload
    By jjray in forum Help
    Replies: 0
    Last Post: 2005-06-02, 01:37 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
  •