Results 1 to 3 of 3

Thread: Upload - no upload, no error

  1. #1
    appdev is offline Sugar Community Member
    Join Date
    Aug 2007
    Posts
    15

    Angry Upload - no upload, no error

    I'm trying to test uploading on a test / development system. I'm actually having trouble uploading a Jasper report to ZuckerReports, but I thought I'd start by verifying that something simple worked, so I tried to upload a new logo.

    I browse for a logo and hit "save", and when the page refreshes, there's no indication that I uploaded anything. There's no error, no nothing. I've tried opening up permissions (in fact, I chmod'ed the entire sugarcrm file system as 777, and even that didn't help.

    I don't have any confidence that I can try to debug ZuckerReports when I can't even get an upload to work. Where can I look for clues on this, and does anyone have any idea why I'm not seeing an error?

    FYI, I have changed PHP's error_reporting setting to E_ALL & ~E_NOTICE per a recommendation in the ZuckerReports forum about some error messages I was seeing.

    Any takers?

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Upload - no upload, no error

    Hi, appdev

    Check into your php.ini the parameters:

    upload_max_filesize
    post_max_size

    Both must be greather then filesize you want to upload

    After modifying them you must restart your webservice.

    Cheers

    André Lopes
    Lâmpada Global Services
    Av. Angelica, 1814 cj. 1502
    São Paulo, SP 01228-200
    tel1. 55 11 3668-6776
    tel2. 55 11 3822-2581
    cel. 55 11 7636-5859
    e-mail: info@lampadacrm.com.br

  3. #3
    appdev is offline Sugar Community Member
    Join Date
    Aug 2007
    Posts
    15

    Default Re: Upload - no upload, no error

    upload_max_filesize = 20M
    post_max_size = 8M

    Both of these are way larger than the files I was trying to upload (on the order of 50K)

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: 2007-11-13, 02:51 PM
  2. Replies: 0
    Last Post: 2007-08-08, 02:47 PM
  3. SQL Error : 'ROW_NUMBER' is not a recognized function name.
    By mhoppes in forum Installation and Upgrade Help
    Replies: 16
    Last Post: 2007-08-06, 03:58 PM
  4. Module builder help
    By sjilumudi in forum Downloads
    Replies: 3
    Last Post: 2006-08-18, 11:25 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
  •